Is contrib false

This commit is contained in:
Giuseppe Fabiano
2024-01-31 11:21:25 +01:00
parent 8bd35ce882
commit b9d50449dc

View File

@@ -5,10 +5,10 @@
] ]
}, },
"branch": "master", "branch": "master",
"is_contrib": true, "is_contrib": false,
"_links": { "_links": {
"repository": "repo.webindustry.it/webindustry/symfony-recipes", "repository": "repo.webindustry.it/webindustry/symfony-recipes",
"origin_template": "{package}:{version}@repo.webindustry.it/webindustry/symfony-recipes:master", "origin_template": "{package}:{version}@repo.webindustry.it/webindustry/symfony-recipes:master",
"recipe_template": "https://repo.webindustry.it/webindustry/symfony-recipes/raw/branch/master/{package_dotted}.{version}.json" "recipe_template": "https://repo.webindustry.it/webindustry/symfony-recipes/raw/branch/master/{package_dotted}.{version}.json"
} }
} }