96 lines
3 KiB
JSON
96 lines
3 KiB
JSON
{
|
|
"name": "benzine/core",
|
|
"description": "The core nugget.",
|
|
"type": "library",
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Baggett",
|
|
"email": "matthew@baggett.me"
|
|
}
|
|
],
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"ext-apcu": "*",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"ext-redis": "*",
|
|
"ext-reflection": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-sockets": "*",
|
|
"ext-zip": "*",
|
|
"cache/apc-adapter": "^1.0",
|
|
"cache/apcu-adapter": "^1.0",
|
|
"cache/array-adapter": "^1.0",
|
|
"cache/chain-adapter": "^1.0",
|
|
"cache/redis-adapter": "^1.0",
|
|
"doctrine/annotations": "^1.10",
|
|
"duncan3dc/fork-helper": "^2.0",
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
|
"fzaninotto/faker": "^1.9",
|
|
"gone.io/inflection": "^2.1",
|
|
"gone.io/uuid": "^2.3",
|
|
"kint-php/kint": "^3.3",
|
|
"kint-php/kint-twig": "^3.0",
|
|
"mattketmo/camel": "^1.1",
|
|
"maximebf/debugbar": "^1.16",
|
|
"middlewares/content-length": "^1.1",
|
|
"middlewares/debugbar": "^2.0",
|
|
"middlewares/encoder": "^2.1",
|
|
"middlewares/geolocation": "^2.0",
|
|
"middlewares/minifier": "^2.0",
|
|
"middlewares/payload": "^3.0",
|
|
"middlewares/response-time": "^2.0",
|
|
"middlewares/trailing-slash": "^2.0",
|
|
"middlewares/whoops": "^2.0",
|
|
"monolog/monolog": "^2.1",
|
|
"php-di/slim-bridge": "^3.0",
|
|
"php-webdriver/webdriver": "^1.6",
|
|
"psr/cache": "^1.0",
|
|
"psr/container": "^1.0",
|
|
"psr/simple-cache": "^1.0",
|
|
"slim/http-cache": "^1.0",
|
|
"slim/psr7": "^1.1",
|
|
"slim/slim": "^4.5",
|
|
"slim/twig-view": "^3.0",
|
|
"squizlabs/php_codesniffer": "3.*",
|
|
"symfony/translation": "^5.1",
|
|
"symfony/twig-bridge": "^5.1",
|
|
"symfony/yaml": "^5.1",
|
|
"tuupola/server-timing-middleware": "^0.8.2",
|
|
"twig/intl-extra": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"brianium/paratest": "^4.1",
|
|
"clue/commander": "^v1.3.0",
|
|
"jc21/clitable": "^1.2",
|
|
"johnkary/phpunit-speedtrap": "^3.0.0",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-deprecation-rules": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12.16",
|
|
"phpstan/phpstan-symfony": "^0.12",
|
|
"phpunit/phpcov": "^7.0",
|
|
"phpunit/phpunit": "^9.2",
|
|
"slam/phpstan-extensions": "^4.0",
|
|
"thecodingmachine/phpstan-strict-rules": "^0.12"
|
|
},
|
|
"suggest": {
|
|
"benzine/orm" : "Model/Service/Crud generation made easy"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Benzine\\": "src",
|
|
"Benzine\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/queue-status",
|
|
"bin/queue-view-item",
|
|
"bin/worker"
|
|
]
|
|
}
|