Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #67 from Naoray/prepare-upgrade
Browse files Browse the repository at this point in the history
Prepare upgrade
  • Loading branch information
Naoray authored May 15, 2020
2 parents abbe60c + 682d01e commit 08a2eaa
Show file tree
Hide file tree
Showing 33 changed files with 2,136 additions and 968 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
}
],
"require": {
"illuminate/support": "^6.0",
"illuminate/console": "^6.0",
"illuminate/filesystem": "^6.0"
"illuminate/support": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/filesystem": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -39,7 +39,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^4.0|^5.0",
"mockery/mockery": "^1.2"
}
}
Loading

0 comments on commit 08a2eaa

Please sign in to comment.