Skip to content

Commit aaffa77

Browse files
committed
fix constraint
1 parent 197c7b9 commit aaffa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cortexphp/json-schema": "^1.0",
2222
"cortexphp/model-info": "^0.3",
2323
"guzzlehttp/psr7": "^2.8",
24-
"illuminate/collections": "^12.0",
24+
"illuminate/collections": "^12.49",
2525
"laravel/prompts": "^0.3.8",
2626
"openai-php/client": "^0.18",
2727
"php-mcp/client": "^1.0",
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
"scripts": {
70-
"test": "pest",
70+
"test": "pest --parallel",
7171
"ecs": "ecs check --fix",
7272
"rector": "rector process",
7373
"stan": "phpstan analyse",

0 commit comments

Comments
 (0)