diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-18 22:11:41 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-18 22:11:41 +0100 |
commit | a20f96b76dfe6faf8b4d841ee464a95ea54c35b3 (patch) | |
tree | e57c09232b399d38d463740771f4eed7d1d41fa7 /composer.lock | |
parent | adf17b677edeb2387671f6a0f12123e7497b5938 (diff) | |
download | wallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.tar.gz wallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.tar.zst wallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.zip |
replace flash messages library
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 51 |
1 files changed, 49 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index baf59eef..a984ce52 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": "67435ca652abe6c90bdd29701ecd679a", | 7 | "hash": "f5e69c21a929d0997c771526484a9d7e", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "ezyang/htmlpurifier", | 10 | "name": "ezyang/htmlpurifier", |
@@ -1335,6 +1335,52 @@ | |||
1335 | ], | 1335 | ], |
1336 | "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.", | 1336 | "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.", |
1337 | "time": "2013-02-14 16:41:48" | 1337 | "time": "2013-02-14 16:41:48" |
1338 | }, | ||
1339 | { | ||
1340 | "name": "wallabag/php-flash-messages", | ||
1341 | "version": "dev-master", | ||
1342 | "source": { | ||
1343 | "type": "git", | ||
1344 | "url": "https://github.com/wallabag/PHP-Flash-Messages.git", | ||
1345 | "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab" | ||
1346 | }, | ||
1347 | "dist": { | ||
1348 | "type": "zip", | ||
1349 | "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab", | ||
1350 | "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab", | ||
1351 | "shasum": "" | ||
1352 | }, | ||
1353 | "require": { | ||
1354 | "php": ">=5.3.0" | ||
1355 | }, | ||
1356 | "type": "library", | ||
1357 | "autoload": { | ||
1358 | "files": [ | ||
1359 | "class.messages.php" | ||
1360 | ] | ||
1361 | }, | ||
1362 | "license": [ | ||
1363 | "Apache" | ||
1364 | ], | ||
1365 | "authors": [ | ||
1366 | { | ||
1367 | "name": "Nicolas Lœuillet", | ||
1368 | "email": "nicolas@loeuillet.org", | ||
1369 | "homepage": "http://www.cdetc.fr" | ||
1370 | } | ||
1371 | ], | ||
1372 | "description": "Session-based Flash Messages class for PHP", | ||
1373 | "homepage": "https://github.com/wallabag/PHP-Flash-Messages", | ||
1374 | "keywords": [ | ||
1375 | "flash", | ||
1376 | "messages", | ||
1377 | "php-flash-messages", | ||
1378 | "sessions" | ||
1379 | ], | ||
1380 | "support": { | ||
1381 | "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master" | ||
1382 | }, | ||
1383 | "time": "2015-01-18 19:51:55" | ||
1338 | } | 1384 | } |
1339 | ], | 1385 | ], |
1340 | "packages-dev": [], | 1386 | "packages-dev": [], |
@@ -1343,7 +1389,8 @@ | |||
1343 | "stability-flags": { | 1389 | "stability-flags": { |
1344 | "fabpot/goutte": 20, | 1390 | "fabpot/goutte": 20, |
1345 | "ezyang/htmlpurifier": 20, | 1391 | "ezyang/htmlpurifier": 20, |
1346 | "mgargano/simplehtmldom": 20 | 1392 | "mgargano/simplehtmldom": 20, |
1393 | "wallabag/php-flash-messages": 20 | ||
1347 | }, | 1394 | }, |
1348 | "prefer-stable": false, | 1395 | "prefer-stable": false, |
1349 | "prefer-lowest": false, | 1396 | "prefer-lowest": false, |