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 46edbb3 + 82b8534 commit c4cac89Copy full SHA for c4cac89
CHANGELOG.md
@@ -6,6 +6,12 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C
6
7
Nothing yet.
8
9
+## 2.0.1
10
+
11
+### Fixed
12
13
+- Missing `alleyinteractive/composer-wordpress-autoloader` dependency.
14
15
## 2.0.0
16
17
### Added
composer.json
@@ -24,6 +24,7 @@
24
},
25
"require": {
26
"php": "^8.0",
27
+ "alleyinteractive/composer-wordpress-autoloader": "^1.0.0",
28
"alleyinteractive/laminas-validator-extensions": "^2.0.0"
29
30
"require-dev": {
0 commit comments