]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2624 from Rurik19/master
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 21 Nov 2016 12:14:31 +0000 (13:14 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2016 12:14:31 +0000 (13:14 +0100)
Fix #2056 update config.yml

CHANGELOG.md
app/config/config.yml
composer.json

index de523f911cdb2541ae28b88147b7ec0743a2a33c..ad9164266a63bad81af3064a935abfb7feee126c 100644 (file)
@@ -1,5 +1,10 @@
 ## Changelog
 
+### 2.1.5 2016/11/21
+- [#2623](https://github.com/wallabag/wallabag/pull/2623) Force composer to run as PHP 5.5.9 (@j0k3r)
+- [#2608](https://github.com/wallabag/wallabag/pull/2608) Change version to 2.2.0-dev (@nicosomb)
+- [#2607](https://github.com/wallabag/wallabag/pull/2607) Updated changelog for 2.1.4 (@nicosomb)
+
 ### 2.1.4 2016/11/19
 - [#2604](https://github.com/wallabag/wallabag/pull/2604) wallabag can’t work on PostgreSQL <= 9.1 (@j0k3r)
 - [#2605](https://github.com/wallabag/wallabag/pull/2605) Add .travis.yml change to RELEASE_PROCESS (@j0k3r)
index 85383f131259df55ec0d957310fbefd79a24573b..3d9067d1a9d51c70ec59dfea59c309350fa4c779 100644 (file)
@@ -30,7 +30,7 @@ framework:
     assets: ~
 
 wallabag_core:
-    version: 2.2.0-dev
+    version: 2.1.5
     paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
     languages:
         en: 'English'
index 4f7ad2915747c735b9614b02f069c4ab2c971ae3..70f5fc99cd26f193be823b70cd0e3bd6f5505798 100644 (file)
@@ -88,7 +88,7 @@
         "doctrine/doctrine-fixtures-bundle": "~2.2",
         "doctrine/data-fixtures": "~1.1.1",
         "sensio/generator-bundle": "^3.0",
-        "phpunit/phpunit": "~5.0",
+        "phpunit/phpunit": "~4.0",
         "symfony/phpunit-bridge": "^3.0",
         "friendsofphp/php-cs-fixer": "~1.9",
         "m6web/redis-mock": "^2.0"
         "psr-4": { "Tests\\": "tests/" }
     },
     "config": {
-        "bin-dir": "bin"
+        "bin-dir": "bin",
+        "platform": {
+            "php": "5.5.9"
+        }
     },
     "minimum-stability": "dev",
     "prefer-stable": true