Skip to content

Commit

Permalink
2.4 init
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Oct 7, 2020
1 parent 0907c28 commit 96808f0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
$header = <<<EOF
@author Mygento Team
@copyright 2017-2019 Mygento (https://www.mygento.ru)
@copyright 2017-2020 Mygento (https://www.mygento.ru)
@package Mygento_Configsync
EOF;

$finder = PhpCsFixer\Finder::create()->in('.')->name('*.phtml');
$config = new \Mygento\CS\Config\Module($header);
$config->setFinder($finder);
return $config;
return $config;
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/Dump.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Configsync
*/

Expand Down
2 changes: 1 addition & 1 deletion Console/Command/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Configsync
*/

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mygento/module-configsync",
"description": "A module to store Magento configuration with multiple environments in the version control",
"type": "magento2-module",
"version": "2.3.3",
"version": "2.4.0",
"license": "OSL-3.0",
"authors": [{
"name": "Nikita Tarasov",
Expand All @@ -13,11 +13,11 @@
"mygento"
],
"require": {
"magento/module-deploy": "100.3.*",
"magento/module-deploy": "100.4.*",
"mustangostang/spyc": "^0.6.2"
},
"require-dev": {
"mygento/coding-standard": "^2.13.5"
"mygento/coding-standard": "~2.14.0-beta1"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Mygento_Configsync" setup_version="2.3.3"/>
<module name="Mygento_Configsync" />
</config>
4 changes: 2 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Mygento-Mage2MOD">
<rule ref="./vendor/mygento/coding-standard/Mygento-Mage2"/>
<rule ref="./vendor/magento-ecg/coding-standard/EcgM2"/>
</ruleset>
<rule ref="./vendor/magento/magento-coding-standard/Magento2"/>
</ruleset>
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Configsync
*/

Expand Down

0 comments on commit 96808f0

Please sign in to comment.