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 d69cb2b commit 7d90edaCopy full SHA for 7d90eda
composer.json
@@ -24,15 +24,16 @@
24
"php": ">=7.4",
25
"composer/composer": "^1 || ^2",
26
"pitch/annotation": "^1.0",
27
- "symfony/config": "^5",
28
- "symfony/http-kernel": "^5"
+ "symfony/config": "^5.4.9",
+ "symfony/dependency-injection": "^5.4.9",
29
+ "symfony/http-kernel": "^5.4.9"
30
},
31
"require-dev": {
- "phpunit/phpunit": "^9.5",
32
- "symfony/framework-bundle": "^5",
33
- "squizlabs/php_codesniffer": "^3.6",
34
- "mikey179/vfsstream": "^1.6.8",
35
- "doctrine/annotations": "^1.12"
+ "phpunit/phpunit": "^9.5.21",
+ "doctrine/annotations": "^1.12",
+ "mikey179/vfsstream": "^1.6.10",
+ "squizlabs/php_codesniffer": "^3.7.1",
36
+ "symfony/framework-bundle": "^5.4.9"
37
38
"scripts": {
39
"lint": "phpcs",
0 commit comments