Skip to content

Commit da63d7b

Browse files
authored
Merge pull request #1262 from LibreSign/backport/1261/stable25
[stable25] Prevent install dev when no dev
2 parents a663c78 + df95e24 commit da63d7b

File tree

6 files changed

+73
-65
lines changed

6 files changed

+73
-65
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030
},
3131
"scripts": {
32+
"bin": "echo 'bin not installed'",
3233
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
3334
"cs:check": "php-cs-fixer fix --dry-run --diff",
3435
"cs:fix": "php-cs-fixer fix",
@@ -46,7 +47,8 @@
4647
},
4748
"extra": {
4849
"bamarni-bin": {
49-
"bin-links": true
50+
"bin-links": true,
51+
"forward-command": true
5052
}
5153
},
5254
"autoload": {

composer.lock

Lines changed: 29 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/coding-standard/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/php-coveralls/composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)