]> Raphaël G. Git Repositories - recipe/commitdiff
Fix class name
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 15:05:55 +0000 (16:05 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 15:05:55 +0000 (16:05 +0100)
Copy config from recipes instead of package

rapsys/airbundle/dev-master/manifest.json

index 24cfc17462463b03c7fb59a4e191616320188ef2..cb6e9816709f339690194d71d6cf0a1aa5f84967 100644 (file)
@@ -1,11 +1,11 @@
 {
        "bundles": {
-               "Rapsys\\AirBundle": ["all"]
+               "Rapsys\\AirBundle\\RapsysAirBundle": ["all"]
        },
        "container": {
                "locale": "en"
        },
-       "copy-from-package": {
+       "copy-from-recipe": {
                "config/": "%CONFIG_DIR%/"
        }
 }