Skip to content

Instantly share code, notes, and snippets.

@yratof
Created December 8, 2016 15:16
Show Gist options
  • Select an option

  • Save yratof/8a4e5334820e1b8b27606bafefa22197 to your computer and use it in GitHub Desktop.

Select an option

Save yratof/8a4e5334820e1b8b27606bafefa22197 to your computer and use it in GitHub Desktop.
Craft starter composer.json
{
"name": "new_project",
"type": "project",
"authors": [
{
"name": "Andrew smith",
"email": "andrew@drivdigital.no"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "git@bitbucket.org:drivdigital/drivkraft.git"
},
{
"type": "vcs",
"url": "git@github.com:yratof/ACF-Column-Field.git"
},
{
"type": "vcs",
"url": "git@github.com:yratof/yith-infinite-loading.git"
},
{
"type": "vcs",
"url": "git@github.com:drivdigital/composer-add-to-gitignore.git"
},
{
"type": "package",
"package": {
"name": "yratof/acfp",
"version": "master",
"dist": {
"type" : "zip",
"url" : "https://connect.advancedcustomfields.com/index.php?p=pro&a=download&k=b3JkZXJfaWQ9NDQ2NTJ8dHlwZT1kZXZlbG9wZXJ8ZGF0ZT0yMDE0LTExLTE5IDExOjIyOjIy",
"reference": "master"
},
"autoload": {
"classmap": ["."]
}
}
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"composer/installers" : "^1.0",
"johnpbloch/wordpress-core-installer" : "^0.2.1",
"johnpbloch/wordpress" : "*",
"wpackagist-plugin/woocommerce" : "*",
"wpackagist-plugin/wordpress-seo" : "*",
"wpackagist-plugin/rest-api" : "*",
"wpackagist-plugin/artiss-transient-cleaner" : "*",
"yratof/acfp" : "dev-master",
"yratof/yith-infinite-loading" : "*",
"yratof/acf-columns" : "dev-master@dev",
"oomphinc/composer-installers-extender" : "^1.1",
"drivdigital/drivkraft-theme" : "dev-master",
"drivdigital/composer-add-to-gitignore" : "dev-master@dev",
},
"extra": {
"wordpress-install-dir": "wp",
"installer-types": ["library"],
"installer-paths": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment