Merge branch 'feature/add-composer-config' into develop

This commit is contained in:
Jean-Baptiste Bailly 2021-04-20 13:42:45 +02:00
commit 344de33084
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"
}
}