{ "name": "flat-file-forms/flat-file-forms", "type": "project", "authors": [ { "name": "Daniel Weipert", "email": "code@drogueronin.de" } ], "require": { "symfony/http-foundation": "^6.0", "symfony/yaml": "^6.0", "twig/twig": "^3.5" }, "require-dev": { "guzzlehttp/guzzle": "^7.5", "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": { "FlatFileForms\\": "src/" } }, "scripts": { "test": "phpunit tests" } }