Skip to content

Commit 416e0c1

Browse files
authored
Merge pull request #32 from EaDesgin/feature/2676-Update-for-M23
#2676: Update for M23&PHP72 - new version
2 parents 7ab52fc + ce70c8b commit 416e0c1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eadesignro/composerrepo",
33
"description": "",
44
"type": "magento2-module",
5-
"version": "1.1.8",
5+
"version": "1.1.9",
66
"autoload": {
77
"files": [
88
"registration.php"
@@ -25,20 +25,20 @@
2525
},
2626

2727
"require": {
28-
"php": "~5.6.0|7.0.2|~7.0.6|~7.1.0",
29-
"magento/module-backend": "^100.1.0| ^100.2.0",
30-
"magento/module-sales": "^100.1.0| ^101.0.0",
31-
"magento/framework": "^100.1.0 | ^101.0.0",
32-
"eadesignro/module-eacore": ">=0.2.9"
28+
"php": "~5.6.0|7.0.2|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
29+
"magento/module-backend": "^100.1.0| ^100.2.0|101.0.*",
30+
"magento/module-sales": "^100.1.0| ^101.0.0|102.0.*",
31+
"magento/framework": "^100.1.0 | ^101.0.0|102.0.*",
32+
"eadesignro/module-eacore": ">=0.2.6"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "~6.2.0",
36-
"squizlabs/php_codesniffer": "3.2.2",
35+
"phpunit/phpunit": "~6.5.0",
36+
"squizlabs/php_codesniffer": "3.3.1",
3737
"phpmd/phpmd": "@stable",
3838
"pdepend/pdepend": "2.5.2",
39-
"friendsofphp/php-cs-fixer": "~2.2.1",
39+
"friendsofphp/php-cs-fixer": "~2.13.0",
4040
"lusitanian/oauth": "~0.8.10",
41-
"sebastian/phpcpd": "2.0.4"
41+
"sebastian/phpcpd": "~3.0.0"
4242
},
4343
"minimum-stability": "dev",
4444
"prefer-stable": true

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22

33
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="Eadesigndev_ComposerRepo" setup_version="1.1.8" active="true">
4+
<module name="Eadesigndev_ComposerRepo" setup_version="1.1.9" active="true">
55
<sequence>
66
<module name="Magento_Customer"/>
77
</sequence>

0 commit comments

Comments
 (0)