Skip to content

Commit 3a0d86b

Browse files
Merge pull request #13
Added Symfony 8 compatibility
2 parents fe4f464 + 08f219d commit 3a0d86b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"require": {
2323
"php": "^8.2",
2424
"ramsey/uuid": "^4.9",
25-
"symfony/http-foundation": "^7.3"
25+
"symfony/http-foundation": "^7.3 || ^8.0"
2626
},
2727
"require-dev": {
2828
"dragon-code/codestyler": "^6.3",
2929
"pestphp/pest": "^3.0 || ^4.0",
3030
"pestphp/pest-plugin-type-coverage": "^3.0 || ^4.0",
31-
"symfony/var-dumper": "^7.3"
31+
"symfony/var-dumper": "^7.3 || ^8.0"
3232
},
3333
"minimum-stability": "stable",
3434
"autoload": {

0 commit comments

Comments
 (0)