Add Jane-php recipe for v7 releases (#1377)

See changes applied for new namespaces:
- https://github.com/janephp/janephp/commit/806687e995022604dccbdd5fc83d07649abf8d30
This commit is contained in:
Emanuele Panzeri
2022-03-29 09:26:05 +02:00
committed by GitHub
parent b1c905fc4e
commit 3cde25b626
10 changed files with 92 additions and 0 deletions
@@ -0,0 +1,7 @@
<?php
return [
'openapi-file' => __DIR__ . '/open-api.yaml',
'namespace' => 'MyApp\Library\Generated',
'directory' => __DIR__ . '/../../generated',
];