Skip to content

Commit

Permalink
Merge pull request #14 from getkevin/feature/upgrade-kevin-php-versio…
Browse files Browse the repository at this point in the history
…n-0-16

Upgrade kevin-php to v0.16.2
  • Loading branch information
KubaJM authored Jul 8, 2022
2 parents 8027a68 + e2725b7 commit 7911bd2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "getkevin/kevin-magento2",
"description": "Implements integration with the Kevin payment service provider.",
"version": "1.2.0",
"authors": [
{
"name": "kevin.",
"email": "help@kevin.eu"
}
],
"require": {
"getkevin/kevin-php": "0.14.*"
"getkevin/kevin-php": "0.16.2"
},
"type": "magento2-module",
"license": [
Expand All @@ -29,7 +30,7 @@
"chmod a+x php-cs-fixer",
"./php-cs-fixer fix --config=./.php.cs.fixer.php -v --allow-risky=yes"
],
"check-style": [
"check-style": [Ō
"wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.19.0/php-cs-fixer.phar -O php-cs-fixer",
"chmod a+x php-cs-fixer",
"./php-cs-fixer fix --config=./.php.cs.fixer.php -v --allow-risky=yes --dry-run"
Expand Down
19 changes: 11 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7911bd2

Please sign in to comment.