Skip to content

Commit

Permalink
Merge remote-tracking branch 'github.com/6.x' into bugfix/route-arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThompsonTLDR committed Apr 17, 2020
2 parents 6906174 + 64f2268 commit ae9f533
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}
],
"require": {
"php": ">=7.2",
"illuminate/http": "^6.0",
"illuminate/routing": "^6.0",
"illuminate/session": "^6.0",
"illuminate/support": "^6.0",
"illuminate/view": "^6.0"
"php": ">=7.2.5",
"illuminate/http": "^6.0|^7.0",
"illuminate/routing": "^6.0|^7.0",
"illuminate/session": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/view": "^6.0|^7.0"
},
"require-dev": {
"illuminate/database": "^6.0",
"illuminate/database": "^6.0|^7.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.1"
},
Expand Down

0 comments on commit ae9f533

Please sign in to comment.