mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
28 lines
702 B
JSON
28 lines
702 B
JSON
|
{
|
||
|
"name": "zendframework/zend-uri",
|
||
|
"description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"keywords": [
|
||
|
"zf2",
|
||
|
"uri"
|
||
|
],
|
||
|
"homepage": "https://github.com/zendframework/zf2",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Zend\\Uri\\": ""
|
||
|
}
|
||
|
},
|
||
|
"target-dir": "Zend/Uri",
|
||
|
"require": {
|
||
|
"php": ">=5.3.23",
|
||
|
"zendframework/zend-escaper": "self.version",
|
||
|
"zendframework/zend-validator": "self.version"
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.3-dev",
|
||
|
"dev-develop": "2.4-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|