mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
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:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'openapi-file' => __DIR__ . '/open-api.yaml',
|
||||
'namespace' => 'MyApp\Library\Generated',
|
||||
'directory' => __DIR__ . '/../../generated',
|
||||
];
|
||||
Reference in New Issue
Block a user