Update recipes for Jane v6.0

This commit is contained in:
Baptiste Leduc
2020-05-31 20:58:55 +02:00
parent acdcb190d6
commit b6b8ba2b13
10 changed files with 100 additions and 0 deletions
@@ -0,0 +1,7 @@
<?php
return [
'openapi-file' => __DIR__ . '/open-api.yaml',
'namespace' => 'MyApp\Library\Generated',
'directory' => __DIR__ . '/../../generated',
];