2020-02-24 12:34:31 +00:00
|
|
|
{
|
2020-06-12 07:22:58 +00:00
|
|
|
"name": "benzine/core",
|
2020-02-24 12:34:31 +00:00
|
|
|
"description": "The core nugget.",
|
|
|
|
"type": "library",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthew Baggett",
|
|
|
|
"email": "matthew@baggett.me"
|
|
|
|
}
|
|
|
|
],
|
2020-07-21 15:31:43 +00:00
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2020-02-24 12:34:31 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=7.4",
|
2020-11-27 10:43:02 +00:00
|
|
|
"ext-apcu": "*",
|
2020-06-15 06:34:08 +00:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-openssl": "*",
|
2020-06-16 08:10:52 +00:00
|
|
|
"ext-redis": "*",
|
2020-07-21 15:31:43 +00:00
|
|
|
"ext-reflection": "*",
|
2020-09-09 05:32:22 +00:00
|
|
|
"ext-simplexml": "*",
|
2020-07-21 15:31:43 +00:00
|
|
|
"ext-sockets": "*",
|
|
|
|
"ext-zip": "*",
|
2020-06-15 06:33:28 +00:00
|
|
|
"cache/apc-adapter": "^1.0",
|
|
|
|
"cache/apcu-adapter": "^1.0",
|
|
|
|
"cache/array-adapter": "^1.0",
|
|
|
|
"cache/chain-adapter": "^1.0",
|
2020-07-21 15:31:43 +00:00
|
|
|
"cache/redis-adapter": "^1.0",
|
2020-09-07 09:47:25 +00:00
|
|
|
"doctrine/annotations": "^1.10",
|
2021-01-09 12:02:44 +00:00
|
|
|
"donatj/flags": "^1.4",
|
2020-07-21 15:31:43 +00:00
|
|
|
"duncan3dc/fork-helper": "^2.0",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
2020-06-15 06:33:28 +00:00
|
|
|
"fzaninotto/faker": "^1.9",
|
|
|
|
"gone.io/inflection": "^2.1",
|
2020-06-24 13:13:19 +00:00
|
|
|
"gone.io/uuid": "^2.3",
|
2020-07-21 15:31:43 +00:00
|
|
|
"kint-php/kint": "^3.3",
|
2020-07-21 19:39:19 +00:00
|
|
|
"kint-php/kint-twig": "^3.0",
|
2020-06-15 06:33:28 +00:00
|
|
|
"mattketmo/camel": "^1.1",
|
2020-07-21 15:31:43 +00:00
|
|
|
"maximebf/debugbar": "^1.16",
|
2020-06-15 06:33:28 +00:00
|
|
|
"middlewares/content-length": "^1.1",
|
2020-07-21 15:31:43 +00:00
|
|
|
"middlewares/debugbar": "^2.0",
|
|
|
|
"middlewares/encoder": "^2.1",
|
2020-06-15 06:33:28 +00:00
|
|
|
"middlewares/geolocation": "^2.0",
|
|
|
|
"middlewares/minifier": "^2.0",
|
2020-07-21 15:31:43 +00:00
|
|
|
"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",
|
2020-11-19 03:06:23 +00:00
|
|
|
"slim/http-cache": "^1.0",
|
2020-07-21 15:31:43 +00:00
|
|
|
"slim/psr7": "^1.1",
|
|
|
|
"slim/slim": "^4.5",
|
|
|
|
"slim/twig-view": "^3.0",
|
|
|
|
"squizlabs/php_codesniffer": "3.*",
|
2020-07-21 16:00:07 +00:00
|
|
|
"symfony/translation": "^5.1",
|
2020-07-21 15:31:43 +00:00
|
|
|
"symfony/twig-bridge": "^5.1",
|
|
|
|
"symfony/yaml": "^5.1",
|
2020-11-13 09:49:18 +00:00
|
|
|
"tuupola/server-timing-middleware": "^0.8.2",
|
2020-07-21 15:31:43 +00:00
|
|
|
"twig/intl-extra": "^3.0"
|
2020-02-24 12:34:31 +00:00
|
|
|
},
|
2020-11-13 16:55:26 +00:00
|
|
|
"require-dev": {
|
2020-11-22 07:47:04 +00:00
|
|
|
"brianium/paratest": "^4.1",
|
2020-11-22 07:39:23 +00:00
|
|
|
"clue/commander": "^v1.3.0",
|
2020-11-22 07:52:29 +00:00
|
|
|
"jc21/clitable": "^1.2",
|
2020-11-22 07:47:04 +00:00
|
|
|
"johnkary/phpunit-speedtrap": "^3.0.0",
|
2020-11-13 16:55:26 +00:00
|
|
|
"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",
|
2020-11-13 16:58:32 +00:00
|
|
|
"slam/phpstan-extensions": "^4.0",
|
2020-11-22 07:47:04 +00:00
|
|
|
"thecodingmachine/phpstan-strict-rules": "^0.12"
|
2020-11-13 16:55:26 +00:00
|
|
|
},
|
2020-06-15 06:36:00 +00:00
|
|
|
"suggest": {
|
|
|
|
"benzine/orm" : "Model/Service/Crud generation made easy"
|
|
|
|
},
|
2020-02-24 12:34:31 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-06-12 08:09:02 +00:00
|
|
|
"Benzine\\": "src",
|
|
|
|
"Benzine\\Tests\\": "tests/"
|
2020-02-24 12:34:31 +00:00
|
|
|
}
|
2020-06-24 10:16:18 +00:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/queue-status",
|
2020-11-22 07:39:40 +00:00
|
|
|
"bin/queue-view-item",
|
2020-06-24 10:16:18 +00:00
|
|
|
"bin/worker"
|
|
|
|
]
|
2020-02-24 12:34:31 +00:00
|
|
|
}
|