1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

chore(deps): allow laravel/container:^7.0

This commit is contained in:
Andrew Ellis
2020-03-12 19:48:28 -06:00
parent e7f8b33ea4
commit b5f71e03eb

View File

@@ -25,7 +25,7 @@
},
"require": {
"php": ">=5.6",
"illuminate/container": "~5.1 | ^6.0",
"illuminate/container": "~5.1 | ^6.0 | ^7.0",
"mnapoli/silly": "~1.0",
"symfony/process": "~3.0|~4.0|~5.0",
"nategood/httpful": "~0.2",