Skip to content

Commit

Permalink
Merge pull request #35 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 51ac210 + 0eb14c4 commit 4e10383
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
],
"require": {
"php": "^7.2.5|^7.3.0|^8.0",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"brackets/admin-ui": "^4.0",
"brackets/admin-listing": "^3.0",
"brackets/translatable": "^2.0"
},
"require-dev": {
"orchestra/testbench": "~4.0|~5.0|~6.0",
"orchestra/testbench": "~4.0|~5.0|~6.0|~7.0",
"phpunit/phpunit": "^8.5|^9.0",
"doctrine/dbal": "~2.5.13|^2.6",
"mockery/mockery": "^1.0"
Expand Down

0 comments on commit 4e10383

Please sign in to comment.