This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,41 +0,0 @@
{
"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"
}
}