diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-24 02:03:26 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-24 02:03:26 +0100 |
commit | 8c89c2ade506ce909ef2a9d9590500df9b3b2135 (patch) | |
tree | 049de46a5edb632276ea0a942a17d54418e95940 | |
parent | 3b68f6ca727f52f9dc84fa1a134c092b44c49103 (diff) | |
download | wallabag-8c89c2ade506ce909ef2a9d9590500df9b3b2135.tar.gz wallabag-8c89c2ade506ce909ef2a9d9590500df9b3b2135.tar.zst wallabag-8c89c2ade506ce909ef2a9d9590500df9b3b2135.zip |
Add ldap to composergitolite_local/ldap
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | composer.lock | 126 |
2 files changed, 121 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 775a1ebd..32a3d1a4 100644 --- a/composer.json +++ b/composer.json | |||
@@ -85,7 +85,8 @@ | |||
85 | "friendsofsymfony/jsrouting-bundle": "^1.6.3", | 85 | "friendsofsymfony/jsrouting-bundle": "^1.6.3", |
86 | "bdunogier/guzzle-site-authenticator": "^1.0.0", | 86 | "bdunogier/guzzle-site-authenticator": "^1.0.0", |
87 | "defuse/php-encryption": "^2.1", | 87 | "defuse/php-encryption": "^2.1", |
88 | "html2text/html2text": "^4.1" | 88 | "html2text/html2text": "^4.1", |
89 | "fr3d/ldap-bundle": "^3.0" | ||
89 | }, | 90 | }, |
90 | "suggest": { | 91 | "suggest": { |
91 | "fr3d/ldap-bundle": "If you want to authenticate via LDAP" | 92 | "fr3d/ldap-bundle": "If you want to authenticate via LDAP" |
diff --git a/composer.lock b/composer.lock index 251ee081..37795e0b 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,7 +4,7 @@ | |||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "content-hash": "d2a0bd8408dccdeb7a7455996519829b", | 7 | "content-hash": "4699d166d03a8e5f70d802d0bc3e6a20", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "bdunogier/guzzle-site-authenticator", | 10 | "name": "bdunogier/guzzle-site-authenticator", |
@@ -1347,6 +1347,65 @@ | |||
1347 | "time": "2018-12-14T19:44:53+00:00" | 1347 | "time": "2018-12-14T19:44:53+00:00" |
1348 | }, | 1348 | }, |
1349 | { | 1349 | { |
1350 | "name": "fr3d/ldap-bundle", | ||
1351 | "version": "v3.0.0", | ||
1352 | "source": { | ||
1353 | "type": "git", | ||
1354 | "url": "https://github.com/Maks3w/FR3DLdapBundle.git", | ||
1355 | "reference": "5a8927c11af45fa06331b97221c6da1a4a237475" | ||
1356 | }, | ||
1357 | "dist": { | ||
1358 | "type": "zip", | ||
1359 | "url": "https://api.github.com/repos/Maks3w/FR3DLdapBundle/zipball/5a8927c11af45fa06331b97221c6da1a4a237475", | ||
1360 | "reference": "5a8927c11af45fa06331b97221c6da1a4a237475", | ||
1361 | "shasum": "" | ||
1362 | }, | ||
1363 | "require": { | ||
1364 | "php": ">=5.5", | ||
1365 | "psr/log": "~1.0", | ||
1366 | "symfony/config": "2.3 - 3", | ||
1367 | "symfony/dependency-injection": "2.3 - 3", | ||
1368 | "symfony/polyfill-php56": "^1.1", | ||
1369 | "symfony/security": "2.3 - 3", | ||
1370 | "symfony/security-bundle": "2.3 - 3", | ||
1371 | "zendframework/zend-ldap": "2.5 - 3" | ||
1372 | }, | ||
1373 | "require-dev": { | ||
1374 | "fabpot/php-cs-fixer": "1.11.*", | ||
1375 | "fr3d/psr3-message-assertions": "0.1.*", | ||
1376 | "friendsofsymfony/user-bundle": "~1.3", | ||
1377 | "maks3w/phpunit-methods-trait": "^4.6", | ||
1378 | "phpunit/phpunit": "^4.6", | ||
1379 | "symfony/validator": "2.3 - 3" | ||
1380 | }, | ||
1381 | "suggest": { | ||
1382 | "friendsofsymfony/user-bundle": "Integrate authentication and management for DB users, useful for unmanned LDAP servers", | ||
1383 | "symfony/validator": "Allow pre-validate for existing users before register new ones" | ||
1384 | }, | ||
1385 | "type": "symfony-bundle", | ||
1386 | "autoload": { | ||
1387 | "psr-4": { | ||
1388 | "FR3D\\LdapBundle\\": "" | ||
1389 | } | ||
1390 | }, | ||
1391 | "notification-url": "https://packagist.org/downloads/", | ||
1392 | "license": [ | ||
1393 | "MIT" | ||
1394 | ], | ||
1395 | "authors": [ | ||
1396 | { | ||
1397 | "name": "Maks3w" | ||
1398 | } | ||
1399 | ], | ||
1400 | "description": "This package provide users and authentication services based on LDAP directories for Symfony2 framework", | ||
1401 | "homepage": "https://github.com/Maks3w/FR3DLdapBundle", | ||
1402 | "keywords": [ | ||
1403 | "Authentication", | ||
1404 | "ldap" | ||
1405 | ], | ||
1406 | "time": "2016-02-12T17:45:14+00:00" | ||
1407 | }, | ||
1408 | { | ||
1350 | "name": "friendsofsymfony/jsrouting-bundle", | 1409 | "name": "friendsofsymfony/jsrouting-bundle", |
1351 | "version": "1.6.3", | 1410 | "version": "1.6.3", |
1352 | "source": { | 1411 | "source": { |
@@ -6769,7 +6828,7 @@ | |||
6769 | "email": "adrien.brault@gmail.com" | 6828 | "email": "adrien.brault@gmail.com" |
6770 | }, | 6829 | }, |
6771 | { | 6830 | { |
6772 | "name": "William DURAND", | 6831 | "name": "William Durand", |
6773 | "email": "william.durand1@gmail.com" | 6832 | "email": "william.durand1@gmail.com" |
6774 | } | 6833 | } |
6775 | ], | 6834 | ], |
@@ -6819,7 +6878,7 @@ | |||
6819 | ], | 6878 | ], |
6820 | "authors": [ | 6879 | "authors": [ |
6821 | { | 6880 | { |
6822 | "name": "William DURAND", | 6881 | "name": "William Durand", |
6823 | "email": "william.durand1@gmail.com" | 6882 | "email": "william.durand1@gmail.com" |
6824 | } | 6883 | } |
6825 | ], | 6884 | ], |
@@ -7027,6 +7086,59 @@ | |||
7027 | "zf2" | 7086 | "zf2" |
7028 | ], | 7087 | ], |
7029 | "time": "2018-04-25T15:33:34+00:00" | 7088 | "time": "2018-04-25T15:33:34+00:00" |
7089 | }, | ||
7090 | { | ||
7091 | "name": "zendframework/zend-ldap", | ||
7092 | "version": "2.10.0", | ||
7093 | "source": { | ||
7094 | "type": "git", | ||
7095 | "url": "https://github.com/zendframework/zend-ldap.git", | ||
7096 | "reference": "b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49" | ||
7097 | }, | ||
7098 | "dist": { | ||
7099 | "type": "zip", | ||
7100 | "url": "https://api.github.com/repos/zendframework/zend-ldap/zipball/b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49", | ||
7101 | "reference": "b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49", | ||
7102 | "shasum": "" | ||
7103 | }, | ||
7104 | "require": { | ||
7105 | "ext-ldap": "*", | ||
7106 | "php": "^5.6 || ^7.0" | ||
7107 | }, | ||
7108 | "require-dev": { | ||
7109 | "php-mock/php-mock-phpunit": "^1.1.2 || ^2.1.1", | ||
7110 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", | ||
7111 | "zendframework/zend-coding-standard": "~1.0.0", | ||
7112 | "zendframework/zend-config": "^2.5", | ||
7113 | "zendframework/zend-eventmanager": "^2.6.3 || ^3.0.1", | ||
7114 | "zendframework/zend-stdlib": "^2.7 || ^3.0" | ||
7115 | }, | ||
7116 | "suggest": { | ||
7117 | "zendframework/zend-eventmanager": "Zend\\EventManager component" | ||
7118 | }, | ||
7119 | "type": "library", | ||
7120 | "extra": { | ||
7121 | "branch-alias": { | ||
7122 | "dev-master": "2.10.x-dev", | ||
7123 | "dev-develop": "2.11.x-dev" | ||
7124 | } | ||
7125 | }, | ||
7126 | "autoload": { | ||
7127 | "psr-4": { | ||
7128 | "Zend\\Ldap\\": "src/" | ||
7129 | } | ||
7130 | }, | ||
7131 | "notification-url": "https://packagist.org/downloads/", | ||
7132 | "license": [ | ||
7133 | "BSD-3-Clause" | ||
7134 | ], | ||
7135 | "description": "Provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory", | ||
7136 | "keywords": [ | ||
7137 | "ZendFramework", | ||
7138 | "ldap", | ||
7139 | "zf" | ||
7140 | ], | ||
7141 | "time": "2018-07-05T05:05:12+00:00" | ||
7030 | } | 7142 | } |
7031 | ], | 7143 | ], |
7032 | "packages-dev": [ | 7144 | "packages-dev": [ |
@@ -7561,12 +7673,12 @@ | |||
7561 | "source": { | 7673 | "source": { |
7562 | "type": "git", | 7674 | "type": "git", |
7563 | "url": "https://github.com/symfony/phpunit-bridge.git", | 7675 | "url": "https://github.com/symfony/phpunit-bridge.git", |
7564 | "reference": "5dab0d4b2ac99ab22b447b615fdfdc10ec4af3d5" | 7676 | "reference": "d61ec438634e0f234c6bda1c6ee97016bbb0e7a1" |
7565 | }, | 7677 | }, |
7566 | "dist": { | 7678 | "dist": { |
7567 | "type": "zip", | 7679 | "type": "zip", |
7568 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5dab0d4b2ac99ab22b447b615fdfdc10ec4af3d5", | 7680 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d61ec438634e0f234c6bda1c6ee97016bbb0e7a1", |
7569 | "reference": "5dab0d4b2ac99ab22b447b615fdfdc10ec4af3d5", | 7681 | "reference": "d61ec438634e0f234c6bda1c6ee97016bbb0e7a1", |
7570 | "shasum": "" | 7682 | "shasum": "" |
7571 | }, | 7683 | }, |
7572 | "require": { | 7684 | "require": { |
@@ -7619,7 +7731,7 @@ | |||
7619 | ], | 7731 | ], |
7620 | "description": "Symfony PHPUnit Bridge", | 7732 | "description": "Symfony PHPUnit Bridge", |
7621 | "homepage": "https://symfony.com", | 7733 | "homepage": "https://symfony.com", |
7622 | "time": "2019-01-01T13:45:19+00:00" | 7734 | "time": "2019-01-16T13:27:11+00:00" |
7623 | }, | 7735 | }, |
7624 | { | 7736 | { |
7625 | "name": "symfony/polyfill-php72", | 7737 | "name": "symfony/polyfill-php72", |