| | 1 | { |
| | 2 | "name": "wordpress/wordpress", |
| | 3 | "description": "WordPress is web software you can use to create a beautiful website or blog.", |
| | 4 | "keywords": ["blog", "cms"], |
| | 5 | "type": "wordpress-core", |
| | 6 | "homepage": "http://wordpress.org/", |
| | 7 | "license": "GPL-2.0+", |
| | 8 | "authors": [ |
| | 9 | { |
| | 10 | "name": "WordPress Community", |
| | 11 | "homepage": "http://wordpress.org/about/" |
| | 12 | } |
| | 13 | ], |
| | 14 | "support": { |
| | 15 | "issues": "http://core.trac.wordpress.org/", |
| | 16 | "forum": "http://wordpress.org/support/", |
| | 17 | "wiki": "http://codex.wordpress.org/", |
| | 18 | "irc": "irc://irc.freenode.net/wordpress", |
| | 19 | "source": "http://core.trac.wordpress.org/browser" |
| | 20 | }, |
| | 21 | "require": { |
| | 22 | "php": ">=5.2.4", |
| | 23 | "johnpbloch/wordpress-core-installer": "~0.1" |
| | 24 | }, |
| | 25 | "suggest": { |
| | 26 | "ext-mysql": "A MySQL extension is required for WordPress to function", |
| | 27 | "ext-curl": "cURL is the preferred extension for remote requests with the WordPress HTTP API" |
| | 28 | } |
| | 29 | } |