Skip to content

Commit

Permalink
Support newer versions of Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
chadidi committed Oct 9, 2021
1 parent ca84509 commit dd84751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"homepage": "https://github.com/fevrok/laravel-search-alert",
"keywords": ["Laravel", "package", "search-alert"],
"require": {
"illuminate/support": "~5|~6"
"illuminate/support": "~5|~6|~7|~8"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3|~4",
"orchestra/testbench": "~3|~4|~5|~6",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit dd84751

Please sign in to comment.