nyx/tests/dynamic_fixtures/php_frameworks/symfony/composer.json
2026-06-05 10:16:30 -05:00

9 lines
181 B
JSON

{
"name": "nyx/fixture-symfony",
"require": {
"php": ">=8.1",
"symfony/framework-bundle": "^7.0",
"symfony/routing": "^7.0",
"symfony/http-kernel": "^7.0"
}
}