Skip to content

Commit c08738f

Browse files
committed
Update composer to forked info.
1 parent a360a69 commit c08738f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mathiasverraes/money",
2+
"name": "swarming/money",
33
"description": "PHP implementation of Fowler's Money pattern",
44
"type": "library",
55
"keywords": [ "Money", "Value Object", "Generic Sub-domain" ],
@@ -9,6 +9,10 @@
99
{
1010
"name": "Mathias Verraes",
1111
"email": "[email protected]"
12+
},
13+
{
14+
"name": "Aken Roberts",
15+
"email": "[email protected]"
1216
}
1317
],
1418
"require": {
@@ -36,4 +40,4 @@
3640
"Sylius/SyliusMoneyBundle": "Sylius' Symfony2 integration with Money library"
3741
},
3842
"minimum-stability": "dev"
39-
}
43+
}

0 commit comments

Comments
 (0)