Skip to content

Commit 7d90eda

Browse files
committed
chore: update dependencies
1 parent d69cb2b commit 7d90eda

File tree

3 files changed

+871
-858
lines changed

3 files changed

+871
-858
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@
2424
"php": ">=7.4",
2525
"composer/composer": "^1 || ^2",
2626
"pitch/annotation": "^1.0",
27-
"symfony/config": "^5",
28-
"symfony/http-kernel": "^5"
27+
"symfony/config": "^5.4.9",
28+
"symfony/dependency-injection": "^5.4.9",
29+
"symfony/http-kernel": "^5.4.9"
2930
},
3031
"require-dev": {
31-
"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"
32+
"phpunit/phpunit": "^9.5.21",
33+
"doctrine/annotations": "^1.12",
34+
"mikey179/vfsstream": "^1.6.10",
35+
"squizlabs/php_codesniffer": "^3.7.1",
36+
"symfony/framework-bundle": "^5.4.9"
3637
},
3738
"scripts": {
3839
"lint": "phpcs",

0 commit comments

Comments
 (0)