You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.3 KiB
54 lines
1.3 KiB
{
|
|
"name": "filegator/filegator",
|
|
"description": "Filegator",
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://dev.brepo.ru/brepo/phpquoteshellarg.git"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.1",
|
|
"monolog/monolog": "^1.24",
|
|
"nikic/fast-route": "^1.3",
|
|
"symfony/security-csrf": "^4.4",
|
|
"symfony/http-foundation": "^4.4",
|
|
"dibi/dibi": "^4.1",
|
|
"php-di/php-di": "^6.0",
|
|
"rakit/validation": "^1.1",
|
|
"league/flysystem": "^1.1",
|
|
"league/flysystem-ziparchive": "^1.0",
|
|
"league/flysystem-sftp": "^1.0",
|
|
"brepo/phpquoteshellarg": "dev-master"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Milos Stojanovic",
|
|
"email": "alcalbg@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Filegator\\": "backend"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/backend/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.0",
|
|
"symfony/var-dumper": "^4.4",
|
|
"league/flysystem-memory": "^1.0",
|
|
"phpstan/phpstan": "^2.0.3"
|
|
}
|
|
}
|