mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"name": "zendframework/zend-text",
|
|
"description": " ",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"text"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zf2",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Text\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.23",
|
|
"zendframework/zend-stdlib": "self.version",
|
|
"zendframework/zend-servicemanager": "self.version"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev",
|
|
"dev-develop": "2.5-dev"
|
|
}
|
|
}
|
|
}
|