{ "name": "decent-newsroom/newsroom", "type": "project", "license": "MIT", "description": "A decentralised newsroom", "prefer-stable": true, "require": { "php": ">=8.3.13", "ext-ctype": "*", "ext-iconv": "*", "ext-libxml": "*", "ext-openssl": "*", "ext-redis": "*", "ext-simplexml": "*", "doctrine/dbal": "^4.2", "doctrine/doctrine-bundle": "^2.13", "doctrine/doctrine-migrations-bundle": "^3.3", "doctrine/orm": "^3.3", "doctrine/instantiator": "^1.5", "embed/embed": "^4.4", "endroid/installer": "1.4.4", "endroid/qr-code": "6.0.*", "endroid/qr-code-bundle": "6.0.0", "friendsofsymfony/elastica-bundle": "^6.5", "laminas/laminas-diactoros": "^3.6", "league/commonmark": "^2.7", "league/html-to-markdown": "*", "nostriphant/nip-19": "^2.0", "phpdocumentor/reflection-docblock": "^5.6", "phpstan/phpdoc-parser": "^2.0", "runtime/frankenphp-symfony": "^0.2.0", "swentel/nostr-php": "^1.9", "symfony/asset": "7.3.*", "symfony/asset-mapper": "7.3.*", "symfony/console": "7.3.*", "symfony/dotenv": "7.3.*", "symfony/expression-language": "7.3.*", "symfony/flex": "^2", "symfony/form": "7.3.*", "symfony/framework-bundle": "7.3.*", "symfony/html-sanitizer": "7.3.*", "symfony/http-foundation": "7.3.*", "symfony/intl": "7.3.*", "symfony/mercure-bundle": "^0.4.2", "symfony/messenger": "7.3.*", "symfony/mime": "7.3.*", "symfony/property-access": "7.3.*", "symfony/property-info": "7.3.*", "symfony/redis-messenger": "7.3.*", "symfony/runtime": "7.3.*", "symfony/security-bundle": "7.3.*", "symfony/serializer": "7.3.*", "symfony/stimulus-bundle": "^2.22", "symfony/translation": "7.3.*", "symfony/twig-bundle": "7.3.*", "symfony/ux-icons": "^2.22", "symfony/ux-live-component": "^2.21", "symfony/validator": "^7.3", "symfony/workflow": "7.3.*", "symfony/yaml": "7.3.*", "tkijewski/php-lnurl": "*", "twig/extra-bundle": "^2.12|^3.0", "twig/markdown-extra": "^3.21", "twig/string-extra": "^3.21", "twig/twig": "^3.15", "zordius/lightncandy": "^1.2" }, "config": { "allow-plugins": { "php-http/discovery": true, "symfony/flex": true, "symfony/runtime": true, "endroid/installer": true }, "sort-packages": true }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/" } }, "replace": { "symfony/polyfill-ctype": "*", "symfony/polyfill-iconv": "*", "symfony/polyfill-php72": "*", "symfony/polyfill-php73": "*", "symfony/polyfill-php74": "*", "symfony/polyfill-php80": "*", "symfony/polyfill-php81": "*", "symfony/polyfill-php82": "*" }, "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 }, "runtime": { "dotenv_overload": true } }, "require-dev": { "phpunit/phpunit": "^9.5", "symfony/browser-kit": "7.3.*", "symfony/css-selector": "7.3.*", "symfony/maker-bundle": "^1.63", "symfony/phpunit-bridge": "^7.3", "symfony/stopwatch": "7.3.*", "symfony/web-profiler-bundle": "7.3.*" } }