We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92f67c8 + 632d93f commit 729891aCopy full SHA for 729891a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### Unreleased
2
3
+### v2.1.1 (2025-07-29)
4
+
5
+* Support composer/installers^2
6
7
### v2.1.0 (2025-07-22)
8
9
* Support PHP 8.4
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "composer/installers": "^1.9",
+ "composer/installers": "^1.12 || ^2",
16
"ezyang/htmlpurifier": "^4.15",
17
"php": "~8.3.0 || ~8.4.0",
18
"ingenerator/kohana-core": "^4.7",
0 commit comments