From 194d8f3040b1fbbd54b39e0c5ac849d166b47132 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.eu>
Date: Sat, 13 Mar 2021 21:29:42 +0100
Subject: [PATCH] feat: Update require version

---
 CHANGELOG.md   | 9 +++++++++
 README.md      | 2 +-
 composer.json  | 9 ++++-----
 etc/module.xml | 2 +-
 4 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6da0809..c1dcff2 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 9b53a76..7eec3cc 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 4da243e..9f4a6bd 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 06fe921..8b8c5d1 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>
-- 
GitLab