fruitl00p / php-mt940

A mt940 parser in PHP
MIT License
103 stars 60 forks source link

getRelativePrice() missing #62

Closed MrMoronIV closed 5 years ago

MrMoronIV commented 5 years ago

AFter installation using composer as instructed the getRelativePrice function inside Transaction.php is missing.

Composer seems to be installing a different version as is shown on github? Inside my composer.json: "kingsquare/php-mt940": "^1.4"

Also, why are we on fruitl00p instead of Kingsquare?

MrMoronIV commented 5 years ago

Actually, there's more missing, did I not install the latest version somehow by following the instructions?

fruitl00p commented 5 years ago

I haven't released a new version in a while. You could go with dev-master, but i understand that this might not be ideal / confusing.

I'll release a new version today :)

fruitl00p commented 5 years ago

@MrMoronIV I've just now released 1.5.0 which includes the latest and greatest ;) This should help with both the documentation/example as with the latest additions.

As for the naming of the package this is derived from my employer company and I haven't taken the trouble of moving the repo itself ;)