mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
26 lines
514 B
JSON
26 lines
514 B
JSON
{
|
|
"name": "zendframework/zend-loader",
|
|
"description": " ",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"loader"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zf2",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend\\Loader\\": ""
|
|
}
|
|
},
|
|
"target-dir": "Zend/Loader",
|
|
"require": {
|
|
"php": ">=5.3.23"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev",
|
|
"dev-develop": "2.4-dev"
|
|
}
|
|
}
|
|
}
|