Skip to content

Commit

Permalink
laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
halaei committed Mar 4, 2020
1 parent fed63c9 commit 9585afe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

#v0.6.0
- Laravel 6.0 support
- Laravel 6 & 7 support
- Drop PHP 7.0 support
- Drop Laravel 5.6 support

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"require-dev": {
"predis/predis": "^1.1",
"illuminate/console": "~5.7.0|~5.8.0|^6.0",
"illuminate/cache": "~5.7.0|~5.8.0|^6.0",
"illuminate/database": "~5.7.0|~5.8.0|^6.0",
"illuminate/console": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/cache": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0",
"symfony/process": "^4.2"
"symfony/process": "^4.2|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9585afe

Please sign in to comment.