mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 10:27:57 +01:00
599d45019f
See #36335. Built from https://develop.svn.wordpress.org/trunk@38394 git-svn-id: http://core.svn.wordpress.org/trunk@38335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "xrstf/composer-php52",
|
|
"license": "MIT",
|
|
"support": {
|
|
"source": "https://github.com/composer-php52/composer-php52",
|
|
"issues": "https://github.com/composer-php52/composer-php52/issues"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"xrstf\\Composer52": "lib/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"xrstf\\Composer52\\Generator::onPostInstallCmd"
|
|
],
|
|
"post-update-cmd": [
|
|
"xrstf\\Composer52\\Generator::onPostInstallCmd"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-default": "1.x-dev"
|
|
}
|
|
}
|
|
}
|