pattern: ^/
form_login:
diff --git a/composer.json b/composer.json
-index 68cfad05..32a3d1a4 100644
+index 0483da1d..e3e47bdc 100644
--- a/composer.json
+++ b/composer.json
-@@ -85,7 +85,11 @@
- "friendsofsymfony/jsrouting-bundle": "^1.6.3",
+@@ -87,7 +87,11 @@
"bdunogier/guzzle-site-authenticator": "^1.0.0",
"defuse/php-encryption": "^2.1",
-- "html2text/html2text": "^4.1"
-+ "html2text/html2text": "^4.1",
+ "html2text/html2text": "^4.1",
+- "sulu/symfony-intl-fix": "^1.0"
++ "sulu/symfony-intl-fix": "^1.0",
+ "fr3d/ldap-bundle": "^3.0"
+ },
+ "suggest": {
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "~2.2",
diff --git a/composer.lock b/composer.lock
-index 251ee081..37795e0b 100644
+index b3b0a4c6..8c8a87ee 100644
--- a/composer.lock
+++ b/composer.lock
-@@ -4,7 +4,7 @@
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
-- "content-hash": "d2a0bd8408dccdeb7a7455996519829b",
-+ "content-hash": "4699d166d03a8e5f70d802d0bc3e6a20",
- "packages": [
- {
- "name": "bdunogier/guzzle-site-authenticator",
@@ -1346,6 +1346,65 @@
],
- "time": "2018-12-14T19:44:53+00:00"
+ "time": "2019-05-09T11:53:40+00:00"
},
+ {
+ "name": "fr3d/ldap-bundle",
{
"name": "friendsofsymfony/jsrouting-bundle",
"version": "1.6.3",
-@@ -7027,6 +7086,59 @@
+@@ -7069,6 +7128,59 @@
"zf2"
],
"time": "2018-04-25T15:33:34+00:00"
}
],
"packages-dev": [
-@@ -7561,12 +7673,12 @@
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/phpunit-bridge.git",
-- "reference": "5dab0d4b2ac99ab22b447b615fdfdc10ec4af3d5"
-+ "reference": "d61ec438634e0f234c6bda1c6ee97016bbb0e7a1"
- },
- "dist": {
- "type": "zip",
-- "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5dab0d4b2ac99ab22b447b615fdfdc10ec4af3d5",
-- "reference": "5dab0d4b2ac99ab22b447b615fdfdc10ec4af3d5",
-+ "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d61ec438634e0f234c6bda1c6ee97016bbb0e7a1",
-+ "reference": "d61ec438634e0f234c6bda1c6ee97016bbb0e7a1",
- "shasum": ""
- },
- "require": {
-@@ -7619,7 +7731,7 @@
- ],
- "description": "Symfony PHPUnit Bridge",
- "homepage": "https://symfony.com",
-- "time": "2019-01-01T13:45:19+00:00"
-+ "time": "2019-01-16T13:27:11+00:00"
- },
- {
- "name": "symfony/polyfill-php72",
diff --git a/scripts/install.sh b/scripts/install.sh
-index 8b7ea03f..3a4a33ab 100755
+index affa715f..45254212 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
-@@ -26,5 +26,8 @@ ENV=$1
+@@ -37,5 +37,8 @@ fi
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $TAG
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
php bin/console wallabag:install --env=$ENV
diff --git a/scripts/update.sh b/scripts/update.sh
-index c62d104a..6259a431 100755
+index 3ef10439..eeee28d6 100755
--- a/scripts/update.sh
+++ b/scripts/update.sh
-@@ -32,6 +32,9 @@ git fetch origin
+@@ -42,6 +42,9 @@ git fetch origin
git fetch --tags
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $TAG --force