Part-DB.Part-DB-server/composer.json

160 lines
5.2 KiB
JSON
Raw Normal View History

2019-02-23 16:49:38 +01:00
{
"type": "project",
2020-02-22 18:14:36 +01:00
"license": "AGPL-3.0-or-later",
2019-02-23 16:49:38 +01:00
"require": {
"php": "^7.4 || ^8.0",
2019-02-23 16:49:38 +01:00
"ext-ctype": "*",
"ext-dom": "*",
2019-10-11 23:53:12 +02:00
"ext-gd": "*",
2019-02-23 16:49:38 +01:00
"ext-iconv": "*",
2019-04-06 13:31:23 +02:00
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"beberlei/doctrineextensions": "^1.2",
"brick/math": "^0.8.15",
2021-10-02 18:36:29 +02:00
"composer/package-versions-deprecated": "1.11.99.4",
"doctrine/annotations": "^1.6",
"doctrine/data-fixtures": "^1.6.6",
"doctrine/dbal": "^3.4.6",
2020-01-01 18:02:53 +01:00
"doctrine/doctrine-bundle": "^2.0",
2021-10-02 18:36:29 +02:00
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.9",
"dompdf/dompdf": "^2.0.0",
"erusev/parsedown": "^1.7",
"florianv/swap": "^4.0",
"florianv/swap-bundle": "dev-master",
2020-01-09 19:37:04 +01:00
"gregwar/captcha-bundle": "^2.1.0",
"hslavich/oneloginsaml-bundle": "^2.10",
"jbtronics/2fa-webauthn": "^1.0.0",
"jfcherng/php-diff": "^6.14",
"league/csv": "^9.8.0",
2021-10-02 20:23:48 +02:00
"league/html-to-markdown": "^5.0.1",
"liip/imagine-bundle": "^2.2",
"nelexa/zip": "^4.0",
2022-09-18 18:27:36 +02:00
"nelmio/security-bundle": "^3.0",
"nyholm/psr7": "^1.1",
"ocramius/proxy-manager": "2.2.*",
2020-07-04 23:49:25 +02:00
"omines/datatables-bundle": "^0.5.0",
2023-05-06 22:25:56 +02:00
"php-translation/symfony-bundle": "^0.13.0",
2021-10-02 18:36:29 +02:00
"phpdocumentor/reflection-docblock": "^5.2",
"s9e/text-formatter": "^2.1",
"scheb/2fa-backup-code": "^5.13",
"scheb/2fa-bundle": "^5.13",
"scheb/2fa-google-authenticator": "^5.13",
"scheb/2fa-trusted-device": "^5.13",
2021-03-14 18:46:37 +01:00
"sensio/framework-extra-bundle": "^6.1.1",
2021-10-02 20:23:48 +02:00
"shivas/versioning-bundle": "^4.0",
"spatie/db-dumper": "^2.21",
2019-03-25 16:42:50 +01:00
"symfony/apache-pack": "^1.0",
2022-01-19 19:35:45 +01:00
"symfony/asset": "5.4.*",
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/expression-language": "5.4.*",
2019-02-23 16:49:38 +01:00
"symfony/flex": "^1.1",
2022-01-19 19:35:45 +01:00
"symfony/form": "5.4.*",
"symfony/framework-bundle": "5.4.*",
"symfony/http-client": "5.4.*",
"symfony/http-kernel": "5.4.*",
"symfony/mailer": "5.4.*",
2019-02-23 16:49:38 +01:00
"symfony/monolog-bundle": "^3.1",
2022-01-19 19:35:45 +01:00
"symfony/process": "5.4.*",
"symfony/property-access": "5.4.*",
"symfony/property-info": "5.4.*",
"symfony/proxy-manager-bridge": "5.4.*",
2023-02-11 21:55:24 +01:00
"symfony/rate-limiter": "5.4.*",
2022-01-19 19:35:45 +01:00
"symfony/runtime": "5.4.*",
"symfony/security-bundle": "5.4.*",
"symfony/serializer": "5.4.*",
"symfony/translation": "5.4.*",
"symfony/twig-bundle": "5.4.*",
2022-03-04 20:13:25 +01:00
"symfony/ux-turbo": "^2.0",
2022-01-19 19:35:45 +01:00
"symfony/validator": "5.4.*",
"symfony/web-link": "5.4.*",
"symfony/webpack-encore-bundle": "^1.1",
2022-01-19 19:35:45 +01:00
"symfony/yaml": "5.4.*",
"tecnickcom/tc-lib-barcode": "^1.15",
"twig/cssinliner-extra": "^3.0",
"twig/extra-bundle": "^3.0",
"twig/html-extra": "^3.0",
"twig/inky-extra": "^3.0",
"twig/intl-extra": "^3.0",
"twig/markdown-extra": "^3.0",
2022-10-04 00:08:58 +02:00
"web-auth/webauthn-symfony-bundle": "^3.3",
"webmozart/assert": "^1.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-07-17 22:28:48 +02:00
"dama/doctrine-test-bundle": "^7.0",
"ekino/phpstan-banned-code": "^v1.0.0",
2020-02-01 17:00:03 +01:00
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.4.7",
"phpstan/phpstan-doctrine": "^1.2.11",
"phpstan/phpstan-symfony": "^1.1.7",
2023-02-11 22:37:27 +01:00
"psalm/plugin-symfony": "^v5.0.1",
2022-08-14 19:39:07 +02:00
"roave/security-advisories": "dev-latest",
2021-10-02 18:36:29 +02:00
"symfony/browser-kit": "^5.2",
"symfony/css-selector": "^5.2",
"symfony/debug-bundle": "^5.2",
2019-10-20 14:35:19 +02:00
"symfony/maker-bundle": "^1.13",
"symfony/phpunit-bridge": "5.4.*",
2021-10-02 18:36:29 +02:00
"symfony/stopwatch": "^5.2",
"symfony/web-profiler-bundle": "^5.2",
2022-07-17 22:29:42 +02:00
"symplify/easy-coding-standard": "^11.0",
"vimeo/psalm": "^5.6.0",
"doctrine/doctrine-fixtures-bundle": "^3.2"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ext-bcmath": "Used to improve price calculation performance",
"ext-gmp": "Used to improve price calculation performanice"
},
2019-02-23 16:49:38 +01:00
"config": {
"preferred-install": {
"*": "dist"
},
"platform": {
"php": "7.4.0"
},
2022-01-19 19:35:45 +01:00
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true,
"phpstan/extension-installer": true,
2023-02-11 22:19:56 +01:00
"symfony/runtime": true,
"php-http/discovery": true
2022-01-19 19:35:45 +01:00
}
2019-02-23 16:49:38 +01:00
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
2019-02-23 16:49:38 +01:00
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
2020-02-01 18:56:31 +01:00
],
"phpstan": "vendor/bin/phpstan analyse src --level 2 --memory-limit 1G"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
2022-01-19 19:35:45 +01:00
"require": "5.4.*"
2019-02-23 16:49:38 +01:00
}
2022-08-14 00:36:00 +02:00
},
"repositories": [
]
2019-02-23 16:49:38 +01:00
}