Skip to content

Commit 7911bd2

Browse files
authored
Merge pull request #14 from getkevin/feature/upgrade-kevin-php-version-0-16
Upgrade kevin-php to v0.16.2
2 parents 8027a68 + e2725b7 commit 7911bd2

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "getkevin/kevin-magento2",
33
"description": "Implements integration with the Kevin payment service provider.",
4+
"version": "1.2.0",
45
"authors": [
56
{
67
"name": "kevin.",
78
"email": "[email protected]"
89
}
910
],
1011
"require": {
11-
"getkevin/kevin-php": "0.14.*"
12+
"getkevin/kevin-php": "0.16.2"
1213
},
1314
"type": "magento2-module",
1415
"license": [
@@ -29,7 +30,7 @@
2930
"chmod a+x php-cs-fixer",
3031
"./php-cs-fixer fix --config=./.php.cs.fixer.php -v --allow-risky=yes"
3132
],
32-
"check-style": [
33+
"check-style": [Ō
3334
"wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.19.0/php-cs-fixer.phar -O php-cs-fixer",
3435
"chmod a+x php-cs-fixer",
3536
"./php-cs-fixer fix --config=./.php.cs.fixer.php -v --allow-risky=yes --dry-run"

composer.lock

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)