Skip to content

Commit

Permalink
Merge pull request #2 from bomshteyn/master
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
avrahamappel authored Feb 3, 2021
2 parents b77b7d5 + 9575c80 commit a1d8405
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 @@ -20,13 +20,13 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.2",
"illuminate/support": "^5|^6",
"illuminate/config": "^5|^6",
"illuminate/translation": "^5|^6"
"illuminate/support": "^5|^6|^7|^8",
"illuminate/config": "^5|^6|^7|^8",
"illuminate/translation": "^5|^6|^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
"mockery/mockery": "^0.9.9"
"phpunit/phpunit": "^6.3|^8.5.8|^9.3.3",
"mockery/mockery": "^0.9.9|^1.3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a1d8405

Please sign in to comment.