Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit dd9df4d

Browse files
committed
[update] composer packages for php 8 compatibility
1 parent 58e3d0a commit dd9df4d

File tree

2 files changed

+1507
-456
lines changed

2 files changed

+1507
-456
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.4.0",
1716
"ext-soap": "*"
1817
},
1918
"require-dev": {
20-
"symfony/console": "2.*",
21-
"fzaninotto/faker": "^1.6",
22-
"squizlabs/php_codesniffer": "*",
23-
"phpunit/phpunit": "^6.5"
19+
"fzaninotto/faker": "^1.5",
20+
"symfony/console": "^5.2",
21+
"phpunit/phpunit": "^9.5",
22+
"squizlabs/php_codesniffer": "^3.5"
2423
},
2524
"autoload": {
2625
"psr-4": {

0 commit comments

Comments
 (0)