mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-15 09:57:41 +01:00
1400 lines
49 KiB
JSON
1400 lines
49 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"hash": "f5e69c21a929d0997c771526484a9d7e",
|
|
"packages": [
|
|
{
|
|
"name": "ezyang/htmlpurifier",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
|
"reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
|
|
"reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HTMLPurifier": "library/"
|
|
},
|
|
"files": [
|
|
"library/HTMLPurifier.composer.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Edward Z. Yang",
|
|
"email": "admin@htmlpurifier.org",
|
|
"homepage": "http://ezyang.com"
|
|
}
|
|
],
|
|
"description": "Standards compliant HTML filter written in PHP",
|
|
"homepage": "http://htmlpurifier.org/",
|
|
"keywords": [
|
|
"html"
|
|
],
|
|
"time": "2014-12-09 02:30:54"
|
|
},
|
|
{
|
|
"name": "fabpot/goutte",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FriendsOfPHP/Goutte.git",
|
|
"reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/65ab61eae03d670b93a9044ad2328eb81aa1bde5",
|
|
"reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": ">=4,<6",
|
|
"php": ">=5.4.0",
|
|
"symfony/browser-kit": "~2.1",
|
|
"symfony/css-selector": "~2.1",
|
|
"symfony/dom-crawler": "~2.1"
|
|
},
|
|
"type": "application",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Goutte\\": "Goutte"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "A simple PHP Web Scraper",
|
|
"homepage": "https://github.com/FriendsOfPHP/Goutte",
|
|
"keywords": [
|
|
"scraper"
|
|
],
|
|
"time": "2014-11-28 09:48:17"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f1085bb4e023766a66b7b051914ec73bdf7202b5",
|
|
"reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/ringphp": "~1.0",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "~4.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"time": "2014-12-19 20:27:15"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/ringphp",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/RingPHP.git",
|
|
"reference": "a903f51b692427318bc813217c0e6505287e79a4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4",
|
|
"reference": "a903f51b692427318bc813217c0e6505287e79a4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/streams": "~3.0",
|
|
"php": ">=5.4.0",
|
|
"react/promise": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Guzzle will use specific adapters if cURL is present"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Ring\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"time": "2014-12-11 05:50:32"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/streams",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/streams.git",
|
|
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
|
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Stream\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Provides a simple abstraction over streams of data",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"stream"
|
|
],
|
|
"time": "2014-10-12 19:18:40"
|
|
},
|
|
{
|
|
"name": "mgargano/simplehtmldom",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matstars/simplehtmldom.git",
|
|
"reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
|
|
"reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SimpleHtmlDom": "src/"
|
|
},
|
|
"files": [
|
|
"src/simple_html_dom.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"The MIT License"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "S.C. Chen",
|
|
"email": "me578022@gmail.com",
|
|
"homepage": "http://simplehtmldom.sourceforge.net/",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
|
|
"homepage": "http://simplehtmldom.sourceforge.net/",
|
|
"keywords": [
|
|
"Simple",
|
|
"dom",
|
|
"html"
|
|
],
|
|
"time": "2014-01-05 18:17:34"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
|
|
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@googlemail.com"
|
|
}
|
|
],
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
"time": "2014-12-30 13:32:42"
|
|
},
|
|
{
|
|
"name": "symfony/browser-kit",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/BrowserKit",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/BrowserKit.git",
|
|
"reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
|
|
"reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/dom-crawler": "~2.0,>=2.0.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~2.0,>=2.0.5",
|
|
"symfony/process": "~2.0,>=2.0.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony BrowserKit Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-03 08:01:59"
|
|
},
|
|
{
|
|
"name": "symfony/css-selector",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/CssSelector",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/CssSelector.git",
|
|
"reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
|
|
"reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Jean-François Simon",
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony CssSelector Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-03 08:01:59"
|
|
},
|
|
{
|
|
"name": "symfony/dom-crawler",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/DomCrawler",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DomCrawler.git",
|
|
"reference": "26a9eb302decd828990e1015afaa11b78b016073"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/26a9eb302decd828990e1015afaa11b78b016073",
|
|
"reference": "26a9eb302decd828990e1015afaa11b78b016073",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~2.3"
|
|
},
|
|
"suggest": {
|
|
"symfony/css-selector": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony DomCrawler Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-03 08:01:59"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
"reference": "40ff70cadea3785d83cac1c8309514b36113064e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e",
|
|
"reference": "40ff70cadea3785d83cac1c8309514b36113064e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.0,>=2.0.5",
|
|
"symfony/dependency-injection": "~2.6",
|
|
"symfony/expression-language": "~2.6",
|
|
"symfony/stopwatch": "~2.3"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-05 14:28:40"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/Filesystem",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Filesystem.git",
|
|
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
|
|
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Filesystem Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-03 21:13:09"
|
|
},
|
|
{
|
|
"name": "symfony/form",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/Form",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Form.git",
|
|
"reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Form/zipball/bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
|
|
"reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": "~2.1",
|
|
"symfony/intl": "~2.3",
|
|
"symfony/options-resolver": "~2.6",
|
|
"symfony/property-access": "~2.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/collections": "~1.0",
|
|
"symfony/http-foundation": "~2.2",
|
|
"symfony/http-kernel": "~2.4",
|
|
"symfony/security-csrf": "~2.4",
|
|
"symfony/translation": "~2.0,>=2.0.5",
|
|
"symfony/validator": "~2.6"
|
|
},
|
|
"suggest": {
|
|
"symfony/framework-bundle": "For templating with PHP.",
|
|
"symfony/security-csrf": "For protecting forms against CSRF attacks.",
|
|
"symfony/twig-bridge": "For templating with Twig.",
|
|
"symfony/validator": "For form validation."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Form\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Form Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-07 14:31:37"
|
|
},
|
|
{
|
|
"name": "symfony/intl",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/Intl",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Intl.git",
|
|
"reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Intl/zipball/5e7494e1e6aed4309f43121b3141d6e0273dcaee",
|
|
"reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/filesystem": ">=2.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "to use the component with locales other than \"en\""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Intl\\": ""
|
|
},
|
|
"classmap": [
|
|
"Symfony/Component/Intl/Resources/stubs"
|
|
],
|
|
"files": [
|
|
"Symfony/Component/Intl/Resources/stubs/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
},
|
|
{
|
|
"name": "Eriksen Costa",
|
|
"email": "eriksen.costa@infranology.com.br"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch"
|
|
}
|
|
],
|
|
"description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"i18n",
|
|
"icu",
|
|
"internationalization",
|
|
"intl",
|
|
"l10n",
|
|
"localization"
|
|
],
|
|
"time": "2015-01-03 08:01:59"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/OptionsResolver",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/OptionsResolver.git",
|
|
"reference": "23aed23820c9c2273c405b43deee3de6c0668acd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/23aed23820c9c2273c405b43deee3de6c0668acd",
|
|
"reference": "23aed23820c9c2273c405b43deee3de6c0668acd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony OptionsResolver Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"time": "2015-01-05 17:41:06"
|
|
},
|
|
{
|
|
"name": "symfony/property-access",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/PropertyAccess",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/PropertyAccess.git",
|
|
"reference": "b5055bdf4365638065d2a268e213a57b771d2f74"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/b5055bdf4365638065d2a268e213a57b771d2f74",
|
|
"reference": "b5055bdf4365638065d2a268e213a57b771d2f74",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony PropertyAccess Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"access",
|
|
"array",
|
|
"extraction",
|
|
"index",
|
|
"injection",
|
|
"object",
|
|
"property",
|
|
"property path",
|
|
"reflection"
|
|
],
|
|
"time": "2015-01-03 15:33:07"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
"reference": "28382c6806780ddc657c136a5ca4415dd3252f41"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/28382c6806780ddc657c136a5ca4415dd3252f41",
|
|
"reference": "28382c6806780ddc657c136a5ca4415dd3252f41",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.0",
|
|
"doctrine/common": "~2.2",
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.2",
|
|
"symfony/expression-language": "~2.4",
|
|
"symfony/http-foundation": "~2.3",
|
|
"symfony/yaml": "~2.0,>=2.0.5"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "For using the annotation loader",
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
|
"symfony/expression-language": "For using expression matching",
|
|
"symfony/yaml": "For using the YAML loader"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Routing Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"router",
|
|
"routing",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"time": "2015-01-05 14:28:40"
|
|
},
|
|
{
|
|
"name": "symfony/security-core",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/Security/Core",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/security-core.git",
|
|
"reference": "db8c6964f9d69496b9ef21788c4afc4306113242"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/security-core/zipball/db8c6964f9d69496b9ef21788c4afc4306113242",
|
|
"reference": "db8c6964f9d69496b9ef21788c4afc4306113242",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"ircmaxell/password-compat": "1.0.*",
|
|
"psr/log": "~1.0",
|
|
"symfony/event-dispatcher": "~2.1",
|
|
"symfony/expression-language": "~2.6",
|
|
"symfony/http-foundation": "~2.4",
|
|
"symfony/translation": "~2.0,>=2.0.5",
|
|
"symfony/validator": "~2.5,>=2.5.5"
|
|
},
|
|
"suggest": {
|
|
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/expression-language": "For using the expression voter",
|
|
"symfony/http-foundation": "",
|
|
"symfony/validator": "For using the user password constraint"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Security\\Core\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Security Component - Core Library",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-05 20:59:13"
|
|
},
|
|
{
|
|
"name": "symfony/security-csrf",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/Security/Csrf",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/security-csrf.git",
|
|
"reference": "c532081e1c9295b69dac2e3faea87112543504fc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/c532081e1c9295b69dac2e3faea87112543504fc",
|
|
"reference": "c532081e1c9295b69dac2e3faea87112543504fc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/security-core": "~2.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-foundation": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-foundation": "For using the class SessionTokenStorage."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Security\\Csrf\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Security Component - CSRF Library",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-03 08:01:59"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Component/Translation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
"reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39",
|
|
"reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.3,>=2.3.12",
|
|
"symfony/intl": "~2.3",
|
|
"symfony/yaml": "~2.2"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "To use logging capability in translator",
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Translation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-03 15:33:07"
|
|
},
|
|
{
|
|
"name": "symfony/twig-bridge",
|
|
"version": "v2.6.3",
|
|
"target-dir": "Symfony/Bridge/Twig",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/TwigBridge.git",
|
|
"reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/TwigBridge/zipball/72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
|
|
"reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/security-csrf": "~2.4",
|
|
"twig/twig": "~1.13,>=1.13.1"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~2.4",
|
|
"symfony/expression-language": "~2.4",
|
|
"symfony/finder": "~2.3",
|
|
"symfony/form": "~2.6",
|
|
"symfony/http-kernel": "~2.3",
|
|
"symfony/intl": "~2.3",
|
|
"symfony/routing": "~2.2",
|
|
"symfony/security": "~2.4",
|
|
"symfony/stopwatch": "~2.2",
|
|
"symfony/templating": "~2.1",
|
|
"symfony/translation": "~2.2",
|
|
"symfony/var-dumper": "~2.6",
|
|
"symfony/yaml": "~2.0,>=2.0.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/expression-language": "For using the ExpressionExtension",
|
|
"symfony/finder": "",
|
|
"symfony/form": "For using the FormExtension",
|
|
"symfony/http-kernel": "For using the HttpKernelExtension",
|
|
"symfony/routing": "For using the RoutingExtension",
|
|
"symfony/security": "For using the SecurityExtension",
|
|
"symfony/stopwatch": "For using the StopwatchExtension",
|
|
"symfony/templating": "For using the TwigEngine",
|
|
"symfony/translation": "For using the TranslationExtension",
|
|
"symfony/var-dumper": "For using the DumpExtension",
|
|
"symfony/yaml": "For using the YamlExtension"
|
|
},
|
|
"type": "symfony-bridge",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bridge\\Twig\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Twig Bridge",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2015-01-05 14:28:40"
|
|
},
|
|
{
|
|
"name": "twig/extensions",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig-extensions.git",
|
|
"reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
|
|
"reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"twig/twig": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_Extensions_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Common additional features for Twig that do not directly belong in core",
|
|
"homepage": "https://github.com/fabpot/Twig-extensions",
|
|
"keywords": [
|
|
"debug",
|
|
"i18n",
|
|
"text"
|
|
],
|
|
"time": "2013-10-18 19:37:15"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
|
|
"reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.17-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
|
"role": "Contributors"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2015-01-14 10:15:49"
|
|
},
|
|
{
|
|
"name": "umpirsky/twig-gettext-extractor",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
|
|
"reference": "1.1.3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3",
|
|
"reference": "1.1.3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/filesystem": ">=2.0,<3.0",
|
|
"symfony/form": ">=2.0,<3.0",
|
|
"symfony/routing": ">=2.0,<3.0",
|
|
"symfony/translation": ">=2.0,<3.0",
|
|
"symfony/twig-bridge": ">=2.0,<3.0",
|
|
"twig/extensions": "1.0.*",
|
|
"twig/twig": ">=1.2.0,<2.0-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "2.1.*"
|
|
},
|
|
"bin": [
|
|
"twig-gettext-extractor"
|
|
],
|
|
"type": "application",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig\\Gettext": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Саша Стаменковић",
|
|
"email": "umpirsky@gmail.com",
|
|
"homepage": "http://umpirsky.com"
|
|
}
|
|
],
|
|
"description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
|
|
"time": "2013-02-14 16:41:48"
|
|
},
|
|
{
|
|
"name": "wallabag/php-flash-messages",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wallabag/PHP-Flash-Messages.git",
|
|
"reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
|
|
"reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"class.messages.php"
|
|
]
|
|
},
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Lœuillet",
|
|
"email": "nicolas@loeuillet.org",
|
|
"homepage": "http://www.cdetc.fr"
|
|
}
|
|
],
|
|
"description": "Session-based Flash Messages class for PHP",
|
|
"homepage": "https://github.com/wallabag/PHP-Flash-Messages",
|
|
"keywords": [
|
|
"flash",
|
|
"messages",
|
|
"php-flash-messages",
|
|
"sessions"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
|
|
},
|
|
"time": "2015-01-18 19:51:55"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"fabpot/goutte": 20,
|
|
"ezyang/htmlpurifier": 20,
|
|
"mgargano/simplehtmldom": 20,
|
|
"wallabag/php-flash-messages": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|