42 lines
782 B
JSON
42 lines
782 B
JSON
{
|
|
"name": "plesk/zf1",
|
|
"description": "Zend Framework 1 (Plesk)",
|
|
"type": "library",
|
|
"keywords": [
|
|
"framework",
|
|
"zf1"
|
|
],
|
|
"homepage": "http://framework.zend.com/",
|
|
"license": "BSD-3-Clause",
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_": "library/"
|
|
}
|
|
},
|
|
"include-path": [
|
|
"library/"
|
|
],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.12.x-dev"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4",
|
|
"phpunit/dbunit": "*"
|
|
},
|
|
"archive": {
|
|
"exclude": [
|
|
"/demos",
|
|
"/documentation",
|
|
"/tests"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
}
|
|
}
|