{ "autoload": { "psr-4": { "": ["bundles"] } }, "autoload-dev": { "psr-4": { "Tests\\": "../tests/" } }, "repositories": [ {"type": "composer", "url": "https://toran.kupshop.cz/repo/private/"} ], "require": { "php": ">=5.5.9", "symfony/framework-bundle": "^6.4", "symfony/security-bundle": "^6.4", "symfony/twig-bundle": "^6.4", "twig/extra-bundle": "^3.8", "twig/intl-extra": "^3.8", "twig/cache-extra": "^3.10", "symfony/ux-twig-component": "<=2.24.0", "symfony/dependency-injection": "^6.4", "symfony/cache": "^6.4", "symfony/config": "^6.4", "symfony/doctrine-messenger": "^6.4", "symfony/http-foundation": "^6.4", "symfony/lock": "^6.4", "symfony/yaml": "^6.4", "symfony/asset": "^6.4", "symfony/routing": "^6.4", "symfony/event-dispatcher": "^6.4", "symfony/http-kernel": "^6.4", "symfony/serializer": "^6.4", "symfony/password-hasher": "^6.4", "symfony/http-client": "^6.4", "doctrine/orm": "^2.5", "doctrine/dbal": "~2.13.0", "doctrine/doctrine-bundle": "^2.5", "symfony/monolog-bundle": "^3.1", "symfony/polyfill-apcu": "^1.0", "filipsedivy/php-eet": "^3.0", "soukicz/zbozicz": "^1.1.0", "symfony/webpack-encore-bundle": "^1.3", "symfony/messenger": "^6.4", "symfony/amqp-messenger": "^6.4", "symfony/mailer": "^6.4", "symfony/scheduler": "^6.4", "symfony/runtime": "^6.4", "ckfinder/ckfinder-symfony-bundle": "^4.0", "thecodingmachine/graphqlite-bundle": "^6.0", "php-translation/symfony-bundle": "^0.14.3", "symfony/ux-icons": "^2.23", "symfony/ux-live-component": "^2.23", "symfony/stimulus-bundle": "^2.23", "php-translation/loco-adapter": "^0.11" }, "require-dev": { "symfony/debug-bundle": "^6.4", "symfony/web-profiler-bundle": "^6.4", "symfony/browser-kit": "^6.4", "symfony/css-selector": "^6.4", "symfony/phpunit-bridge": "^3.0" }, "scripts": { "symfony-scripts": [ "/bin/bash -c '[ ! -f vendor/ckfinder/ckfinder-symfony-bundle/_connector/CKFinder.php ] && ./engine/bin/console ckfinder:download -n' && sed -i 's/self::SKIP_LINKS/linkHandling:self::SKIP_LINKS/' vendor/ckfinder/ckfinder-symfony-bundle/_connector/Backend/Adapter/Local.php || true", "../engine/bin/console cache:clear -v", "../engine/bin/console assets:install web ${ASSET_INSTALL_PARAMS}" ], "post-install-cmd": [ "@symfony-scripts" ], "post-update-cmd": [ "@symfony-scripts" ], "test": [ "/vagrant/home/engine/vendor/phpunit/phpunit/phpunit --testsuite engine --bootstrap /vagrant/home/engine/tests/functional/bootstrap.php --configuration /vagrant/home/engine/tests/functional/phpunit.xml" ] }, "extra": { "symfony-app-dir": "app", "symfony-bin-dir": "./engine/bin", "symfony-var-dir": "data/tmp", "symfony-web-dir": "web", "symfony-tests-dir": "tests", "symfony-assets-install": "hard", "branch-alias": null } }