mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
40 lines
991 B
JSON
40 lines
991 B
JSON
{
|
|
"name": "zendframework/zend-crypt",
|
|
"description": " ",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"crypt"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zend-crypt",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Crypt\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zendframework/zend-math": "self.version",
|
|
"zendframework/zend-stdlib": "self.version",
|
|
"zendframework/zend-servicemanager": "self.version"
|
|
},
|
|
"suggest": {
|
|
"ext-mcrypt": "Required for most features of Zend\\Crypt"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev",
|
|
"dev-develop": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ZendTest\\Crypt\\": "test/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
"satooshi/php-coveralls": "dev-master",
|
|
"phpunit/PHPUnit": "~4.0"
|
|
}
|
|
} |