Skip to content

Commit 9886695

Browse files
authored
Merge pull request #420 from Jamesking56/master-1
Allow newer package versions
2 parents 9c09fbd + 12291c9 commit 9886695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
},
4747
"require": {
4848
"php": ">=7.0",
49-
"illuminate/container": "~5.3|^6.0|^7.0|^8.0|^9.0",
49+
"illuminate/container": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0",
5050
"mnapoli/silly": "~1.1",
5151
"symfony/process": "~2.7|~3.0|~4.0|~5.0|^6.0",
5252
"nategood/httpful": "~0.2",
53-
"tightenco/collect": "~5.3|^6.0|^7.0|^8.0",
53+
"tightenco/collect": "~5.3|^6.0|^7.0|^8.0|^9.0",
5454
"ext-posix": "*",
5555
"ext-json": "*",
5656
"outrightvision/api-model": "^1.0"

0 commit comments

Comments
 (0)