Skip to content

Commit

Permalink
Merge pull request #304 from alleyinteractive/feature/add-wp-type-ext…
Browse files Browse the repository at this point in the history
…ensions

require wp-type-extensions
  • Loading branch information
mogmarsh authored Dec 20, 2023
2 parents 6043d2f + 38a3af8 commit 5906a02
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@
"email": "email@domain.com"
}
],
"repositories": [
{
"type": "github",
"url": "https://github.com/alleyinteractive/wp-type-extensions"
}
],
"require": {
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0"
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-type-extensions": "dev-main"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^2.0",
Expand Down

0 comments on commit 5906a02

Please sign in to comment.