We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71bd11 commit 9defd60Copy full SHA for 9defd60
1 file changed
composer.json
@@ -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