Skip to content

Commit 6da8b52

Browse files
committed
Fixed error in generate-feed command execution
1 parent 1423678 commit 6da8b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
],
7272
"post-update-cmd": [
7373
"php bin/composer-post-install-script.php",
74-
"php bin/generate-feed.php"
74+
"php bin/generate-feed"
7575
],
7676
"development-disable": "laminas-development-mode disable",
7777
"development-enable": "laminas-development-mode enable",

0 commit comments

Comments
 (0)