Skip to content

Commit a2b9e1f

Browse files
authored
Update composer.json
1 parent fbfe0de commit a2b9e1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
},
2222
"files": ["src/functions.php"]
2323
},
24-
"bin": ["bin/phpcf"],
24+
"bin": ["bin/phpdd"],
2525
"extra": {
2626
"phar-builder": {
2727
"compression": "BZip2",
28-
"name": "phpcf-dev.phar",
28+
"name": "phpdd-dev.phar",
2929
"output-dir": "./",
30-
"entry-point": "bin/phpcf",
30+
"entry-point": "bin/phpdd",
3131
"include": ["bin", "data"],
3232
"events": {
3333
"command.package.start" : "git describe --tags > bin/version.txt",
34-
"command.package.end": "cp phpcf-dev.phar phpcf-`cat bin/version.txt`.phar && chmod +x phpcf.phar && rm bin/version.txt"
34+
"command.package.end": "cp phpdd-dev.phar phpdd-`cat bin/version.txt`.phar && chmod +x phpdd-`cat bin/version.txt`.phar && rm bin/version.txt"
3535
}
3636
}
3737
},

0 commit comments

Comments
 (0)