Skip to content

Commit b37ae00

Browse files
authored
Merge pull request #25 from EaDesgin/feature/2493-Update-extension
#2493: I updated the php version and extension version.
2 parents a536c85 + 1423da3 commit b37ae00

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.json

Lines changed: 9 additions & 9 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.4",
5+
"version": "1.1.5",
66
"autoload": {
77
"files": [
88
"registration.php"
@@ -25,18 +25,18 @@
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.6"
28+
"php": "~7.0.13|~7.1.0",
29+
"magento/module-backend": "100.2.*",
30+
"magento/module-sales": "101.0.*",
31+
"magento/framework": "101.0.*",
32+
"eadesignro/module-eacore": "^0.2.9"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "~6.2.0",
36-
"squizlabs/php_codesniffer": "3.0.1",
36+
"squizlabs/php_codesniffer": "3.2.2",
3737
"phpmd/phpmd": "@stable",
38-
"pdepend/pdepend": "2.5.0",
39-
"friendsofphp/php-cs-fixer": "~2.1.1",
38+
"pdepend/pdepend": "2.5.2",
39+
"friendsofphp/php-cs-fixer": "~2.2.1",
4040
"lusitanian/oauth": "~0.8.10",
4141
"sebastian/phpcpd": "2.0.4"
4242
},

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.4" active="true">
4+
<module name="Eadesigndev_ComposerRepo" setup_version="1.1.5" active="true">
55
<sequence>
66
<module name="Magento_Customer"/>
77
</sequence>

0 commit comments

Comments
 (0)