Last active
January 31, 2017 22:36
-
-
Save ataylorme/1e2057746f0c7721bcc605708579b265 to your computer and use it in GitHub Desktop.
This file contains 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": "WordPress-Composer-Example", | |
"description": "", | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"name": "pantheon-systems/wordpress", | |
"version": "4.7.2", | |
"dist": { | |
"url": "https://github.com/pantheon-systems/WordPress/archive/4.7.2.zip", | |
"type": "zip" | |
}, | |
"source": { | |
"url": "[email protected]:pantheon-systems/WordPress.git", | |
"type": "git", | |
"reference": "4.7.2" | |
}, | |
"type": "wordpress-core", | |
"require": { | |
"johnpbloch/wordpress-core-installer": "~0.1" | |
}, | |
"extra": { | |
"wordpress-install-dir": "web/wp" | |
} | |
} | |
} | |
], | |
"require": { | |
"pantheon-systems/wordpress": "^4.7.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment