We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6225e8a + d32f91f commit 8ce4a70Copy full SHA for 8ce4a70
composer.json
@@ -26,12 +26,12 @@
26
"require": {
27
"php": ">=8.1",
28
"ext-sodium": "*",
29
- "illuminate/collections": "^8|^9|^10",
30
- "illuminate/config": "^8|^9|^10",
31
- "illuminate/contracts": "^8|^9|^10",
32
- "illuminate/encryption": "^8|^9|^10",
33
- "illuminate/hashing": "^8|^9|^10",
34
- "illuminate/support": "^8|^9|^10"
+ "illuminate/collections": "^8|^9|^10|^11",
+ "illuminate/config": "^8|^9|^10|^11",
+ "illuminate/contracts": "^8|^9|^10|^11",
+ "illuminate/encryption": "^8|^9|^10|^11",
+ "illuminate/hashing": "^8|^9|^10|^11",
+ "illuminate/support": "^8|^9|^10|^11"
35
},
36
"require-dev": {
37
"orchestra/testbench": "^8.21",
0 commit comments