diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da08090debc1796649d34122cd3e112b7ba2584..c1dcff23067fd45664f0a46854552066dd7f684e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.3] - 2021-03-13 +### Added +- Changed vcs by git in README.md +- Update require version + +## [1.1.2] - 2021-03-13 +### Added +- Update Composer Installation Command + ## [1.1.1] - 2021-02-14 ### Added - Mise à jour du composer.json diff --git a/README.md b/README.md index 9b53a76afe8cd791edf73d2185c54ba4dbd115bb..7eec3cc4583fe7ce35811c49e2518384153d823d 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Base de travail pour le développement d'un module Magento 2. Lancer dans le terminal la commande suivante pour configurer le chemin du dépot GIT : -`composer config repositories.nicolasbejean-master vcs https://lab.frogg.it/bejean-developpement/magento-2/modules/master.git` +`composer config repositories.nicolasbejean-master git https://lab.frogg.it/bejean-developpement/magento-2/modules/master.git` Ensuite, procéder à l'installation avec la commande : diff --git a/composer.json b/composer.json index 4da243e3d088899e1773a1ee4cba131108386b9c..9f4a6bda118ef1faaa9f91b09cf4aaf27104954b 100755 --- a/composer.json +++ b/composer.json @@ -2,14 +2,13 @@ "name": "nicolasbejean/master", "description": "Base de travail pour le développement d'un module Magento 2", "type": "magento2-module", - "version": "1.1.2", + "version": "1.1.3", "require": { - "php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0", - "magento/framework": "102.0.*" + "php": "~7.3.*||~7.4.*", + "magento/framework": "~102.0.*||~103.0.*" }, "license": [ - "OSL-3.0", - "AFL-3.0" + "GPL-3.0-only" ], "autoload": { "psr-4": { diff --git a/etc/module.xml b/etc/module.xml index 06fe921b81bc1911723dd81dc0b54c9f394a0a14..8b8c5d182b99b7d4c6f8656ec81566a1477394b5 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ <?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="NicolasBejean_Master" setup_version="1.1.2"> + <module name="NicolasBejean_Master" setup_version="1.1.3"> <sequence> <module name="NicolasBejean_Base"/> </sequence>