Skip to content

Commit e46b7c1

Browse files
authored
Support for Symfony 8.0 (#79)
1 parent 8defd9b commit e46b7c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"psr/http-factory": "^1.1",
2929
"psr/http-message": "^2.0",
3030
"psr/log": "^1.0 || ^2.0 || ^3.0",
31-
"symfony/finder": "^6.4 || ^7.3",
32-
"symfony/uid": "^6.4 || ^7.3"
31+
"symfony/finder": "^6.4 || ^7.3 || ^8.0",
32+
"symfony/uid": "^6.4 || ^7.3 || ^8.0"
3333
},
3434
"require-dev": {
3535
"php-cs-fixer/shim": "^3.84",
3636
"phpstan/phpstan": "^2.1",
3737
"phpunit/phpunit": "^10.5",
3838
"psr/cache": "^3.0",
3939
"psr/simple-cache": "^3.0",
40-
"symfony/cache": "^6.4 || ^7.3",
41-
"symfony/console": "^6.4 || ^7.3",
42-
"symfony/process": "^6.4 || ^7.3",
40+
"symfony/cache": "^6.4 || ^7.3 || ^8.0",
41+
"symfony/console": "^6.4 || ^7.3 || ^8.0",
42+
"symfony/process": "^6.4 || ^7.3 || ^8.0",
4343
"nyholm/psr7": "^1.8",
4444
"nyholm/psr7-server": "^1.1",
4545
"laminas/laminas-httphandlerrunner": "^2.12"

0 commit comments

Comments
 (0)