Skip to content

Commit

Permalink
Merge pull request #10 from gghughunishvili/rc4
Browse files Browse the repository at this point in the history
Updates composer.json to support Laravel 8
  • Loading branch information
gghughunishvili authored Mar 20, 2021
2 parents e70cf5f + 0492cb8 commit ef7a653
Show file tree
Hide file tree
Showing 2 changed files with 993 additions and 391 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
],
"require": {
"php": ">=7.2",
"illuminate/console": "~6.0|^7.0",
"illuminate/support": "~6.0|^7.0",
"illuminate/cache": "~6.0|^7.0"
"illuminate/console": "~6.0|^7.0|^8.0",
"illuminate/support": "~6.0|^7.0|^8.0",
"illuminate/cache": "~6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.0",
"illuminate/database": "~6.0|^7.0",
"illuminate/database": "~6.0|^7.0|^8.0",
"sami/sami": "dev-master"
},
"autoload": {
Expand Down
Loading

0 comments on commit ef7a653

Please sign in to comment.