move twig and translator to composer suggest section

This commit is contained in:
Khoubza Younes
2023-01-21 14:25:13 +01:00
parent d8b02440b6
commit 2838e42832
4 changed files with 28 additions and 31 deletions
+9 -9
View File
@@ -35,24 +35,24 @@
}
],
"require": {
"php": ">=5.3",
"php": ">=5.3"
},
"require-dev": {
"ext-json": "*",
"ext-mbstring": "*",
"ergebnis/composer-normalize": "^2.29",
"friendsofphp/php-cs-fixer": "^3.13",
"illuminate/routing": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"livewire/livewire": "^2.10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"symfony/config": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/console": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/http-kernel": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/translation": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/twig-bundle": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.29",
"friendsofphp/php-cs-fixer": "^3.13",
"livewire/livewire": "^2.10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"symfony/twig-bundle": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symplify/monorepo-builder": "^11.1"
},
"replace": {