diff --git a/composer.json b/composer.json index af8f27f..af06be9 100755 --- a/composer.json +++ b/composer.json @@ -47,11 +47,11 @@ }, "require": { "php": "^8.1", - "phplist/core": "dev-main", + "phplist/core": "dev-dev", "symfony/twig-bundle": "^6.4", "symfony/webpack-encore-bundle": "^2.2", "symfony/security-bundle": "^6.4", - "tatevikgr/rest-api-client": "dev-main" + "tatevikgr/rest-api-client": "dev-dev" }, "require-dev": { "phpunit/phpunit": "^9.5", diff --git a/package.json b/package.json index a0bd099..7772419 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "devDependencies": { "@babel/core": "^7.27.4", "@babel/preset-env": "^7.27.2", - "@vitejs/plugin-vue": "^5.2.4", "@symfony/webpack-encore": "^5.1.0", "@tailwindcss/postcss": "^4.2.1", + "@vitejs/plugin-vue": "^5.2.4", "@vue/compiler-sfc": "^3.5.16", "@vue/test-utils": "^2.4.6", "autoprefixer": "^10.4.27",