the connection to Central European Bank API is done and the data is stored in table currency
Showing
with
1361 additions
and
458 deletions
database/seeds/CurrencyUpdates.php
0 → 100644
... | ... | @@ -28,9 +28,9 @@ |
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0", | ||
"kylekatarnls/multi-tester": "^0.1", | ||
"kylekatarnls/multi-tester": "^1.1", | ||
"phpmd/phpmd": "^2.6", | ||
"phpstan/phpstan": "^0.10.8", | ||
"phpstan/phpstan": "^0.11", | ||
"phpunit/phpunit": "^7.5 || ^8.0", | ||
"squizlabs/php_codesniffer": "^3.4" | ||
}, | ||
... | ... |
... | ... | @@ -24,7 +24,9 @@ |
"symfony/config": "~3.4|~4.0", | ||
"symfony/console": "~3.4|~4.0", | ||
"symfony/dependency-injection": "~3.4|~4.0", | ||
"symfony/http-kernel": "~3.4|~4.0", | ||
"symfony/intl": "~3.4|~4.0", | ||
"symfony/var-dumper": "~3.4|~4.0", | ||
"symfony/yaml": "~3.4|~4.0", | ||
"symfony/finder": "~2.8|~3.0|~4.0", | ||
"psr/log": "~1.0" | ||
... | ... |
Please
register
or
sign in
to comment