We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c8c5d7 + 1c6a42d commit 9442256Copy full SHA for 9442256
composer.json
@@ -16,12 +16,12 @@
16
],
17
"require": {
18
"php": ">=5.3.0",
19
- "illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
20
- "illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
21
- "illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0"
+ "illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
+ "illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
+ "illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "4.0.*|^9.5.10",
+ "phpunit/phpunit": "4.0.*|^9.5.10|^10.5",
25
"mockery/mockery": "0.9.*|^1.4.4"
26
27
"autoload": {
0 commit comments