Created
December 8, 2016 15:16
-
-
Save yratof/8a4e5334820e1b8b27606bafefa22197 to your computer and use it in GitHub Desktop.
Craft starter composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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