Skip to content

Commit e2725b7

Browse files
committed
Add versioning into composer.json
1 parent 838506b commit e2725b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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.",
@@ -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"

0 commit comments

Comments
 (0)