Skip to content

Commit

Permalink
Merge pull request #46 from BRACKETS-by-TRIAD/laravel-9
Browse files Browse the repository at this point in the history
Support Laravel 9
  • Loading branch information
strstensky authored Mar 17, 2022
2 parents a2856bd + 0905b14 commit 63803fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
],
"require": {
"php": "^7.2.5|^7.3.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench-browser-kit": "~4.0|~5.0|~6.0",
"orchestra/testbench-browser-kit": "~4.0|~5.0|~6.0|~7.0",
"phpunit/phpunit": "^8.5|^9.0",
"mockery/mockery": "0.9.*|^1.0"
},
Expand Down

0 comments on commit 63803fc

Please sign in to comment.