Skip to content

Commit 13fc478

Browse files
authored
Merge pull request #18 from programmatordev/PAS-14-allow-symfony-8
Allow Symfony 8
2 parents 2c596c8 + 7335e4a commit 13fc478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"psr/http-factory": "^1.1",
2626
"psr/http-factory-implementation": "*",
2727
"psr/log": "^2.0|^3.0",
28-
"symfony/event-dispatcher": "^6.4|^7.3"
28+
"symfony/event-dispatcher": "^6.4|^7.4|^8.0"
2929
},
3030
"require-dev": {
3131
"monolog/monolog": "^3.9",
3232
"nyholm/psr7": "^1.8",
3333
"php-http/mock-client": "^1.6",
3434
"phpunit/phpunit": "^10.5",
35-
"symfony/cache": "^6.4|^7.3",
36-
"symfony/http-client": "^6.4|^7.3",
37-
"symfony/var-dumper": "^6.4|^7.3"
35+
"symfony/cache": "^6.4|^7.4|^8.0",
36+
"symfony/http-client": "^6.4|^7.4|^8.0",
37+
"symfony/var-dumper": "^6.4|^7.4|^8.0"
3838
},
3939
"provide": {
4040
"psr/http-client-implementation": "1.0",

0 commit comments

Comments
 (0)