Skip to content

Commit fee0905

Browse files
committed
Updated composer.json file
1 parent 70c2e49 commit fee0905

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

composer.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "florianv/swap-bundle",
2+
"name": "part-db/swap-bundle",
33
"type": "symfony-bundle",
4-
"description": "Integrates the Swap library with Symfony",
4+
"description": "Fork of florianv/swap-bundle, modernized for use with Part-DB. Integrates the Swap library with Symfony",
55
"keywords": ["money", "currency", "conversion", "rate", "exchange", "symfony", "bundle"],
66
"homepage": "https://github.com/florianv/FlorianvSwapBundle",
77
"license": "MIT",
@@ -10,6 +10,10 @@
1010
"name": "Florian Voutzinos",
1111
"email": "[email protected]",
1212
"homepage": "http://florian.voutzinos.com"
13+
},
14+
{
15+
"name": "Jan Böhmer",
16+
"email": "[email protected]"
1317
}
1418
],
1519
"scripts": {
@@ -18,14 +22,16 @@
1822
"require": {
1923
"php": "^7.1.3|^8.0",
2024
"symfony/framework-bundle": "~3.0|~4.0|~5.0|~6.0|~7.0",
21-
"florianv/swap": "^4.0"
25+
"part-db/swap": "^5.0",
26+
"psr/http-client": "^1.0"
2227
},
2328
"require-dev": {
2429
"php-http/guzzle6-adapter": "^1.0",
2530
"php-http/message": "^1.7",
2631
"symfony/cache": "~3.0|~4.0|~5.0|~6.0|~7.0",
2732
"phpunit/phpunit": "~5.7|~6.0|~7.0|~8.0|~9.0",
28-
"nyholm/psr7": "^1.1"
33+
"nyholm/psr7": "^1.1",
34+
"symfony/http-client": "~7.0|~6.0|~5.0"
2935
},
3036
"suggest": {
3137
"symfony/cache": "For caching"
@@ -39,5 +45,10 @@
3945
"branch-alias": {
4046
"dev-master": "5.0-dev"
4147
}
48+
},
49+
"config": {
50+
"allow-plugins": {
51+
"php-http/discovery": true
52+
}
4253
}
4354
}

0 commit comments

Comments
 (0)