chore(release): 0.1.0

This commit is contained in:
Björn Fromme
2026-08-10 09:33:19 +02:00
parent 6f440d6ba8
commit f51d699928
2 changed files with 23 additions and 4 deletions
+9 -4
View File
@@ -53,13 +53,18 @@
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": ["@auto-scripts"],
"post-update-cmd": ["@auto-scripts"]
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.*"
}
}
}
},
"version": "0.1.0"
}