Skip to content

Commit 9defd60

Browse files
committed
Add composer.json
Signed-off-by: Mriyam Tamuli <mbtamuli@gmail.com>
1 parent b71bd11 commit 9defd60

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "easyengine/site-type-php",
3+
"description": "EasyEngine package for PHP site creation.",
4+
"type": "ee-cli-package",
5+
"homepage": "https://github.com/easyengine/site-type-php",
6+
"license": "MIT",
7+
"authors": [],
8+
"minimum-stability": "dev",
9+
"prefer-stable": true,
10+
"autoload": {
11+
"psr-4": {
12+
"": "src/"
13+
}
14+
},
15+
"require-dev": {
16+
"wp-cli/mustangostang-spyc": "^0.6.3"
17+
},
18+
"extra": {
19+
"branch-alias": {
20+
"dev-master": "1.x-dev"
21+
},
22+
"bundled": true
23+
}
24+
}

0 commit comments

Comments
 (0)