Skip to content

Commit edb4470

Browse files
authored
Merge pull request #36 from zaherg/master
Support Laravel 9.0
2 parents f2c14a3 + 60c6b12 commit edb4470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.6",
17-
"symfony/yaml": "^4.4|^5.2"
17+
"symfony/yaml": "^4.4|^5.2|^6.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^6.0",

0 commit comments

Comments
 (0)