|
13 | 13 | } |
14 | 14 | }, |
15 | 15 | "require": { |
16 | | - "php": "^8.1", |
| 16 | + "php": "^8.4", |
17 | 17 | "guzzlehttp/guzzle": "^6.2.2 || ^7.5.0", |
18 | 18 | "friendsofphp/proxy-manager-lts": "^1.0", |
19 | | - "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0", |
20 | | - "symfony/property-access": "^4.4 || ^5.0 || ^6.0", |
| 19 | + "symfony/http-foundation": "^6.0 || ^7.0 || ^8.0", |
| 20 | + "symfony/property-access": "^6.0 || ^7.0 || ^8.0", |
21 | 21 | "psr/cache": "^1.0 || ^2.0 || ^3.0" |
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | | - "symfony/cache": "^4.0 || ^5.0 || ^6.0", |
| 24 | + "symfony/cache": "^6.0 || ^7.0 || ^8.0", |
25 | 25 | "phpunit/phpunit": "^10.0", |
26 | 26 | "mapado/php-cs-fixer-config": "^3.2", |
27 | 27 | "g1a/composer-test-scenarios": "^3.0", |
28 | 28 | "giggsey/libphonenumber-for-php": "^8.0", |
29 | 29 | "friendsofphp/php-cs-fixer": "^3.0.0", |
30 | | - "phpstan/phpstan": "^1.10", |
31 | | - "phpstan/phpstan-phpunit": "^1.3", |
32 | | - "phpstan/extension-installer": "^1.3" |
| 30 | + "phpstan/phpstan": "^2.0", |
| 31 | + "phpstan/phpstan-phpunit": "^2.0", |
| 32 | + "phpstan/extension-installer": "^1.0", |
| 33 | + "phpstan/phpstan-deprecation-rules": "^2.0" |
33 | 34 | }, |
34 | 35 | "suggest": { |
35 | 36 | "giggsey/libphonenumber-for-php": "^1.1 to manage integration with phone number bundle" |
36 | 37 | }, |
37 | 38 | "scripts": { |
38 | 39 | "test": [ |
39 | | - "vendor/bin/phpstan analyze src/", |
| 40 | + "vendor/bin/phpstan analyze", |
40 | 41 | "vendor/bin/phpunit" |
41 | 42 | ], |
42 | 43 | "post-install-cmd": [ |
|
0 commit comments