Commit 7829a087d609852c995d6526a4f23bb5215e3f92
1 parent
7b098d29
Exists in
issue342
modificação retirada a package do wordpress como zip pra obter como composer package
Showing
1 changed file
with
7 additions
and
10 deletions
Show diff stats
composer.json
@@ -21,6 +21,10 @@ | @@ -21,6 +21,10 @@ | ||
21 | }, | 21 | }, |
22 | { | 22 | { |
23 | "type": "git", | 23 | "type": "git", |
24 | + "url": "https://github.com/johnpbloch/wordpress" | ||
25 | + }, | ||
26 | + { | ||
27 | + "type": "git", | ||
24 | "url": "https://github.com/pensandoodireito/marcocivil-tema" | 28 | "url": "https://github.com/pensandoodireito/marcocivil-tema" |
25 | }, | 29 | }, |
26 | { | 30 | { |
@@ -59,6 +63,7 @@ | @@ -59,6 +63,7 @@ | ||
59 | "require": { | 63 | "require": { |
60 | "php": ">=5.4.0", | 64 | "php": ">=5.4.0", |
61 | "wordpress": "4.1.1", | 65 | "wordpress": "4.1.1", |
66 | + "johnpbloch/wordpress": "4.3", | ||
62 | "pensandoodireito/marcocivil-tema" : "dev-master", | 67 | "pensandoodireito/marcocivil-tema" : "dev-master", |
63 | "pensandoodireito/dadospessoais-tema" : "dev-master", | 68 | "pensandoodireito/dadospessoais-tema" : "dev-master", |
64 | "pensandoodireito/pensandoodireito-tema" : "dev-master", | 69 | "pensandoodireito/pensandoodireito-tema" : "dev-master", |
@@ -73,17 +78,9 @@ | @@ -73,17 +78,9 @@ | ||
73 | "wpackagist-plugin/contact-form-plugin": "3.89", | 78 | "wpackagist-plugin/contact-form-plugin": "3.89", |
74 | "wpackagist-plugin/sendpress": ">=1.1.7.21", | 79 | "wpackagist-plugin/sendpress": ">=1.1.7.21", |
75 | "wpackagist-plugin/social-share-button": "2.1", | 80 | "wpackagist-plugin/social-share-button": "2.1", |
76 | - "wpackagist-plugin/events-manager": "5.5.7.1", | ||
77 | - "fancyguy/webroot-installer": "1.0.0", | ||
78 | - "composer/installers": "~1.0" | 81 | + "wpackagist-plugin/events-manager": "5.5.7.1" |
79 | }, | 82 | }, |
80 | "extra": { | 83 | "extra": { |
81 | - "webroot-dir": "src", | ||
82 | - "webroot-package": "wordpress", | ||
83 | - "installer-paths": { | ||
84 | - "src/wp-content/plugins/{$name}/": ["type:wordpress-plugin"], | ||
85 | - "src/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"], | ||
86 | - "src/wp-content/themes/{$name}/": ["type:wordpress-theme"] | ||
87 | - } | 84 | + "wordpress-install-dir": "src" |
88 | } | 85 | } |
89 | } | 86 | } |