Skip to content

Commit

Permalink
Merge pull request #20 from serwin35/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
Lexx YungCarter authored Sep 15, 2020
2 parents a550530 + 44b94a4 commit 1b5fb29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
],
"require": {
"php": "^7.1.3",
"illuminate/config": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/database": "^5.5|^6.0|^7.0"
"illuminate/config": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"adamwathan/faktory": "0.3.*",
"friendsofphp/php-cs-fixer": "^2.5",
"orchestra/testbench": "^3.0|^4.0",
"phpunit/phpunit": "^7.0|^8.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1b5fb29

Please sign in to comment.