Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 9b74f33

Browse files
committed
update php
1 parent 6133485 commit 9b74f33

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
"require": {
2424
"php": ">=7.4|<=8.5",
2525
"ext-swoole": "^6",
26-
"illuminate/console": ">=5.4",
27-
"illuminate/contracts": ">=5.4",
28-
"illuminate/http": ">=5.4",
29-
"illuminate/support": ">=5.4",
26+
"illuminate/console": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0|~13.0",
27+
"illuminate/contracts": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0|~13.0",
28+
"illuminate/http": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0|~13.0",
29+
"illuminate/support": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0|~13.0",
3030
"predis/predis": "^1.1",
31-
"laravel/framework":"v5.4"
31+
"laravel/framework":"~5.4|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0|~13.0"
3232
},
3333
"require-dev": {
34-
"laravel/lumen-framework": ">=5.4",
35-
"phpunit/phpunit": ">=8.5",
34+
"laravel/lumen-framework": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0|~13.0",
35+
"phpunit/phpunit": ">=10",
3636
"phpunit/php-code-coverage": ">=7.0",
3737
"php-coveralls/php-coveralls": ">=2.1",
38-
"mockery/mockery": "^1.3",
39-
"codedungeon/phpunit-result-printer": "^0.31.0",
40-
"php-mock/php-mock": "^2.3",
38+
"mockery/mockery": ">1.3",
39+
"codedungeon/phpunit-result-printer": ">0.31.0",
40+
"php-mock/php-mock": ">2.3",
4141
"swoole/ide-helper": "@dev"
4242
},
4343
"autoload": {

0 commit comments

Comments
 (0)