Skip to content

Commit

Permalink
Merge pull request #1 from savannabits/coolsam726-laravel-7
Browse files Browse the repository at this point in the history
Laravel 7 Support
  • Loading branch information
coolsam726 authored Mar 25, 2020
2 parents 0480f98 + c3d01f1 commit 0a3a4fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/console": "~6.0",
"illuminate/support": "~6.0",
"illuminate/cache": "~6.0"
"illuminate/console": "^6.0 | ^7.0",
"illuminate/support": "^6.0 | ^7.0",
"illuminate/cache": "^6.0 | ^7.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"phpunit/phpunit": "^8.5",
"mockery/mockery": "dev-master",
"illuminate/database": "~6.0",
"illuminate/database": "^6.0 | ^7.0",
"sami/sami": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 0a3a4fa

Please sign in to comment.