Skip to content

Commit

Permalink
Merge pull request #5 from alleyinteractive/fix/autoloader
Browse files Browse the repository at this point in the history
Require Composer WordPress autoloader
  • Loading branch information
dlh01 authored Feb 6, 2023
2 parents be03981 + d90f59c commit 6d796d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C

Nothing yet.

## 2.0.1

### Fixed

- Missing `alleyinteractive/composer-wordpress-autoloader` dependency.

## 2.0.0

### Removed
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"lock": false
},
"require": {
"php": "^8.0"
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0.0"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^1.0.0",
Expand Down

0 comments on commit 6d796d2

Please sign in to comment.