mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Merge pull request #816 from drbyte/6-dot-0
Add compatibility with global illuminate 6.0 pkgs
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6",
|
||||
"illuminate/container": "~5.1",
|
||||
"illuminate/container": "~5.1 | ^6.0",
|
||||
"mnapoli/silly": "~1.0",
|
||||
"symfony/process": "~2.7|~3.0|~4.0",
|
||||
"nategood/httpful": "~0.2",
|
||||
"tightenco/collect": "^5.3"
|
||||
"tightenco/collect": "^5.3 | ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.2.3",
|
||||
|
||||
Reference in New Issue
Block a user