Skip to content

Commit bdb8eca

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

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

File renamed without changes.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
"@development-enable"
7171
],
7272
"post-update-cmd": [
73-
"php bin/composer-post-install-script.php",
74-
"php bin/generate-feed.php"
73+
"php bin/composer-post-install-script.php"
7574
],
7675
"development-disable": "laminas-development-mode disable",
7776
"development-enable": "laminas-development-mode enable",

0 commit comments

Comments
 (0)