Skip to content

Commit

Permalink
Remove Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hedii authored Apr 20, 2020
1 parent c47210a commit b9896d8
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 @@ -12,11 +12,11 @@
],
"require": {
"php": "^7.4.0",
"laravel/framework": "^6.0|^7.0",
"laravel/framework": "^7.0",
"nimbusoft/flysystem-openstack-swift": "^0.3.1"
},
"require-dev": {
"orchestra/testbench": "^4.6"
"orchestra/testbench": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b9896d8

Please sign in to comment.