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.
157 lines
5.1 KiB
157 lines
5.1 KiB
{
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-ctype": "*",
|
|
"ext-curl": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-gd": "*",
|
|
"ext-iconv": "*",
|
|
"ext-intl": "*",
|
|
"ext-openssl": "*",
|
|
"api-platform/core": "^2.6",
|
|
"aws/aws-sdk-php": "^3.250",
|
|
"babdev/pagerfanta-bundle": "^3.7",
|
|
"composer/package-versions-deprecated": "1.11.99.5",
|
|
"debril/rss-atom-bundle": "^5.1",
|
|
"doctrine/annotations": "^1.0",
|
|
"doctrine/doctrine-bundle": "^2.2",
|
|
"doctrine/doctrine-migrations-bundle": "^3.0",
|
|
"doctrine/orm": "^2.8",
|
|
"embed/embed": "master",
|
|
"friendsofsymfony/jsrouting-bundle": "^3.2",
|
|
"furqansiddiqui/bip39-mnemonic-php": "^0.1.4",
|
|
"gmostafa/php-graphql-client": "^1.13",
|
|
"gumlet/php-image-resize": "2.0.*",
|
|
"karser/karser-recaptcha3-bundle": "^0.1.17",
|
|
"knplabs/knp-time-bundle": "^1.20",
|
|
"knpuniversity/oauth2-client-bundle": "^2.10",
|
|
"kornrunner/blurhash": "^1.2",
|
|
"laminas/laminas-diactoros": "^2.5",
|
|
"landrok/activitypub": "^0.5.6",
|
|
"league/commonmark": "^1.6.5",
|
|
"league/flysystem-aws-s3-v3": "^3.10",
|
|
"league/html-to-markdown": "^5.1",
|
|
"league/oauth2-facebook": "^2.2",
|
|
"league/oauth2-github": "^3.0",
|
|
"league/oauth2-google": "^4.0",
|
|
"lexik/jwt-authentication-bundle": "^2.11",
|
|
"liip/imagine-bundle": "^2.8",
|
|
"neitanod/forceutf8": "^2.0",
|
|
"nelmio/cors-bundle": "^2.1",
|
|
"nucleos/antispam-bundle": "^2.1",
|
|
"oneup/flysystem-bundle": "^4.4",
|
|
"pagerfanta/core": "^3.1",
|
|
"phpdocumentor/reflection-docblock": "^5.2",
|
|
"scienta/doctrine-json-functions": "^5.2",
|
|
"sensio/framework-extra-bundle": "^6.2",
|
|
"slevomat/coding-standard": "^6.4",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"symfony/asset": "6.1.*",
|
|
"symfony/cache": "6.1.*",
|
|
"symfony/console": "6.1.*",
|
|
"symfony/css-selector": "6.1.*",
|
|
"symfony/doctrine-messenger": "6.1.*",
|
|
"symfony/dotenv": "6.1.*",
|
|
"symfony/expression-language": "6.1.*",
|
|
"symfony/flex": "^2.2.2",
|
|
"symfony/form": "6.1.*",
|
|
"symfony/framework-bundle": "6.1.*",
|
|
"symfony/mailer": "6.1.*",
|
|
"symfony/mailgun-mailer": "6.1.*",
|
|
"symfony/mercure-bundle": "0.3.*",
|
|
"symfony/messenger": "6.1.*",
|
|
"symfony/mime": "6.1.*",
|
|
"symfony/monolog-bundle": "^3.6",
|
|
"symfony/property-access": "6.1.*",
|
|
"symfony/property-info": "6.1.*",
|
|
"symfony/proxy-manager-bridge": "6.1.*",
|
|
"symfony/rate-limiter": "6.1.*",
|
|
"symfony/runtime": "6.1.*",
|
|
"symfony/security-bundle": "6.1.*",
|
|
"symfony/serializer": "6.1.*",
|
|
"symfony/string": "6.1.*",
|
|
"symfony/translation": "6.1.*",
|
|
"symfony/twig-bundle": "6.1.*",
|
|
"symfony/uid": "6.1.*",
|
|
"symfony/ux-autocomplete": "^2.7",
|
|
"symfony/ux-chartjs": "^2.7",
|
|
"symfony/ux-twig-component": "^2.7",
|
|
"symfony/validator": "6.1.*",
|
|
"symfony/webpack-encore-bundle": "^1.8",
|
|
"symfony/workflow": "6.1.*",
|
|
"symfony/yaml": "6.1.*",
|
|
"symfonycasts/reset-password-bundle": "^1.13",
|
|
"symfonycasts/verify-email-bundle": "^1.2",
|
|
"tchoulom/view-counter-bundle": "^6.0",
|
|
"twig/extra-bundle": "^3.5",
|
|
"twig/html-extra": "^3.5",
|
|
"twig/intl-extra": "^3.2",
|
|
"twig/twig": "^2.12|^3.0",
|
|
"webmozart/assert": "^1.9"
|
|
},
|
|
"require-dev": {
|
|
"dama/doctrine-test-bundle": "^7.1",
|
|
"doctrine/doctrine-fixtures-bundle": "^3.4",
|
|
"fzaninotto/faker": "^1.9",
|
|
"justinrainbow/json-schema": "^5.2",
|
|
"phpstan/phpstan": "^1.9",
|
|
"symfony/browser-kit": "6.1.*",
|
|
"symfony/http-client": "6.1.*",
|
|
"symfony/maker-bundle": "^1.27",
|
|
"symfony/phpunit-bridge": "^6.1",
|
|
"symfony/stopwatch": "^6.1",
|
|
"symfony/web-profiler-bundle": "^6.1"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"symfony/flex": true,
|
|
"symfony/runtime": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"App\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"replace": {
|
|
"symfony/polyfill-ctype": "*",
|
|
"symfony/polyfill-iconv": "*",
|
|
"symfony/polyfill-php72": "*"
|
|
},
|
|
"scripts": {
|
|
"auto-scripts": {
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
},
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"allow-contrib": false,
|
|
"require": "6.1.*"
|
|
}
|
|
}
|
|
}
|