Init composer.json as asked in #2
This commit is contained in:
parent
f25f189700
commit
2966aa00a8
|
|
@ -0,0 +1 @@
|
||||||
|
/vendor/
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "studiometa/advanced-custom-fields-pro",
|
||||||
|
"description": "Customize WordPress with powerful, professional and intuitive fields.",
|
||||||
|
"type": "wordpress-plugin",
|
||||||
|
"license": "GPL-2.0-or-later",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Studio Meta",
|
||||||
|
"email": "agence@studiometa.fr"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"require": {
|
||||||
|
"php": "^5.6.20||^7.0",
|
||||||
|
"composer/installers": "^1.9.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue