forked from redco/redcode-currency-rate-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 934 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "redcode/currency-rate-bundle",
"type": "symfony-bundle",
"description": "Symfony2 currency rate bundle, allows convert currencies and load rates via cbr or ecb provider",
"keywords": ["currency", "rate", "converter", "loader", "symfony", "bundle", "cbr.ru", "www.ecb.europa.eu"],
"homepage": "https://github.com/maZahaca/redcode-currency-rate-bundle",
"license": "MIT",
"authors": [
{
"name": "Andrew Reddikh",
"email": "[email protected]",
"homepage": "http://reddikh.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^7.4",
"doctrine/orm": "^2",
"doctrine/dbal": "^2",
"redcode/currency-rate": "0.2.*",
"symfony/symfony": "^4.4"
},
"require-dev": {
"fabpot/php-cs-fixer": "*"
},
"autoload": {
"psr-4": {
"RedCode\\CurrencyRateBundle\\": ""
}
}
}