diff --git a/composer.json b/composer.json index 894044aef..4c2be8cf6 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,11 @@ }, "require": { "php": ">=5.6", - "illuminate/container": "~5.1 | ^6.0 | ^7.0", + "illuminate/container": "~5.1|^6.0|^7.0|^8.0", "mnapoli/silly": "~1.0", "symfony/process": "~3.0|~4.0|~5.0", "nategood/httpful": "~0.2", - "tightenco/collect": "^5.3 | ^6.0 | ^7.0" + "tightenco/collect": "^5.3|^6.0|^7.0|^8.0" }, "require-dev": { "mockery/mockery": "^1.2.3",