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 | 21 | }, |
22 | 22 | { |
23 | 23 | "type": "git", |
24 | + "url": "https://github.com/johnpbloch/wordpress" | |
25 | + }, | |
26 | + { | |
27 | + "type": "git", | |
24 | 28 | "url": "https://github.com/pensandoodireito/marcocivil-tema" |
25 | 29 | }, |
26 | 30 | { |
... | ... | @@ -59,6 +63,7 @@ |
59 | 63 | "require": { |
60 | 64 | "php": ">=5.4.0", |
61 | 65 | "wordpress": "4.1.1", |
66 | + "johnpbloch/wordpress": "4.3", | |
62 | 67 | "pensandoodireito/marcocivil-tema" : "dev-master", |
63 | 68 | "pensandoodireito/dadospessoais-tema" : "dev-master", |
64 | 69 | "pensandoodireito/pensandoodireito-tema" : "dev-master", |
... | ... | @@ -73,17 +78,9 @@ |
73 | 78 | "wpackagist-plugin/contact-form-plugin": "3.89", |
74 | 79 | "wpackagist-plugin/sendpress": ">=1.1.7.21", |
75 | 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 | 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 | } | ... | ... |