Skip to content

Commit 1581440

Browse files
authored
Update composer.json
1 parent 42c33bc commit 1581440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
},
4343
"require": {
4444
"php": ">=7.0",
45-
"illuminate/container": "~5.3|^6.0|^7.0",
45+
"illuminate/container": "~5.3|^6.0|^7.0|^8.0",
4646
"mnapoli/silly": "~1.1",
4747
"symfony/process": "~2.7|~3.0|~4.0|~5.0",
4848
"nategood/httpful": "~0.2",
49-
"tightenco/collect": "~5.3|^6.0|^7.0",
49+
"tightenco/collect": "~5.3|^6.0|^7.0|^8.0",
5050
"ext-posix": "*",
5151
"ext-json": "*"
5252
},
5353
"require-dev": {
5454
"mockery/mockery": "~0.9.4",
55-
"phpunit/phpunit": "~5.5"
55+
"phpunit/phpunit": "~5.5|^9.0"
5656
},
5757
"scripts": {
5858
"post-install-cmd": [

0 commit comments

Comments
 (0)