Skip to content

Commit

Permalink
Merge pull request #39 from BRACKETS-by-TRIAD/laravel-9
Browse files Browse the repository at this point in the history
Laravel 9 support
  • Loading branch information
strstensky authored Mar 17, 2022
2 parents f806aa2 + 7dc2f75 commit 331c04a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"require": {
"php": "^7.4.0|^8.0",
"brackets/admin-ui": "^4.0",
"brackets/media": "^6.0",
"illuminate/support": "^8.0",
"spatie/laravel-permission": "^3.0"
"brackets/media": "^6.0|^7.0",
"illuminate/support": "^8.0|^9.0",
"spatie/laravel-permission": "^3.0|^4.0|^5.0"
},
"require-dev": {
"orchestra/testbench": "~6.0",
"orchestra/testbench": "~6.0|~7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.0"
},
Expand Down
4 changes: 4 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
<env name="CACHE_DRIVER" value="array"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="MAIL_HOST" value="smtp.mailtrap.io"/>
<env name="MAIL_PORT" value="2525"/>
<env name="MAIL_USERNAME" value=""/>
<env name="MAIL_PASSWORD" value=""/>
</php>
</phpunit>

0 comments on commit 331c04a

Please sign in to comment.