Skip to content

Commit b2d344d

Browse files
authored
Merge pull request #2029 from nikow13/sf8
Support Symfony 8
2 parents 912298b + e831586 commit b2d344d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"psr/http-message": "^1.0|^2.0",
3131
"psr/http-server-handler": "^1.0",
3232
"riverline/multipart-parser": "^2.1.2",
33-
"symfony/process": "^4.4|^5.0|^6.0|^7.0"
33+
"symfony/process": "^4.4|^5.0|^6.0|^7.0|^8.0"
3434
},
3535
"require-dev": {
3636
"async-aws/core": "^1.0",
@@ -42,8 +42,8 @@
4242
"guzzlehttp/guzzle": "^7.5",
4343
"phpstan/phpstan": "^1.10.26",
4444
"phpunit/phpunit": "^9.6.10",
45-
"symfony/console": "^4.4|^5.0|^6.0|^7.0",
46-
"symfony/yaml": "^4.4|^5.0|^6.0|^7.0"
45+
"symfony/console": "^4.4|^5.0|^6.0|^7.0|^8.0",
46+
"symfony/yaml": "^4.4|^5.0|^6.0|^7.0|^8.0"
4747
},
4848
"scripts": {
4949
"test": [

0 commit comments

Comments
 (0)