|
|
|
@ -780,35 +780,58 @@ |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/filesystem", |
|
|
|
|
"version": "v2.6.3", |
|
|
|
|
"version_normalized": "2.6.3.0", |
|
|
|
|
"target-dir": "Symfony/Component/Filesystem", |
|
|
|
|
"name": "monolog/monolog", |
|
|
|
|
"version": "1.12.0", |
|
|
|
|
"version_normalized": "1.12.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Filesystem.git", |
|
|
|
|
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7" |
|
|
|
|
"url": "https://github.com/Seldaek/monolog.git", |
|
|
|
|
"reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7", |
|
|
|
|
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7", |
|
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f", |
|
|
|
|
"reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
"php": ">=5.3.0", |
|
|
|
|
"psr/log": "~1.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2015-01-03 21:13:09", |
|
|
|
|
"provide": { |
|
|
|
|
"psr/log-implementation": "1.0.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"aws/aws-sdk-php": "~2.4, >2.4.8", |
|
|
|
|
"doctrine/couchdb": "~1.0@dev", |
|
|
|
|
"graylog2/gelf-php": "~1.0", |
|
|
|
|
"phpunit/phpunit": "~4.0", |
|
|
|
|
"raven/raven": "~0.5", |
|
|
|
|
"ruflin/elastica": "0.90.*", |
|
|
|
|
"videlalvaro/php-amqplib": "~2.4" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
|
|
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
|
|
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
|
|
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server", |
|
|
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
|
|
|
"raven/raven": "Allow sending log messages to a Sentry server", |
|
|
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar", |
|
|
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
|
|
|
|
"videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
|
|
|
|
}, |
|
|
|
|
"time": "2014-12-29 21:29:35", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
"dev-master": "1.12.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Symfony\\Component\\Filesystem\\": "" |
|
|
|
|
"psr-4": { |
|
|
|
|
"Monolog\\": "src/Monolog" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
@ -817,106 +840,89 @@ |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
"name": "Jordi Boggiano", |
|
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
|
"homepage": "http://seld.be" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Filesystem Component", |
|
|
|
|
"homepage": "http://symfony.com" |
|
|
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
|
|
|
|
"homepage": "http://github.com/Seldaek/monolog", |
|
|
|
|
"keywords": [ |
|
|
|
|
"log", |
|
|
|
|
"logging", |
|
|
|
|
"psr-3" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/console", |
|
|
|
|
"version": "v2.6.3", |
|
|
|
|
"version_normalized": "2.6.3.0", |
|
|
|
|
"target-dir": "Symfony/Component/Console", |
|
|
|
|
"name": "ezyang/htmlpurifier", |
|
|
|
|
"version": "v4.6.0", |
|
|
|
|
"version_normalized": "4.6.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Console.git", |
|
|
|
|
"reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476" |
|
|
|
|
"url": "https://github.com/ezyang/htmlpurifier.git", |
|
|
|
|
"reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476", |
|
|
|
|
"reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476", |
|
|
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", |
|
|
|
|
"reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"psr/log": "~1.0", |
|
|
|
|
"symfony/event-dispatcher": "~2.1", |
|
|
|
|
"symfony/process": "~2.1" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"psr/log": "For using the console logger", |
|
|
|
|
"symfony/event-dispatcher": "", |
|
|
|
|
"symfony/process": "" |
|
|
|
|
"php": ">=5.2" |
|
|
|
|
}, |
|
|
|
|
"time": "2015-01-06 17:50:02", |
|
|
|
|
"time": "2013-11-30 08:25:19", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Symfony\\Component\\Console\\": "" |
|
|
|
|
} |
|
|
|
|
"HTMLPurifier": "library/" |
|
|
|
|
}, |
|
|
|
|
"files": [ |
|
|
|
|
"library/HTMLPurifier.composer.php" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
"LGPL" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
"name": "Edward Z. Yang", |
|
|
|
|
"email": "admin@htmlpurifier.org", |
|
|
|
|
"homepage": "http://ezyang.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Console Component", |
|
|
|
|
"homepage": "http://symfony.com" |
|
|
|
|
"description": "Standards compliant HTML filter written in PHP", |
|
|
|
|
"homepage": "http://htmlpurifier.org/", |
|
|
|
|
"keywords": [ |
|
|
|
|
"html" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/yaml", |
|
|
|
|
"version": "v2.6.3", |
|
|
|
|
"version_normalized": "2.6.3.0", |
|
|
|
|
"target-dir": "Symfony/Component/Yaml", |
|
|
|
|
"name": "aferrandini/phpqrcode", |
|
|
|
|
"version": "1.0.1", |
|
|
|
|
"version_normalized": "1.0.1.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Yaml.git", |
|
|
|
|
"reference": "82462a90848a52c2533aa6b598b107d68076b018" |
|
|
|
|
"url": "https://github.com/aferrandini/PHPQRCode.git", |
|
|
|
|
"reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", |
|
|
|
|
"reference": "82462a90848a52c2533aa6b598b107d68076b018", |
|
|
|
|
"url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", |
|
|
|
|
"reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
"php": ">=5.3.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2015-01-03 15:33:07", |
|
|
|
|
"time": "2013-07-08 09:39:08", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Symfony\\Component\\Yaml\\": "" |
|
|
|
|
"PHPQRCode": "lib/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
@ -925,70 +931,50 @@ |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
"name": "Ariel Ferrandini", |
|
|
|
|
"email": "arielferrandini@gmail.com", |
|
|
|
|
"homepage": "http://www.ferrandini.com/", |
|
|
|
|
"role": "Developer" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Yaml Component", |
|
|
|
|
"homepage": "http://symfony.com" |
|
|
|
|
"description": "PHPQRCode porting and changed for PHP 5.3 compatibility", |
|
|
|
|
"homepage": "https://github.com/aferrandini/PHPQRCode", |
|
|
|
|
"keywords": [ |
|
|
|
|
"barcode", |
|
|
|
|
"php", |
|
|
|
|
"qrcode" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "monolog/monolog", |
|
|
|
|
"version": "1.12.0", |
|
|
|
|
"version_normalized": "1.12.0.0", |
|
|
|
|
"name": "symfony/filesystem", |
|
|
|
|
"version": "v2.6.4", |
|
|
|
|
"version_normalized": "2.6.4.0", |
|
|
|
|
"target-dir": "Symfony/Component/Filesystem", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/Seldaek/monolog.git", |
|
|
|
|
"reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f" |
|
|
|
|
"url": "https://github.com/symfony/Filesystem.git", |
|
|
|
|
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f", |
|
|
|
|
"reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7", |
|
|
|
|
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0", |
|
|
|
|
"psr/log": "~1.0" |
|
|
|
|
}, |
|
|
|
|
"provide": { |
|
|
|
|
"psr/log-implementation": "1.0.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"aws/aws-sdk-php": "~2.4, >2.4.8", |
|
|
|
|
"doctrine/couchdb": "~1.0@dev", |
|
|
|
|
"graylog2/gelf-php": "~1.0", |
|
|
|
|
"phpunit/phpunit": "~4.0", |
|
|
|
|
"raven/raven": "~0.5", |
|
|
|
|
"ruflin/elastica": "0.90.*", |
|
|
|
|
"videlalvaro/php-amqplib": "~2.4" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
|
|
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
|
|
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
|
|
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server", |
|
|
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
|
|
|
"raven/raven": "Allow sending log messages to a Sentry server", |
|
|
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar", |
|
|
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
|
|
|
|
"videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"time": "2014-12-29 21:29:35", |
|
|
|
|
"time": "2015-01-03 21:13:09", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.12.x-dev" |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Monolog\\": "src/Monolog" |
|
|
|
|
"psr-0": { |
|
|
|
|
"Symfony\\Component\\Filesystem\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
@ -997,39 +983,47 @@ |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Jordi Boggiano", |
|
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
|
"homepage": "http://seld.be" |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
|
|
|
|
"homepage": "http://github.com/Seldaek/monolog", |
|
|
|
|
"keywords": [ |
|
|
|
|
"log", |
|
|
|
|
"logging", |
|
|
|
|
"psr-3" |
|
|
|
|
] |
|
|
|
|
"description": "Symfony Filesystem Component", |
|
|
|
|
"homepage": "http://symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/process", |
|
|
|
|
"version": "v2.6.3", |
|
|
|
|
"version_normalized": "2.6.3.0", |
|
|
|
|
"target-dir": "Symfony/Component/Process", |
|
|
|
|
"name": "symfony/console", |
|
|
|
|
"version": "v2.6.4", |
|
|
|
|
"version_normalized": "2.6.4.0", |
|
|
|
|
"target-dir": "Symfony/Component/Console", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Process.git", |
|
|
|
|
"reference": "319794f611bd8bdefbac72beb3f05e847f8ebc92" |
|
|
|
|
"url": "https://github.com/symfony/Console.git", |
|
|
|
|
"reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/319794f611bd8bdefbac72beb3f05e847f8ebc92", |
|
|
|
|
"reference": "319794f611bd8bdefbac72beb3f05e847f8ebc92", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34", |
|
|
|
|
"reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"time": "2015-01-06 22:47:52", |
|
|
|
|
"require-dev": { |
|
|
|
|
"psr/log": "~1.0", |
|
|
|
|
"symfony/event-dispatcher": "~2.1", |
|
|
|
|
"symfony/process": "~2.1" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"psr/log": "For using the console logger", |
|
|
|
|
"symfony/event-dispatcher": "", |
|
|
|
|
"symfony/process": "" |
|
|
|
|
}, |
|
|
|
|
"time": "2015-01-25 04:39:26", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
@ -1039,7 +1033,7 @@ |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Symfony\\Component\\Process\\": "" |
|
|
|
|
"Symfony\\Component\\Console\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
@ -1056,79 +1050,88 @@ |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Process Component", |
|
|
|
|
"description": "Symfony Console Component", |
|
|
|
|
"homepage": "http://symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "ezyang/htmlpurifier", |
|
|
|
|
"version": "v4.6.0", |
|
|
|
|
"version_normalized": "4.6.0.0", |
|
|
|
|
"name": "symfony/yaml", |
|
|
|
|
"version": "v2.6.4", |
|
|
|
|
"version_normalized": "2.6.4.0", |
|
|
|
|
"target-dir": "Symfony/Component/Yaml", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/ezyang/htmlpurifier.git", |
|
|
|
|
"reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" |
|
|
|
|
"url": "https://github.com/symfony/Yaml.git", |
|
|
|
|
"reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", |
|
|
|
|
"reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8", |
|
|
|
|
"reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.2" |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-11-30 08:25:19", |
|
|
|
|
"time": "2015-01-25 04:39:26", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"HTMLPurifier": "library/" |
|
|
|
|
}, |
|
|
|
|
"files": [ |
|
|
|
|
"library/HTMLPurifier.composer.php" |
|
|
|
|
] |
|
|
|
|
"Symfony\\Component\\Yaml\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"LGPL" |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Edward Z. Yang", |
|
|
|
|
"email": "admin@htmlpurifier.org", |
|
|
|
|
"homepage": "http://ezyang.com" |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Standards compliant HTML filter written in PHP", |
|
|
|
|
"homepage": "http://htmlpurifier.org/", |
|
|
|
|
"keywords": [ |
|
|
|
|
"html" |
|
|
|
|
] |
|
|
|
|
"description": "Symfony Yaml Component", |
|
|
|
|
"homepage": "http://symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "aferrandini/phpqrcode", |
|
|
|
|
"version": "1.0.1", |
|
|
|
|
"version_normalized": "1.0.1.0", |
|
|
|
|
"name": "symfony/process", |
|
|
|
|
"version": "v2.6.4", |
|
|
|
|
"version_normalized": "2.6.4.0", |
|
|
|
|
"target-dir": "Symfony/Component/Process", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/aferrandini/PHPQRCode.git", |
|
|
|
|
"reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46" |
|
|
|
|
"url": "https://github.com/symfony/Process.git", |
|
|
|
|
"reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", |
|
|
|
|
"reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/ecfc23e89d9967999fa5f60a1e9af7384396e9ae", |
|
|
|
|
"reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0" |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-07-08 09:39:08", |
|
|
|
|
"time": "2015-01-25 04:39:26", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"PHPQRCode": "lib/" |
|
|
|
|
"Symfony\\Component\\Process\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
@ -1137,18 +1140,15 @@ |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Ariel Ferrandini", |
|
|
|
|
"email": "arielferrandini@gmail.com", |
|
|
|
|
"homepage": "http://www.ferrandini.com/", |
|
|
|
|
"role": "Developer" |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "PHPQRCode porting and changed for PHP 5.3 compatibility", |
|
|
|
|
"homepage": "https://github.com/aferrandini/PHPQRCode", |
|
|
|
|
"keywords": [ |
|
|
|
|
"barcode", |
|
|
|
|
"php", |
|
|
|
|
"qrcode" |
|
|
|
|
] |
|
|
|
|
"description": "Symfony Process Component", |
|
|
|
|
"homepage": "http://symfony.com" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|