Skip to content

Commit 26e1d0d

Browse files
composer support for bedrock projects
1 parent 45b8bed commit 26e1d0d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.svn
22
.DS_Store
3+
4+
/vendor/

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "hoppinger/advanced-custom-fields-wpcli",
3+
"description": "Manage Advanced Custom Fields through WP-CLI",
4+
"type": "wordpress-plugin",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Sebastiaan de Geus",
9+
"email": "[email protected]"
10+
},
11+
{
12+
"name": "Robert Vermeulen de Geus",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"minimum-stability": "stable",
17+
"require": {}
18+
}

0 commit comments

Comments
 (0)