|
59 | 59 | },
|
60 | 60 | "require": {
|
61 | 61 | "php": "^8.1",
|
62 |
| - "giggsey/locale": "^2.0", |
63 |
| - "symfony/polyfill-mbstring": "^1.17" |
| 62 | + "giggsey/locale": "^2.7", |
| 63 | + "symfony/polyfill-mbstring": "^1.31" |
64 | 64 | },
|
65 | 65 | "require-dev": {
|
66 | 66 | "ext-dom": "*",
|
67 |
| - "friendsofphp/php-cs-fixer": "^3.64", |
68 |
| - "pear/pear-core-minimal": "^1.10", |
69 |
| - "pear/pear_exception": "^1.0", |
| 67 | + "friendsofphp/php-cs-fixer": "^3.71", |
| 68 | + "pear/pear-core-minimal": "^1.10.16", |
| 69 | + "pear/pear_exception": "^1.0.2", |
70 | 70 | "pear/versioncontrol_git": "^0.7",
|
71 |
| - "phing/phing": "^3.0", |
72 |
| - "php-coveralls/php-coveralls": "^2.0", |
73 |
| - "phpstan/extension-installer": "^1.2", |
74 |
| - "phpstan/phpstan": "^2.1", |
75 |
| - "phpstan/phpstan-deprecation-rules": "^2.0", |
76 |
| - "phpstan/phpstan-phpunit": "^2.0", |
77 |
| - "phpstan/phpstan-strict-rules": "^2.0", |
78 |
| - "phpunit/phpunit": "^10.5", |
79 |
| - "symfony/console": "^v6.2", |
80 |
| - "symfony/var-exporter": "^6.2" |
| 71 | + "phing/phing": "^3.0.1", |
| 72 | + "php-coveralls/php-coveralls": "^2.7", |
| 73 | + "phpstan/extension-installer": "^1.4.3", |
| 74 | + "phpstan/phpstan": "^2.1.7", |
| 75 | + "phpstan/phpstan-deprecation-rules": "^2.0.1", |
| 76 | + "phpstan/phpstan-phpunit": "^2.0.4", |
| 77 | + "phpstan/phpstan-strict-rules": "^2.0.3", |
| 78 | + "phpunit/phpunit": "^10.5.45", |
| 79 | + "symfony/console": "^6.4.17", |
| 80 | + "symfony/var-exporter": "^6.4.19" |
81 | 81 | },
|
82 | 82 | "replace": {
|
83 | 83 | "giggsey/libphonenumber-for-php-lite": "self.version"
|
|
89 | 89 | },
|
90 | 90 | "scripts": {
|
91 | 91 | "cs": "vendor/bin/php-cs-fixer fix",
|
| 92 | + "phpstan": "vendor/bin/phpstan", |
92 | 93 | "test": "vendor/bin/phpunit",
|
93 | 94 | "metadata": "vendor/bin/phing compile"
|
94 | 95 | },
|
|
0 commit comments