Skip to content

Commit

Permalink
Dropped support for 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Apr 29, 2020
1 parent bf8854e commit 021cc57
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
],
"require": {
"doctrine/dbal": "^2.10",
"laravel/framework": "~5.5|^6.0|^7.0"
"laravel/framework": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~4.2.0|^5.0",
"orchestra/database": "~4.2.0|^5.0"
"orchestra/testbench": "^5.0",
"orchestra/database": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 021cc57

Please sign in to comment.