mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 20:54:20 +01:00
127 lines
4.1 KiB
JSON
127 lines
4.1 KiB
JSON
{
|
|
"name": "marijndoeve/tijdvoordetest",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"description": "A minimal Symfony project recommended to create bare bones applications",
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.4",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*",
|
|
"doctrine/dbal": "^4.3.4",
|
|
"doctrine/doctrine-bundle": "^3.0",
|
|
"doctrine/doctrine-migrations-bundle": "^3.5.0",
|
|
"doctrine/orm": "^3.5.2",
|
|
"martin-georgiev/postgresql-for-doctrine": "^3.5.1",
|
|
"phpdocumentor/reflection-docblock": "^5.6.3",
|
|
"phpoffice/phpspreadsheet": "^5.1",
|
|
"phpstan/phpdoc-parser": "^2.3",
|
|
"runtime/frankenphp-symfony": "^0.2.0",
|
|
"sentry/sentry-symfony": "^5.6",
|
|
"symfony/asset": "7.3.*",
|
|
"symfony/asset-mapper": "7.3.*",
|
|
"symfony/brevo-mailer": "7.3.*",
|
|
"symfony/console": "7.3.*",
|
|
"symfony/dotenv": "7.3.*",
|
|
"symfony/flex": "^2.8.2",
|
|
"symfony/form": "7.3.*",
|
|
"symfony/framework-bundle": "7.3.*",
|
|
"symfony/mailer": "7.3.*",
|
|
"symfony/property-access": "7.3.*",
|
|
"symfony/property-info": "7.3.*",
|
|
"symfony/runtime": "7.3.*",
|
|
"symfony/security-bundle": "7.3.*",
|
|
"symfony/security-csrf": "7.3.*",
|
|
"symfony/serializer": "7.3.*",
|
|
"symfony/translation": "7.3.*",
|
|
"symfony/twig-bundle": "7.3.*",
|
|
"symfony/uid": "7.3.*",
|
|
"symfony/ux-turbo": "^2.30.0",
|
|
"symfony/validator": "7.3.*",
|
|
"symfony/yaml": "7.3.*",
|
|
"symfonycasts/sass-bundle": "^0.8.3",
|
|
"symfonycasts/verify-email-bundle": "^1.17.4",
|
|
"thecodingmachine/safe": "^3.3.0",
|
|
"twig/extra-bundle": "^3.21",
|
|
"twig/intl-extra": "^3.21",
|
|
"twig/twig": "^3.21.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-fixtures-bundle": "^4.3",
|
|
"friendsofphp/php-cs-fixer": "^3.89.0",
|
|
"phpstan/extension-installer": "^1.4.3",
|
|
"phpstan/phpstan": "^2.1.31",
|
|
"phpstan/phpstan-doctrine": "^2.0.10",
|
|
"phpstan/phpstan-phpunit": "^2.0.7",
|
|
"phpstan/phpstan-symfony": "^2.0.8",
|
|
"phpunit/phpunit": "^12.4.1",
|
|
"rector/rector": "^2.2.3",
|
|
"roave/security-advisories": "dev-latest",
|
|
"symfony/browser-kit": "7.3.*",
|
|
"symfony/css-selector": "7.3.*",
|
|
"symfony/maker-bundle": "^1.64.0",
|
|
"symfony/phpunit-bridge": "7.3.*",
|
|
"symfony/stopwatch": "7.3.*",
|
|
"symfony/web-profiler-bundle": "7.3.*",
|
|
"thecodingmachine/phpstan-safe-rule": "^1.4.1",
|
|
"vincentlanglet/twig-cs-fixer": "^3.10.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"php-http/discovery": true,
|
|
"phpstan/extension-installer": true,
|
|
"symfony/flex": true,
|
|
"symfony/runtime": true
|
|
},
|
|
"bump-after-update": true,
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Tvdt\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tvdt\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"replace": {
|
|
"symfony/polyfill-ctype": "*",
|
|
"symfony/polyfill-iconv": "*",
|
|
"symfony/polyfill-mbstring": "*",
|
|
"symfony/polyfill-php72": "*",
|
|
"symfony/polyfill-php73": "*",
|
|
"symfony/polyfill-php74": "*",
|
|
"symfony/polyfill-php80": "*",
|
|
"symfony/polyfill-php81": "*",
|
|
"symfony/polyfill-php82": "*",
|
|
"symfony/polyfill-php83": "*",
|
|
"symfony/polyfill-php84": "*"
|
|
},
|
|
"scripts": {
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
|
"importmap:install": "symfony-cmd"
|
|
},
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"allow-contrib": false,
|
|
"require": "7.3.*",
|
|
"docker": true
|
|
}
|
|
}
|
|
}
|