aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2015-01-18 22:25:29 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2015-01-18 22:25:29 +0100
commit10939766de3b6fb677e8acdd74220ad2da612a26 (patch)
treef8974a2c0cdebbb78c888de8958783873bdc4b6d /composer.lock
parenta20f96b76dfe6faf8b4d841ee464a95ea54c35b3 (diff)
downloadwallabag-10939766de3b6fb677e8acdd74220ad2da612a26.tar.gz
wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.tar.zst
wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.zip
replace session class
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock42
1 files changed, 40 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index a984ce52..48df2b16 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "hash": "f5e69c21a929d0997c771526484a9d7e", 7 "hash": "aaf0d0bb3208c2dfc0b6cc95cbfab5f6",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "ezyang/htmlpurifier", 10 "name": "ezyang/htmlpurifier",
@@ -1337,6 +1337,43 @@
1337 "time": "2013-02-14 16:41:48" 1337 "time": "2013-02-14 16:41:48"
1338 }, 1338 },
1339 { 1339 {
1340 "name": "wallabag/kriss_php5",
1341 "version": "dev-master",
1342 "source": {
1343 "type": "git",
1344 "url": "https://github.com/wallabag/kriss_php5.git",
1345 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
1346 },
1347 "dist": {
1348 "type": "zip",
1349 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
1350 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
1351 "shasum": ""
1352 },
1353 "require": {
1354 "php": ">=5.3.0"
1355 },
1356 "type": "library",
1357 "autoload": {
1358 "files": [
1359 "Session.php"
1360 ]
1361 },
1362 "authors": [
1363 {
1364 "name": "Nicolas Lœuillet",
1365 "email": "nicolas@loeuillet.org",
1366 "homepage": "http://www.cdetc.fr"
1367 }
1368 ],
1369 "description": "A simple and smart (or stupid) php5 snippets repository",
1370 "homepage": "https://github.com/wallabag/kriss_php5",
1371 "support": {
1372 "source": "https://github.com/wallabag/kriss_php5/tree/master"
1373 },
1374 "time": "2015-01-18 21:21:43"
1375 },
1376 {
1340 "name": "wallabag/php-flash-messages", 1377 "name": "wallabag/php-flash-messages",
1341 "version": "dev-master", 1378 "version": "dev-master",
1342 "source": { 1379 "source": {
@@ -1390,7 +1427,8 @@
1390 "fabpot/goutte": 20, 1427 "fabpot/goutte": 20,
1391 "ezyang/htmlpurifier": 20, 1428 "ezyang/htmlpurifier": 20,
1392 "mgargano/simplehtmldom": 20, 1429 "mgargano/simplehtmldom": 20,
1393 "wallabag/php-flash-messages": 20 1430 "wallabag/php-flash-messages": 20,
1431 "wallabag/kriss_php5": 20
1394 }, 1432 },
1395 "prefer-stable": false, 1433 "prefer-stable": false,
1396 "prefer-lowest": false, 1434 "prefer-lowest": false,