{ "type": "project", "license": "proprietary", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": "^8.2", "ext-intl": "*", "dflydev/hawk": "^0.0.0", "guzzlehttp/guzzle": "^7.9", "symfony/console": "^7.1", "symfony/dotenv": "^7.1", "symfony/flex": "^2.4", "symfony/framework-bundle": "^7.1", "symfony/http-client": "^7.1", "symfony/http-foundation": "^7.1", "symfony/http-kernel": "^7.1", "symfony/runtime": "^7.1", "symfony/string": "^7.1", "symfony/twig-bundle": "^7.1", "symfony/yaml": "^7.1" }, "config": { "allow-plugins": { "symfony/flex": true, "symfony/runtime": true }, "sort-packages": true }, "autoload": { "psr-4": { "App\\": "src/" } }, "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" } }, "require-dev": { "symfony/stopwatch": "^7.1", "symfony/web-profiler-bundle": "^7.1" } }