Skip to content

Commit 542f337

Browse files
committed
Changed package name
1 parent 396536d commit 542f337

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
2-
"name": "florianv/exchanger",
2+
"name": "part-db/exchanger",
33
"type": "library",
4-
"description": "Currency exchange rates framework for PHP",
4+
"description": "Fork of florianv/exchanger, a library to convert currencies using different exchange rate providers. Modernized to be compatible with Part-DB.",
55
"keywords": ["currency", "money", "rate", "conversion", "exchange rates"],
6-
"homepage": "https://github.com/florianv/exchanger",
6+
"homepage": "https://github.com/Part-DB/exchanger",
77
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Florian Voutzinos",
1111
"email": "[email protected]",
1212
"homepage": "https://voutzinos.com"
13+
},
14+
{
15+
"name": "Jan Böhmer",
16+
"email": "[email protected]"
1317
}
1418
],
1519
"autoload": {

0 commit comments

Comments
 (0)