Skip to content

Commit 8a542f6

Browse files
Update composer dependencies for compatibility with newer versions. (#106)
1 parent 80858f8 commit 8a542f6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Change Log
66
- Enh #87: Refactor `SemverUtil::class` stability normalization logic (@terabytesoftw)
77
- Bug #104: Add support for PHP 8.4 (@terabytesoftw)
88
- Enh #105: Update dependencies in `composer.lock` (@terabytesoftw)
9+
- Enh #106: Update composer dependencies for compatibility with newer versions (@terabytesoftw)
910

1011
## 0.1.2 June 10, 2024
1112

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-ctype": "*",
1616
"ext-mbstring": "*",
1717
"php": "^8.1",
18-
"composer/composer": "^2.0.0",
18+
"composer/composer": "^2.8",
1919
"composer-plugin-api": "^2.0",
2020
"composer/semver": "^3.4",
2121
"symfony/console": "^6.0|^7.0"
@@ -24,7 +24,7 @@
2424
"maglnet/composer-require-checker": "^4.7",
2525
"php-forge/support": "^0.1",
2626
"phpunit/phpunit": "^10.5",
27-
"symplify/easy-coding-standard": "^12.1",
27+
"symplify/easy-coding-standard": "^12.5",
2828
"vimeo/psalm": "^5.26.1|^6.4.1"
2929
},
3030
"config": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)