Fixed exchange rates service
... | ... | @@ -4,17 +4,17 @@ |
"require": { | ||
"php": "^7.4", | ||
"ext-ctype": "*", | ||
"ext-gd": "*", | ||
"ext-iconv": "*", | ||
"ext-intl": "*", | ||
"ext-sqlite3": "*", | ||
"ext-gd": "*", | ||
"consolibyte/quickbooks": "dev-qbxmlops130", | ||
"craue/formflow-bundle": "^3.3", | ||
"doctrine/doctrine-bundle": "^1.11", | ||
"doctrine/doctrine-migrations-bundle": "^2.0", | ||
"doctrine/orm": "^2.6", | ||
"easycorp/easyadmin-bundle": "^2.2", | ||
"florianv/exchanger": "^2.2", | ||
"florianv/exchanger": "dev-exchange-rates-adapting-new-api", | ||
"league/flysystem-webdav": "^1.0.7", | ||
"nyholm/psr7": "^1.1", | ||
"oneup/flysystem-bundle": "^3.1", | ||
... | ... | @@ -81,6 +81,10 @@ |
{ | ||
"type": "git", | ||
"url": "https://github.com/karser/quickbooks-php.git" | ||
}, | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/Seagull-4auKa/exchanger.git" | ||
} | ||
], | ||
"conflict": { | ||
... | ... |
Please register or sign in to comment