|
4 | 4 | "minimum-stability": "stable", |
5 | 5 | "prefer-stable": true, |
6 | 6 | "require": { |
7 | | - "php": "^8.3", |
| 7 | + "php": "^8.4.7", |
8 | 8 | "ext-ctype": "*", |
9 | 9 | "ext-iconv": "*", |
10 | 10 | "ext-intl": "*", |
|
13 | 13 | "doctrine/doctrine-bundle": "^2.14.0", |
14 | 14 | "doctrine/orm": "^3.3.3", |
15 | 15 | "google/protobuf": "^4.31.0", |
16 | | - "illuminate/collections": "^11.45.0", |
17 | | - "spatie/laravel-collection-macros": "^7.14.2", |
| 16 | + "illuminate/collections": "^12.15.0", |
| 17 | + "spatie/laravel-collection-macros": "^8.0.0", |
18 | 18 | "spatie/regex": "^3.1.1", |
19 | 19 | "symfony/asset": "^7.2.0", |
20 | 20 | "symfony/dotenv": "^7.2.0", |
|
28 | 28 | "symfony/twig-bundle": "^7.2.0", |
29 | 29 | "symfony/validator": "^7.2.6", |
30 | 30 | "symfony/yaml": "^7.2.6", |
31 | | - "thecodingmachine/safe": "^2.5.0" |
| 31 | + "thecodingmachine/safe": "^3.3.0" |
32 | 32 | }, |
33 | 33 | "require-dev": { |
34 | 34 | "dama/doctrine-test-bundle": "^8.3", |
35 | 35 | "doctrine/doctrine-fixtures-bundle": "^4.1", |
36 | 36 | "friendsofphp/php-cs-fixer": "^3.75.0", |
37 | | - "infection/infection": "^0.27.11", |
| 37 | + "infection/infection": "^0.29.14", |
38 | 38 | "laravel/pint": "^1.22.1", |
39 | 39 | "phan/phan": "^5.4.5", |
40 | 40 | "phpmd/phpmd": "^2.15.0", |
41 | 41 | "phpstan/extension-installer": "^1.4.3", |
42 | | - "phpstan/phpstan-deprecation-rules": "^1.2.1", |
43 | | - "phpstan/phpstan-strict-rules": "^1.6.2", |
44 | | - "phpstan/phpstan-symfony": "^1.4.15", |
45 | | - "phpunit/phpunit": "^10.5.46", |
46 | | - "psalm/plugin-symfony": "^5.2.6", |
| 42 | + "phpstan/phpstan-deprecation-rules": "^2.0.3", |
| 43 | + "phpstan/phpstan-strict-rules": "^2.0.4", |
| 44 | + "phpstan/phpstan-symfony": "^2.0.6", |
| 45 | + "phpunit/phpunit": "^12.1.6", |
| 46 | + "psalm/plugin-symfony": "^5.2.7", |
47 | 47 | "roave/security-advisories": "dev-latest", |
48 | 48 | "spatie/symfony-ignition-bundle": "^1.2.0", |
49 | 49 | "squizlabs/php_codesniffer": "^3.13.0", |
50 | 50 | "symfony/debug-bundle": "^7.2.0", |
51 | | - "symfony/maker-bundle": "^1.62.1", |
| 51 | + "symfony/maker-bundle": "^1.63.0", |
52 | 52 | "symfony/phpunit-bridge": "^7.2.6", |
53 | 53 | "symfony/web-profiler-bundle": "^7.2.4", |
54 | | - "thecodingmachine/phpstan-safe-rule": "^1.2.0", |
55 | | - "vimeo/psalm": "^5.26.1" |
| 54 | + "thecodingmachine/phpstan-safe-rule": "^1.4.1", |
| 55 | + "vimeo/psalm": "^6.11.0" |
56 | 56 | }, |
57 | 57 | "config": { |
58 | 58 | "allow-plugins": { |
|
0 commit comments