|
14 | 14 | "format": "./vendor/bin/pint --config pint.json", |
15 | 15 | "format:check": "./vendor/bin/pint --test --config pint.json", |
16 | 16 | "analyze": "./vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.neon app src tests", |
17 | | - "test:unit": "./vendor/bin/phpunit --configuration phpunit.xml --debug --testsuite=unit", |
18 | | - "test:e2e": "./vendor/bin/phpunit --configuration phpunit.xml --debug --testsuite=e2e", |
| 17 | + "test:unit": "./vendor/bin/phpunit --configuration phpunit.xml --testsuite=unit", |
| 18 | + "test:e2e": "./vendor/bin/phpunit --configuration phpunit.xml --testsuite=e2e", |
19 | 19 | "refactor": "./vendor/bin/rector", |
20 | 20 | "refactor:check": "./vendor/bin/rector --dry-run" |
21 | 21 | }, |
22 | 22 | "require": { |
23 | | - "php": ">=8.3.0", |
| 23 | + "php": ">=8.5.0", |
24 | 24 | "ext-curl": "*", |
25 | 25 | "ext-json": "*", |
26 | 26 | "ext-swoole": "*", |
27 | 27 | "utopia-php/config": "^0.2.2", |
28 | | - "utopia-php/console": "0.0.*", |
| 28 | + "utopia-php/console": "^0.1.1", |
29 | 29 | "utopia-php/di": "0.3.*", |
30 | 30 | "utopia-php/dsn": "0.2.*", |
31 | 31 | "utopia-php/framework": "0.34.*", |
32 | | - "utopia-php/orchestration": "0.19.*", |
| 32 | + "utopia-php/orchestration": "^0.19.2", |
33 | 33 | "utopia-php/storage": "0.18.*", |
34 | 34 | "utopia-php/system": "0.10.*" |
35 | 35 | }, |
36 | 36 | "require-dev": { |
37 | 37 | "laravel/pint": "1.*", |
38 | | - "utopia-php/fetch": "0.5.*", |
39 | | - "phpstan/phpstan": "2.*", |
40 | | - "phpunit/phpunit": "9.*", |
41 | | - "rector/rector": "2.3.8", |
42 | | - "swoole/ide-helper": "5.1.2" |
| 38 | + "utopia-php/fetch": "^1.1.2", |
| 39 | + "phpstan/phpstan": "^2.1", |
| 40 | + "phpunit/phpunit": "^13.1", |
| 41 | + "rector/rector": "^2.4", |
| 42 | + "swoole/ide-helper": "^6.0" |
43 | 43 | }, |
44 | 44 | "config": { |
45 | 45 | "platform": { |
46 | | - "php": "8.3" |
| 46 | + "php": "8.5" |
47 | 47 | }, |
48 | 48 | "allow-plugins": { |
49 | 49 | "php-http/discovery": false, |
|
0 commit comments