diff --git a/.gitignore b/.gitignore index 67883ff..cfb2a62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -# hidev internals -/.hidev/composer.json -/.hidev/composer.lock -/.hidev/runtime -/.hidev/vendor - # local config /.env /hidev-local.yml @@ -15,6 +9,7 @@ .idea .project .settings +/lsp Thumbs.db nbproject @@ -33,5 +28,12 @@ chkipper.phar composer.phar ocular.phar php-cs-fixer.phar +phpstan.phar phpunit-skelgen.phar phpunit.phar + +# hidev internals +/.hidev/composer.json +/.hidev/composer.lock +/.hidev/runtime +/.hidev/vendor diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 4d60661..931289b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -7,3 +7,8 @@ tools: enabled: true external_code_coverage: timeout: 600 +build: + nodes: + analysis: + tests: + override: [php-scrutinizer-run] diff --git a/.travis.yml b/.travis.yml index b899257..44bb300 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ language: php php: - - 5.6 - - 7 - - 7.1 - - hhvm + 0: 7.1 + 1: 7.2 + 2: 5.6 + 3: 7 + 5: hhvm dist: trusty -matrix: - allow_failures: - - - php: hhvm cache: directories: - $HOME/.composer/cache @@ -18,6 +15,10 @@ before_install: - 'wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar' - './hidev.phar --version' - './hidev.phar travis/before-install' +matrix: + allow_failures: + - + php: hhvm sudo: false install: - './hidev.phar travis/install' diff --git a/CHANGELOG.md b/CHANGELOG.md index e90bcce..a1112cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ -hiqdev/omnipay-paxum changelog ------------------------------- +## [Under development] -## Under development +## [2.1.1] - 2021-03-03 -- BROKEN hash check -- Added 100% test coverage -- Redone to `omnipay-paxum` -- Added basics +- Paxum passes Amount with thousands separator ([@SilverFire]) +- Other minor changes ([@BladeRoot], [@hiqsol], [@SilverFire]) -## Development started 2015-10-23 +## [Development started] - 2015-10-23 +[@hiqsol]: https://github.com/hiqsol +[sol@hiqdev.com]: https://github.com/hiqsol +[@SilverFire]: https://github.com/SilverFire +[d.naumenko.a@gmail.com]: https://github.com/SilverFire +[@tafid]: https://github.com/tafid +[andreyklochok@gmail.com]: https://github.com/tafid +[@BladeRoot]: https://github.com/BladeRoot +[bladeroot@gmail.com]: https://github.com/BladeRoot +[Under development]: https://github.com/hiqdev/omnipay-paxum/releases +[2.1.1]: https://github.com/hiqdev/omnipay-paxum/releases/tag/2.1.1 diff --git a/LICENSE b/LICENSE index d94cec3..af2f951 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2015-2017, HiQDev (http://hiqdev.com/) +Copyright © 2015-2021, HiQDev (http://hiqdev.com/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal