Skip to content

Commit

Permalink
p3x-robot sunday release 2018-2-23 16:15:31
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Feb 23, 2018
1 parent 7d6dfeb commit adc4525
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

4 changes: 3 additions & 1 deletion gitlist.iml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand Down

0 comments on commit adc4525

Please sign in to comment.