Skip to content

Commit 3028b78

Browse files
authored
Update compatible requirements for Laravel installer v5.6 (#10)
* Update compatible requirements for Laravel installer v5.6
1 parent 8f6a951 commit 3028b78

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
@@ -36,13 +36,13 @@
3636
}
3737
},
3838
"require": {
39-
"php": "^7.4|^8.0",
40-
"illuminate/container": "^8.0|^9.0|^10.0",
39+
"php": "^7.4|^8.0|^8.2",
40+
"illuminate/container": "^8.0|^9.0|^10.0|^11.0",
4141
"mnapoli/silly": "^1.8",
4242
"symfony/process": "^4.0|^5.0|^6.0|^7.0",
4343
"guzzlehttp/guzzle": "^7.7",
4444
"phpseclib/phpseclib": "^3.0",
45-
"illuminate/collections": "^8.0|^9.0|^10.0",
45+
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
4646
"composer/ca-bundle": "^1.3"
4747
},
4848
"conflict": {

0 commit comments

Comments
 (0)