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