Skip to content

Commit ae2ca99

Browse files
committed
Changed package description
1 parent 04cfeb5 commit ae2ca99

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,13 +1,17 @@
11
{
2-
"name": "florianv/swap",
3-
"description": "Exchange rates library for PHP",
2+
"name": "part-db/swap",
3+
"description": "Fork of florianv/swap modernized for use in Part-DB. Exchange rates library for PHP",
44
"keywords": ["currency", "money", "rate", "conversion", "exchange rates"],
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Florian Voutzinos",
99
"email": "[email protected]",
1010
"homepage": "https://voutzinos.com"
11+
},
12+
{
13+
"name": "Jan Böhmer",
14+
"email": "[email protected]"
1115
}
1216
],
1317
"autoload": {
@@ -22,7 +26,7 @@
2226
},
2327
"require": {
2428
"php": "^7.1.3 || ^8.0",
25-
"florianv/exchanger": "^2.0",
29+
"part-db/exchanger": "^3.0",
2630
"php-http/message-factory": "^1.1"
2731
},
2832
"require-dev": {

0 commit comments

Comments
 (0)