mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
32 lines
757 B
JSON
32 lines
757 B
JSON
{
|
|
"name": "zendframework/zend-servicemanager",
|
|
"description": " ",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"servicemanager"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zf2",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\ServiceManager\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.23"
|
|
},
|
|
"require-dev": {
|
|
"zendframework/zend-di": "self.version"
|
|
},
|
|
"suggest": {
|
|
"ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
|
|
"zendframework/zend-di": "Zend\\Di component"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev",
|
|
"dev-develop": "2.5-dev"
|
|
}
|
|
}
|
|
}
|