We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21552a commit 26c6c88Copy full SHA for 26c6c88
composer.json
@@ -40,11 +40,11 @@
40
},
41
"require-dev": {
42
"friendsofphp/php-cs-fixer": "^3.41",
43
- "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
+ "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0 || ^6.0",
44
"phpunit/phpunit": "^9.6",
45
- "symfony/console": "^5.4 || ^6.0 || ^7.0",
46
- "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
47
- "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
+ "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
48
49
"suggest": {
50
"egeloen/form-extra-bundle": "Allows to load CKEditor asynchronously"
0 commit comments