Skip to content

Commit f48bbeb

Browse files
committed
Fix composer.json
1 parent 72c55cf commit f48bbeb

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

composer.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@
5959
},
6060
"require": {
6161
"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"
6464
},
6565
"require-dev": {
6666
"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",
7070
"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"
8181
},
8282
"replace": {
8383
"giggsey/libphonenumber-for-php-lite": "self.version"
@@ -89,6 +89,7 @@
8989
},
9090
"scripts": {
9191
"cs": "vendor/bin/php-cs-fixer fix",
92+
"phpstan": "vendor/bin/phpstan",
9293
"test": "vendor/bin/phpunit",
9394
"metadata": "vendor/bin/phing compile"
9495
},

0 commit comments

Comments
 (0)