|
17 | 17 | "require": { |
18 | 18 | "php": "^8.2", |
19 | 19 | "ext-pdo": "*", |
20 | | - "cycle/annotated": "^3.4", |
21 | | - "cycle/database": "^2.4", |
22 | | - "cycle/entity-behavior": "^1.2", |
23 | | - "cycle/migrations": "^4.0", |
24 | | - "cycle/orm": "^2.3", |
25 | | - "cycle/schema-migrations-generator": "^2.1", |
| 20 | + "cycle/annotated": "^3.5", |
| 21 | + "cycle/database": "^2.8", |
| 22 | + "cycle/entity-behavior": "^1.3", |
| 23 | + "cycle/migrations": "^4.2", |
| 24 | + "cycle/orm": "^2.7", |
| 25 | + "cycle/schema-migrations-generator": "^2.2", |
26 | 26 | "cycle/schema-renderer": "^1.2", |
27 | | - "illuminate/console": "^10.39", |
28 | | - "illuminate/contracts": "^10.39", |
29 | | - "illuminate/support": "^10.39", |
30 | | - "laminas/laminas-hydrator": "^4.14", |
| 27 | + "illuminate/console": "^10.45", |
| 28 | + "cycle/schema-builder": "^2.8.0", |
| 29 | + "illuminate/contracts": "^10.45", |
| 30 | + "illuminate/support": "^10.45", |
| 31 | + "laminas/laminas-hydrator": "^4.15", |
31 | 32 | "spiral/attributes": "^3.1", |
32 | 33 | "symfony/console": "^6.4" |
33 | 34 | }, |
34 | 35 | "require-dev": { |
35 | | - "ergebnis/composer-normalize": "^2.30", |
36 | | - "fakerphp/faker": "^1.21", |
| 36 | + "ergebnis/composer-normalize": "^2.42", |
| 37 | + "fakerphp/faker": "^1.23", |
37 | 38 | "jetbrains/phpstorm-attributes": "^1.0", |
38 | 39 | "nunomaduro/collision": "^7.10", |
39 | | - "nunomaduro/larastan": "^2.5", |
40 | | - "orchestra/testbench": "^8.5", |
41 | | - "pestphp/pest": "^2.5", |
42 | | - "pestphp/pest-plugin-laravel": "^2.0", |
| 40 | + "larastan/larastan": "^2.9", |
| 41 | + "orchestra/testbench": "^8.21", |
| 42 | + "pestphp/pest": "^2.34", |
| 43 | + "pestphp/pest-plugin-laravel": "^2.3", |
43 | 44 | "phpstan/extension-installer": "^1.3", |
44 | 45 | "phpstan/phpstan": "^1.10", |
45 | 46 | "phpstan/phpstan-deprecation-rules": "^1.1", |
46 | 47 | "phpstan/phpstan-phpunit": "^1.3", |
47 | 48 | "phpstan/phpstan-strict-rules": "^1.5", |
48 | 49 | "phpunit/phpunit": "^10.5", |
49 | 50 | "roave/security-advisories": "dev-latest", |
50 | | - "spatie/laravel-ray": "^1.32", |
51 | | - "wayofdev/cs-fixer-config": "^1.1", |
| 51 | + "wayofdev/cs-fixer-config": "^1.2", |
52 | 52 | "beberlei/assert": "^3.3" |
53 | 53 | }, |
54 | 54 | "autoload": { |
|
0 commit comments