mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
32 lines
690 B
JSON
32 lines
690 B
JSON
|
{
|
||
|
"name": "zendframework/zend-memory",
|
||
|
"description": " ",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"keywords": [
|
||
|
"zf2",
|
||
|
"memory"
|
||
|
],
|
||
|
"homepage": "https://github.com/zendframework/zf2",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Zend\\Memory\\": ""
|
||
|
}
|
||
|
},
|
||
|
"target-dir": "Zend/Memory",
|
||
|
"require": {
|
||
|
"php": ">=5.3.23"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"zendframework/zend-cache": "self.version"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"zendframework/zend-cache": "To support swap the memory objects"
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.3-dev",
|
||
|
"dev-develop": "2.4-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|