37 lines
926 B
JSON
37 lines
926 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.23",
|
|
"zendframework/zend-escaper": "~2.5",
|
|
"zendframework/zend-validator": "~2.5"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev",
|
|
"dev-develop": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ZendTest\\Uri\\": "test/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
"phpunit/PHPUnit": "~4.0"
|
|
}
|
|
} |