Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelder authored Jul 25, 2019
1 parent 90862cb commit 2e34fe5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@
}
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.6.*",
"illuminate/database": "5.6.*",
"illuminate/pagination": "5.6.*"
"php": "^7.1.3",
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*",
"illuminate/pagination": "5.8.*"
},
"require-dev": {
"filp/whoops": "~2.0",
"nunomaduro/collision": "~1.1",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0",
"symfony/thanks": "^1.0"
"filp/whoops": "^2.0",
"nunomaduro/collision": "^3.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2e34fe5

Please sign in to comment.