Skip to content

Commit 1a3dceb

Browse files
committed
Fixed error in generate-feed command execution
1 parent e92ccfb commit 1a3dceb

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"
74+
"php bin/generate-feed.php"
7575
],
7676
"development-disable": "laminas-development-mode disable",
7777
"development-enable": "laminas-development-mode enable",

0 commit comments

Comments
 (0)