Harden quarantine provisioning; enforce strict permissions and update Ansible and docs
This commit is contained in:
22
composer.json
Normal file
22
composer.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "upload-logger/upload-logger",
|
||||
"description": "Hardened PHP upload logger with quarantine and detectors",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": "^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"UploadLogger\\Core\\": "core/",
|
||||
"UploadLogger\\Detectors\\": "detectors/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^9.6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit --configuration phpunit.xml",
|
||||
"analyze": "vendor/bin/phpstan analyse -c phpstan.neon"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user