We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c33bc commit 1581440Copy full SHA for 1581440
composer.json
@@ -42,17 +42,17 @@
42
},
43
"require": {
44
"php": ">=7.0",
45
- "illuminate/container": "~5.3|^6.0|^7.0",
+ "illuminate/container": "~5.3|^6.0|^7.0|^8.0",
46
"mnapoli/silly": "~1.1",
47
"symfony/process": "~2.7|~3.0|~4.0|~5.0",
48
"nategood/httpful": "~0.2",
49
- "tightenco/collect": "~5.3|^6.0|^7.0",
+ "tightenco/collect": "~5.3|^6.0|^7.0|^8.0",
50
"ext-posix": "*",
51
"ext-json": "*"
52
53
"require-dev": {
54
"mockery/mockery": "~0.9.4",
55
- "phpunit/phpunit": "~5.5"
+ "phpunit/phpunit": "~5.5|^9.0"
56
57
"scripts": {
58
"post-install-cmd": [
0 commit comments