We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ebe618 + 4b2409c commit 4ccd466Copy full SHA for 4ccd466
composer.json
@@ -52,7 +52,7 @@
52
"post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
53
"post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
54
"post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
55
- "post-create-project-cmd": "ddev config --projectname=`basename \"$PWD\"`",
+ "post-create-project-cmd": "ddev config --project-name=`basename \"$PWD\"`",
56
"flush": [
57
"./flow flow:cache:flush --force",
58
"./flow flow:package:rescan",
0 commit comments