We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d553532 commit a95c06dCopy full SHA for a95c06d
composer.json
@@ -1,7 +1,10 @@
1
{
2
- "name": "dshafik/bag",
+ "name": "beacon-hq/bag",
3
"description": "A comprehensive immutable value objects implementation",
4
"type": "library",
5
+ "replace": {
6
+ "dshafik/bag": "self.version"
7
+ },
8
"require": {
9
"php": "^8.2|^8.3|^8.4",
10
"brick/money": "^0.8.1 || ^0.9.0 || ^0.10.0",
0 commit comments