Init composer.json as asked in #2

This commit is contained in:
Jean-Baptiste Bailly 2021-04-19 18:14:59 +02:00
parent f25f189700
commit 2966aa00a8
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

17
composer.json Normal file
View File

@ -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"
}
}