Home › Forums › Feature Requests › Composer support for premium add-ons › Reply To: Composer support for premium add-ons
Composer rules! Here’s more info: http://roots.io/wordpress-plugins-with-composer/
In the meantime I am using the following for the acf-repeater composer.json file.
{
"name": "advancedcustomfields/repeater-field",
"description": "Break free from static inputs and create multiple rows of loop-able data",
"keywords": ["wordpress", "plugin", "advancedcustomfields", "acf", "repeater"],
"homepage": "http://www.advancedcustomfields.com",
"license": "This software is NOT to be distributed, but can be INCLUDED in WP themes: Premium or Contracted.",
"authors": [
{
"name": "Elliot Condon",
"email": "[email protected]",
"homepage": "http://www.elliotcondon.com"
}
],
"type": "wordpress-plugin",
"require": {
"composer/installers": "v1.0.6"
}
}
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.