Skip to content

Commit c4cac89

Browse files
authored
Merge pull request #10 from alleyinteractive/fix/autoloader
Require Composer WordPress autoloader
2 parents 46edbb3 + 82b8534 commit c4cac89

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C
66

77
Nothing yet.
88

9+
## 2.0.1
10+
11+
### Fixed
12+
13+
- Missing `alleyinteractive/composer-wordpress-autoloader` dependency.
14+
915
## 2.0.0
1016

1117
### Added

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"require": {
2626
"php": "^8.0",
27+
"alleyinteractive/composer-wordpress-autoloader": "^1.0.0",
2728
"alleyinteractive/laminas-validator-extensions": "^2.0.0"
2829
},
2930
"require-dev": {

0 commit comments

Comments
 (0)