Created
March 19, 2017 01:22
-
-
Save s3w47m88/6462719beb5561c3229d55df5c3f3055 to your computer and use it in GitHub Desktop.
bedrock/web/wp/composer.json
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": "johnpbloch/wordpress", | |
"description": "WordPress is web software you can use to create a beautiful website or blog.", | |
"keywords": ["blog", "cms"], | |
"type": "wordpress-core", | |
"homepage": "http://wordpress.org/", | |
"license": "GPL-2.0+", | |
"authors": [ | |
{ | |
"name": "WordPress Community", | |
"homepage": "http://wordpress.org/about/" | |
} | |
], | |
"support": { | |
"issues": "http://core.trac.wordpress.org/", | |
"forum": "http://wordpress.org/support/", | |
"wiki": "http://codex.wordpress.org/", | |
"irc": "irc://irc.freenode.net/wordpress", | |
"source": "http://core.trac.wordpress.org/browser" | |
}, | |
"require": { | |
"php": ">=5.3.2", | |
"johnpbloch/wordpress-core-installer": "~0.2" | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment