Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Sep 16, 2019
2 parents 7272f50 + f2de65c commit 3bdffe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.php_cs.cache
.phpunit.result.cache
build
composer.lock
files
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
],
"require": {
"php": "^7.1.3",
"illuminate/config": ">=5.5 <6.0",
"illuminate/support": ">=5.5 <6.0",
"illuminate/database": ">=5.5 <6.0"
"illuminate/config": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0",
"illuminate/database": "^5.5|^6.0"
},
"require-dev": {
"adamwathan/faktory": "0.3.*",
"friendsofphp/php-cs-fixer": "^2.5",
"orchestra/testbench": "~3.0",
"orchestra/testbench": "^3.0|^4.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
Expand Down

0 comments on commit 3bdffe2

Please sign in to comment.