Skip to content

Commit

Permalink
Drop laravel 5 (#26)
Browse files Browse the repository at this point in the history
* tweak migration and php support

* drop laravel 5 support
  • Loading branch information
saqueib authored Jan 31, 2022
1 parent cebf5df commit 8ea3ad6
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 @@ -19,10 +19,10 @@
],
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0|^9.0"
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*|4.*|5.*|6.*",
"orchestra/testbench": "4.*|5.*|6.*",
"mockery/mockery": "^0.9.4 || ~1.0",
"phpunit/phpunit": "^8.5"
},
Expand Down

0 comments on commit 8ea3ad6

Please sign in to comment.