diff --git a/README.md b/README.md
index 09154b58..2e9fe37f 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,10 @@ This is Klaus Silveira's fork, with multiple themes, sub-modules and updated to
Done, just put on your server, nothing to build:
https://github.com/patrikx3/gitlist/releases
+### v1.0.2
+* Add support for .gitmodules files at repository root
+* Updated to latest dependencies
+
### v1.0.1
* The minimum PHP version is 7.1 and PHPUNIT 7.
diff --git a/composer.json b/composer.json
index 9b5ebf53..f1f7d8ca 100644
--- a/composer.json
+++ b/composer.json
@@ -9,16 +9,16 @@
},
"require": {
"php": ">=7.1.0",
- "symfony/filesystem": "^3.2",
- "symfony/twig-bridge": "^3.2",
- "twig/twig": "^2.3",
- "silex/silex": "^2.1",
- "patrikx3/gitter": "^1.0.0"
+ "symfony/filesystem": ">=4",
+ "symfony/twig-bridge": ">=4",
+ "twig/twig": ">=2",
+ "silex/silex": ">=2",
+ "patrikx3/gitter": ">=1.0.3"
},
"require-dev": {
- "symfony/browser-kit": "^3.2",
- "phpunit/phpunit": "^7",
- "symfony/css-selector": "^3.2"
+ "symfony/browser-kit": ">=4",
+ "phpunit/phpunit": ">=7",
+ "symfony/css-selector": ">=4"
}
}
diff --git a/gitlist.iml b/gitlist.iml
index 5b1faca3..d6ba1c46 100644
--- a/gitlist.iml
+++ b/gitlist.iml
@@ -7,7 +7,9 @@
-
+
+
+
diff --git a/package.json b/package.json
index 9b7183b6..e6f2b8d6 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"type": "p3x"
},
"description": "P3X Gitlist",
- "version": "1.0.1",
+ "version": "1.0.2",
"main": "index.js",
"repository": "https://github.com/patrikx3/gitlist",
"author": "patrikx3 ",