Skip to content

Commit eab5bb0

Browse files
koriymclaude
andcommitted
Configure bamarni-bin plugin settings for 2.x compatibility
- Set bin-links to true to maintain current behavior - Set forward-command to false to maintain current behavior - Resolves deprecation warnings about changing defaults in 2.x 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e49df41 commit eab5bb0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"psr/http-message": "^2.0",
1515
"ray/aop": "^2.18",
1616
"ray/di": "^2.18",
17-
"ray/media-query": "1.0.0-rc1",
17+
"ray/media-query": "^1.0.0-rc1",
1818
"rize/uri-template": "^0.3"
1919
},
2020
"require-dev": {
@@ -74,5 +74,11 @@
7474
"dealerdirect/phpcodesniffer-composer-installer": true,
7575
"bamarni/composer-bin-plugin": true
7676
}
77+
},
78+
"extra": {
79+
"bamarni-bin": {
80+
"bin-links": true,
81+
"forward-command": false
82+
}
7783
}
7884
}

0 commit comments

Comments
 (0)