Skip to content

Commit c30d1b8

Browse files
authored
fix: symfony requirement for laravel 11/12
1 parent c9794f5 commit c30d1b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^8.1",
1515
"guzzlehttp/guzzle": "^7.8",
1616
"illuminate/support": "^10.48|^11|^12",
17-
"symfony/symfony": "^6.4"
17+
"symfony/symfony": "^6.4|^7|^8"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.6"

0 commit comments

Comments
 (0)