{ "name": "smolamic/transporter-test", "description": "Tests for the Transporter CodeGen", "require-dev": { "phpunit/phpunit": "^9.2" }, "license": "MIT", "authors": [ { "name": "Michel Smola", "email": "a@michelsmola.de" } ], "autoload": { "psr-4": { "TransporterTest\\": "src/" } } }