Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
* [*] formatting numbers fix
* [-] removed version from composer.json
  • Loading branch information
KarelWintersky committed Jan 26, 2022
1 parent cf773b2 commit 0b22899
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
"description": "AJUR Media Steamboat Currency Toolkit",
"type": "library",
"license": "MIT",
"version": "1.4.0",
"authors": [
{
"name": "Karel Wintersky",
"email": "vim@fontanka.ru"
"email": "wombat@fontanka.ru"
}
],
"require": {
"ext-curl": "*",
"ext-json": "*",
"psr/log": "^1.1",
"ext-intl": "*",
"ext-simplexml": "*",
"psr/log": "^1.1",
"curl/curl": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit 0b22899

Please sign in to comment.