Skip to content

Commit 0561220

Browse files
committed
Update dependency versions in composer configuration
Increases the version constraints for multiple dependencies in both `require` and `require-dev` sections to ensure compatibility with newer versions. Updates include `guzzlehttp/psr7`, `vitexsoftware/ease-core`, `phpunit/phpunit`, `friendsofphp/php-cs-fixer`, `ergebnis/composer-normalize`, and `ergebnis/php-cs-fixer-config`. These changes aim to leverage improvements and fixes in the updated dependencies while maintaining backward compatibility.
1 parent ad86caa commit 0561220

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.openapi-generator/templates/composer.mustache

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"ext-curl": "*",
2929
"ext-json": "*",
3030
"ext-mbstring": "*",
31-
"guzzlehttp/psr7": "^1.8 || ^2.0",
32-
"vitexsoftware/ease-core": "^1.45"
31+
"guzzlehttp/psr7": "^1.8 || ^2.7",
32+
"vitexsoftware/ease-core": "^1.48"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^8.0 || ^9.0",
36-
"friendsofphp/php-cs-fixer": "^3.71",
37-
"ergebnis/composer-normalize": "^2.43",
38-
"ergebnis/php-cs-fixer-config": "^6.34",
35+
"phpunit/phpunit": "^8.0 || ^9.6",
36+
"friendsofphp/php-cs-fixer": "^3.75",
37+
"ergebnis/composer-normalize": "^2.47",
38+
"ergebnis/php-cs-fixer-config": "^6.46",
3939
"phpstan/phpstan-phpunit": "2.0.x-dev"
4040
},
4141
"autoload": {

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"ext-curl": "*",
2525
"ext-json": "*",
2626
"ext-mbstring": "*",
27-
"guzzlehttp/psr7": "^1.8 || ^2.0",
28-
"vitexsoftware/ease-core": "^1.45"
27+
"guzzlehttp/psr7": "^1.8 || ^2.7",
28+
"vitexsoftware/ease-core": "^1.48"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^8.0 || ^9.0",
32-
"friendsofphp/php-cs-fixer": "^3.71",
33-
"ergebnis/composer-normalize": "^2.43",
34-
"ergebnis/php-cs-fixer-config": "^6.34",
31+
"phpunit/phpunit": "^8.0 || ^9.6",
32+
"friendsofphp/php-cs-fixer": "^3.75",
33+
"ergebnis/composer-normalize": "^2.47",
34+
"ergebnis/php-cs-fixer-config": "^6.46",
3535
"phpstan/phpstan-phpunit": "2.0.x-dev"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)