|
1 | 1 | { |
2 | | - "name": "florianv/swap-bundle", |
| 2 | + "name": "part-db/swap-bundle", |
3 | 3 | "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", |
5 | 5 | "keywords": ["money", "currency", "conversion", "rate", "exchange", "symfony", "bundle"], |
6 | 6 | "homepage": "https://github.com/florianv/FlorianvSwapBundle", |
7 | 7 | "license": "MIT", |
|
10 | 10 | "name": "Florian Voutzinos", |
11 | 11 | |
12 | 12 | "homepage": "http://florian.voutzinos.com" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "Jan Böhmer", |
| 16 | + |
13 | 17 | } |
14 | 18 | ], |
15 | 19 | "scripts": { |
|
18 | 22 | "require": { |
19 | 23 | "php": "^7.1.3|^8.0", |
20 | 24 | "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" |
22 | 27 | }, |
23 | 28 | "require-dev": { |
24 | 29 | "php-http/guzzle6-adapter": "^1.0", |
25 | 30 | "php-http/message": "^1.7", |
26 | 31 | "symfony/cache": "~3.0|~4.0|~5.0|~6.0|~7.0", |
27 | 32 | "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" |
29 | 35 | }, |
30 | 36 | "suggest": { |
31 | 37 | "symfony/cache": "For caching" |
|
39 | 45 | "branch-alias": { |
40 | 46 | "dev-master": "5.0-dev" |
41 | 47 | } |
| 48 | + }, |
| 49 | + "config": { |
| 50 | + "allow-plugins": { |
| 51 | + "php-http/discovery": true |
| 52 | + } |
42 | 53 | } |
43 | 54 | } |
0 commit comments