diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 61 |
1 files changed, 58 insertions, 3 deletions
diff --git a/composer.lock b/composer.lock index 15453387..d5dce6ab 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": "eb0ceaf553732641132346a79d959961", | 7 | "hash": "bc1406a8a4ef54f0927a48c0b7f5eeb1", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "ezyang/htmlpurifier", | 10 | "name": "ezyang/htmlpurifier", |
@@ -406,6 +406,60 @@ | |||
406 | "time": "2014-12-23 06:06:14" | 406 | "time": "2014-12-23 06:06:14" |
407 | }, | 407 | }, |
408 | { | 408 | { |
409 | "name": "simplepie/simplepie", | ||
410 | "version": "dev-master", | ||
411 | "source": { | ||
412 | "type": "git", | ||
413 | "url": "https://github.com/simplepie/simplepie.git", | ||
414 | "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252" | ||
415 | }, | ||
416 | "dist": { | ||
417 | "type": "zip", | ||
418 | "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9a9faaa0d563426cf6d897c169373c5b62f1b252", | ||
419 | "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252", | ||
420 | "shasum": "" | ||
421 | }, | ||
422 | "require": { | ||
423 | "php": ">=5.2.0" | ||
424 | }, | ||
425 | "type": "library", | ||
426 | "autoload": { | ||
427 | "psr-0": { | ||
428 | "SimplePie": "library" | ||
429 | } | ||
430 | }, | ||
431 | "notification-url": "https://packagist.org/downloads/", | ||
432 | "license": [ | ||
433 | "BSD-3-Clause" | ||
434 | ], | ||
435 | "authors": [ | ||
436 | { | ||
437 | "name": "Ryan Parman", | ||
438 | "homepage": "http://ryanparman.com/", | ||
439 | "role": "Creator, alumnus developer" | ||
440 | }, | ||
441 | { | ||
442 | "name": "Geoffrey Sneddon", | ||
443 | "homepage": "http://gsnedders.com/", | ||
444 | "role": "Alumnus developer" | ||
445 | }, | ||
446 | { | ||
447 | "name": "Ryan McCue", | ||
448 | "email": "me@ryanmccue.info", | ||
449 | "homepage": "http://ryanmccue.info/", | ||
450 | "role": "Developer" | ||
451 | } | ||
452 | ], | ||
453 | "description": "A simple Atom/RSS parsing library for PHP", | ||
454 | "homepage": "http://simplepie.org/", | ||
455 | "keywords": [ | ||
456 | "atom", | ||
457 | "feeds", | ||
458 | "rss" | ||
459 | ], | ||
460 | "time": "2014-04-28 12:50:39" | ||
461 | }, | ||
462 | { | ||
409 | "name": "symfony/browser-kit", | 463 | "name": "symfony/browser-kit", |
410 | "version": "v2.6.3", | 464 | "version": "v2.6.3", |
411 | "target-dir": "Symfony/Component/BrowserKit", | 465 | "target-dir": "Symfony/Component/BrowserKit", |
@@ -2289,13 +2343,14 @@ | |||
2289 | "fabpot/goutte": 20, | 2343 | "fabpot/goutte": 20, |
2290 | "ezyang/htmlpurifier": 20, | 2344 | "ezyang/htmlpurifier": 20, |
2291 | "mgargano/simplehtmldom": 20, | 2345 | "mgargano/simplehtmldom": 20, |
2346 | "tecnick.com/tcpdf": 20, | ||
2347 | "simplepie/simplepie": 20, | ||
2292 | "wallabag/php-flash-messages": 20, | 2348 | "wallabag/php-flash-messages": 20, |
2293 | "wallabag/kriss_php5": 20, | 2349 | "wallabag/kriss_php5": 20, |
2294 | "wallabag/pagination": 20, | 2350 | "wallabag/pagination": 20, |
2295 | "wallabag/phpepub": 20, | 2351 | "wallabag/phpepub": 20, |
2296 | "wallabag/php-readability": 20, | 2352 | "wallabag/php-readability": 20, |
2297 | "wallabag/phpmobi": 20, | 2353 | "wallabag/phpmobi": 20 |
2298 | "tecnick.com/tcpdf": 20 | ||
2299 | }, | 2354 | }, |
2300 | "prefer-stable": false, | 2355 | "prefer-stable": false, |
2301 | "prefer-lowest": false, | 2356 | "prefer-lowest": false, |