Skip to content

Commit 5906a02

Browse files
authored
Merge pull request #304 from alleyinteractive/feature/add-wp-type-extensions
require wp-type-extensions
2 parents 6043d2f + 38a3af8 commit 5906a02

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@
1414
"email": "email@domain.com"
1515
}
1616
],
17+
"repositories": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/alleyinteractive/wp-type-extensions"
21+
}
22+
],
1723
"require": {
1824
"php": "^8.1",
19-
"alleyinteractive/composer-wordpress-autoloader": "^1.0"
25+
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
26+
"alleyinteractive/wp-type-extensions": "dev-main"
2027
},
2128
"require-dev": {
2229
"alleyinteractive/alley-coding-standards": "^2.0",

0 commit comments

Comments
 (0)