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": {
|
2021-05-06 20:15:01 +00:00
|
|
|
"php": ">=8.0",
|
2020-11-27 10:43:02 +00:00
|
|
|
"ext-apcu": "*",
|
2020-06-15 06:34:08 +00:00
|
|
|
"ext-curl": "*",
|
2021-05-06 20:15:01 +00:00
|
|
|
"ext-iconv": "*",
|
2020-06-15 06:34:08 +00:00
|
|
|
"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": "*",
|
2021-05-06 20:15:01 +00:00
|
|
|
"bjeavons/zxcvbn-php": "^1.0",
|
2021-05-16 04:29:48 +00:00
|
|
|
"brainmaestro/composer-git-hooks": "^2.8",
|
2021-07-24 08:02:30 +00:00
|
|
|
"bramus/monolog-colored-line-formatter": "~3.0",
|
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",
|
2021-05-06 20:15:01 +00:00
|
|
|
"cocur/slugify": "^4.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",
|
2021-05-16 02:14:23 +00:00
|
|
|
"fakerphp/faker": "^1.14.1",
|
2021-08-23 16:23:39 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
2022-06-18 01:35:10 +00:00
|
|
|
"kint-php/kint": "^4.0",
|
|
|
|
"kint-php/kint-twig": "^4.0",
|
2021-07-24 08:02:30 +00:00
|
|
|
"matthewbaggett/inflection": "^2.1",
|
|
|
|
"matthewbaggett/uuid": "^2.3",
|
2020-06-15 06:33:28 +00:00
|
|
|
"mattketmo/camel": "^1.1",
|
2020-07-21 15:31:43 +00:00
|
|
|
"maximebf/debugbar": "^1.16",
|
2021-05-16 02:19:21 +00:00
|
|
|
"middlewares/content-length": "^2.0",
|
2020-07-21 15:31:43 +00:00
|
|
|
"middlewares/debugbar": "^2.0",
|
|
|
|
"middlewares/encoder": "^2.1",
|
2021-05-16 02:21:46 +00:00
|
|
|
"middlewares/geolocation": "^3.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",
|
2021-05-16 02:59:52 +00:00
|
|
|
"slim/twig-view": "^3.2",
|
2020-07-21 15:31:43 +00:00
|
|
|
"squizlabs/php_codesniffer": "3.*",
|
2021-12-06 23:45:25 +00:00
|
|
|
"swaggest/json-schema": "^0.12.39",
|
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",
|
2021-05-16 02:22:26 +00:00
|
|
|
"tuupola/server-timing-middleware": "^0.9",
|
2021-05-16 04:32:26 +00:00
|
|
|
"twig/extra-bundle": "^3",
|
2021-05-16 04:27:21 +00:00
|
|
|
"twig/intl-extra": "^3.0",
|
|
|
|
"twig/twig": "^3.0"
|
2020-02-24 12:34:31 +00:00
|
|
|
},
|
2020-11-13 16:55:26 +00:00
|
|
|
"require-dev": {
|
2021-01-22 06:39:18 +00:00
|
|
|
"benzine/orm": "dev-master",
|
2021-05-16 04:27:21 +00:00
|
|
|
"brianium/paratest": "^6.0",
|
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/phpunit": "^9.2",
|
2021-05-16 02:59:52 +00:00
|
|
|
"slam/phpstan-extensions": "^5.0",
|
|
|
|
"thecodingmachine/phpstan-strict-rules": "^0.12",
|
|
|
|
"wyrihaximus/html-compress": "^4.1"
|
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"
|
2021-01-22 06:22:26 +00:00
|
|
|
],
|
|
|
|
"extra": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": [
|
|
|
|
"echo committing as $(git config user.name)",
|
2021-01-30 09:58:13 +00:00
|
|
|
"docker run --rm -i -v $(pwd):/app cytopia/php-cs-fixer:latest fix /app"
|
2021-01-22 06:22:26 +00:00
|
|
|
],
|
|
|
|
"pre-push": [
|
2021-05-16 04:27:21 +00:00
|
|
|
"composer install",
|
2021-01-30 09:58:13 +00:00
|
|
|
"docker run --rm -i -v $(pwd):/app cytopia/php-cs-fixer:latest fix /app",
|
2021-01-22 06:29:54 +00:00
|
|
|
"vendor/bin/phpstan analyse"
|
2021-01-22 06:22:26 +00:00
|
|
|
],
|
|
|
|
"post-merge": "composer install --ignore-platform-reqs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": "cghooks add --ignore-lock",
|
|
|
|
"post-update-cmd": "cghooks update"
|
|
|
|
}
|
2020-02-24 12:34:31 +00:00
|
|
|
}
|