Skip to content

Commit 4ccd466

Browse files
authored
Merge pull request #61 from sitegeist/task/adjustDdevNameDuringSetup
TASK: use non deprecated name
2 parents 6ebe618 + 4b2409c commit 4ccd466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
5353
"post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
5454
"post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
55-
"post-create-project-cmd": "ddev config --projectname=`basename \"$PWD\"`",
55+
"post-create-project-cmd": "ddev config --project-name=`basename \"$PWD\"`",
5656
"flush": [
5757
"./flow flow:cache:flush --force",
5858
"./flow flow:package:rescan",

0 commit comments

Comments
 (0)