Skip to content

Commit

Permalink
Merge pull request #17 from dbfx/master
Browse files Browse the repository at this point in the history
Support for Laravel 9
  • Loading branch information
staudenmeir authored Mar 6, 2022
2 parents 9bb7e2b + 7bfb670 commit f81141c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": "^7.1.3|^8.0",
"symfony/process": "^4.2|^5.0"
"symfony/process": "^4.2|^5.0|^6.0"
},
"require-dev": {
"orchestra/testbench": "^6.22"
Expand Down

0 comments on commit f81141c

Please sign in to comment.