mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
36 lines
930 B
JSON
36 lines
930 B
JSON
{
|
|
"name": "zendframework/zend-uri",
|
|
"description": "a component that aids in manipulating and validating \u00bb Uniform Resource Identifiers (URIs)",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"uri"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zend-uri",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Uri\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zendframework/zend-escaper": "self.version",
|
|
"zendframework/zend-validator": "self.version"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev",
|
|
"dev-develop": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ZendTest\\Uri\\": "test/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
"satooshi/php-coveralls": "dev-master",
|
|
"phpunit/PHPUnit": "~4.0"
|
|
}
|
|
} |