2014-12-22 19:15:38 +01:00
[
2015-04-21 17:56:16 +02:00
{
"name" : "christian-riesen/base32" ,
"version" : "1.2.1" ,
"version_normalized" : "1.2.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/ChristianRiesen/base32.git" ,
"reference" : "6943e7b010ab224139fd4248ccf84865aa7b0f91"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/ChristianRiesen/base32/zipball/6943e7b010ab224139fd4248ccf84865aa7b0f91" ,
"reference" : "6943e7b010ab224139fd4248ccf84865aa7b0f91" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "4.*" ,
"satooshi/php-coveralls" : "0.*"
} ,
"time" : "2015-02-12 09:08:33" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Base32\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Christian Riesen" ,
"email" : "chris.riesen@gmail.com" ,
"homepage" : "http://christianriesen.com" ,
"role" : "Developer"
}
] ,
"description" : "Base32 encoder/decoder according to RFC 4648" ,
"homepage" : "https://github.com/ChristianRiesen/base32" ,
"keywords" : [
"base32" ,
"decode" ,
"encode" ,
"rfc4648"
]
} ,
{
"name" : "christian-riesen/otp" ,
"version" : "1.4" ,
"version_normalized" : "1.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/ChristianRiesen/otp.git" ,
"reference" : "a209b8bbd975d96d6b5287f8658562061adef1f8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/ChristianRiesen/otp/zipball/a209b8bbd975d96d6b5287f8658562061adef1f8" ,
"reference" : "a209b8bbd975d96d6b5287f8658562061adef1f8" ,
"shasum" : ""
} ,
"require" : {
"christian-riesen/base32" : ">=1.0" ,
"php" : ">=5.3.0"
} ,
"time" : "2015-02-12 09:11:49" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Otp" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Christian Riesen" ,
"email" : "chris.riesen@gmail.com" ,
"homepage" : "http://christianriesen.com" ,
"role" : "Developer"
}
] ,
"description" : "One Time Passwords, hotp and totp according to RFC4226 and RFC6238" ,
"homepage" : "https://github.com/ChristianRiesen/otp" ,
"keywords" : [
"googleauthenticator" ,
"hotp" ,
"otp" ,
"rfc4226" ,
"rfc6238" ,
"totp"
]
} ,
2015-08-16 17:04:56 +02:00
{
"name" : "eluceo/ical" ,
2015-09-08 22:16:28 +02:00
"version" : "0.8.0" ,
"version_normalized" : "0.8.0.0" ,
2015-08-16 17:04:56 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/markuspoerschke/iCal.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "a291711851d1538e2726ffe95862aa5e340ddb9a"
2015-08-16 17:04:56 +02:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/markuspoerschke/iCal/zipball/a291711851d1538e2726ffe95862aa5e340ddb9a" ,
"reference" : "a291711851d1538e2726ffe95862aa5e340ddb9a" ,
2015-08-16 17:04:56 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "~4.3"
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-07-12 18:19:30" ,
2015-08-16 17:04:56 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Eluceo\\iCal" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Maciej Łebkowski" ,
"email" : "m.lebkowski@gmail.com" ,
"role" : "Contributor"
} ,
{
"name" : "Markus Poerschke" ,
"email" : "markus@eluceo.de" ,
"role" : "Developer"
}
] ,
"description" : "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 2445 as best as possible." ,
"homepage" : "https://github.com/markuspoerschke/iCal" ,
"keywords" : [
"calendar" ,
"iCalendar" ,
"ical" ,
"ics" ,
"php calendar"
]
} ,
2014-12-22 19:15:38 +01:00
{
"name" : "erusev/parsedown" ,
2015-09-08 22:16:28 +02:00
"version" : "1.5.4" ,
"version_normalized" : "1.5.4.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/erusev/parsedown.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "0e89e3714bda18973184d30646306bb0a482bd96"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/erusev/parsedown/zipball/0e89e3714bda18973184d30646306bb0a482bd96" ,
"reference" : "0e89e3714bda18973184d30646306bb0a482bd96" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-08-03 09:24:05" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Parsedown" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Emanuil Rusev" ,
"email" : "hello@erusev.com" ,
"homepage" : "http://erusev.com"
}
] ,
"description" : "Parser for Markdown." ,
"homepage" : "http://parsedown.org" ,
"keywords" : [
"markdown" ,
"parser"
]
} ,
{
2015-08-16 17:04:56 +02:00
"name" : "psr/log" ,
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
2015-08-16 17:04:56 +02:00
"url" : "https://github.com/php-fig/log.git" ,
"reference" : "fe0936ee26643249e916849d48e3a51d5f5e278b"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-08-16 17:04:56 +02:00
"url" : "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b" ,
"reference" : "fe0936ee26643249e916849d48e3a51d5f5e278b" ,
"shasum" : ""
} ,
"time" : "2012-12-21 11:40:51" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Psr\\Log\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for logging libraries" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
]
} ,
{
"name" : "fabiang/xmpp" ,
"version" : "0.6.1" ,
"version_normalized" : "0.6.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/fabiang/xmpp.git" ,
"reference" : "47fdbe4a60ef0e726c4aaf39d6eb57afd42915c8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/fabiang/xmpp/zipball/47fdbe4a60ef0e726c4aaf39d6eb57afd42915c8" ,
"reference" : "47fdbe4a60ef0e726c4aaf39d6eb57afd42915c8" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
"require" : {
2015-08-16 17:04:56 +02:00
"php" : ">=5.3.3" ,
"psr/log" : "~1.0"
2014-12-22 19:15:38 +01:00
} ,
2015-08-16 17:04:56 +02:00
"require-dev" : {
"behat/behat" : "~2.5" ,
"monolog/monolog" : "~1.11" ,
"phpunit/phpunit" : "~4.3" ,
"satooshi/php-coveralls" : "~0.6"
} ,
"suggest" : {
"psr/log-implementation" : "Allows more advanced logging of the xmpp connection"
} ,
"time" : "2014-11-20 08:59:24" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
2015-08-16 17:04:56 +02:00
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
2014-12-22 19:15:38 +01:00
"installation-source" : "dist" ,
"autoload" : {
2015-08-16 17:04:56 +02:00
"psr-4" : {
"Fabiang\\Xmpp\\" : "src/"
2014-12-22 19:15:38 +01:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2015-08-16 17:04:56 +02:00
"BSD-2-Clause"
2014-12-22 19:15:38 +01:00
] ,
"authors" : [
{
2015-08-16 17:04:56 +02:00
"name" : "Fabian Grutschus" ,
"email" : "f.grutschus@lubyte.de" ,
"homepage" : "http://www.lubyte.de/" ,
"role" : "developer"
2014-12-22 19:15:38 +01:00
}
] ,
2015-08-16 17:04:56 +02:00
"description" : "Library for XMPP protocol (Jabber) connections" ,
"homepage" : "https://github.com/fabiang/xmpp" ,
"keywords" : [
"jabber" ,
"xmpp"
]
2014-12-22 19:15:38 +01:00
} ,
{
2015-08-16 17:04:56 +02:00
"name" : "fguillot/json-rpc" ,
2015-09-08 22:16:28 +02:00
"version" : "v1.0.1" ,
"version_normalized" : "1.0.1.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
2015-08-16 17:04:56 +02:00
"url" : "https://github.com/fguillot/JsonRPC.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "9a117e964c4c6ad026da7ae1ca155f7686e3deaf"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/fguillot/JsonRPC/zipball/9a117e964c4c6ad026da7ae1ca155f7686e3deaf" ,
"reference" : "9a117e964c4c6ad026da7ae1ca155f7686e3deaf" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
"require" : {
2015-09-08 22:16:28 +02:00
"php" : ">=5.3.4"
2014-12-22 19:15:38 +01:00
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-08-07 22:31:21" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
2015-08-16 17:04:56 +02:00
"JsonRPC" : "src/"
2014-12-22 19:15:38 +01:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2015-08-16 17:04:56 +02:00
"MIT"
2014-12-22 19:15:38 +01:00
] ,
"authors" : [
{
2015-08-16 17:04:56 +02:00
"name" : "Frédéric Guillot"
2014-12-22 19:15:38 +01:00
}
] ,
2015-08-16 17:04:56 +02:00
"description" : "Simple Json-RPC client/server library that just works" ,
"homepage" : "https://github.com/fguillot/JsonRPC"
2014-12-22 19:15:38 +01:00
} ,
{
2015-08-16 17:04:56 +02:00
"name" : "fguillot/picodb" ,
2015-09-08 22:16:28 +02:00
"version" : "v1.0.1" ,
"version_normalized" : "1.0.1.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
2015-08-16 17:04:56 +02:00
"url" : "https://github.com/fguillot/picoDb.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "8a311523d114180e04a1e08ced6766f26d7ebbae"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/fguillot/picoDb/zipball/8a311523d114180e04a1e08ced6766f26d7ebbae" ,
"reference" : "8a311523d114180e04a1e08ced6766f26d7ebbae" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-08-13 01:44:29" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
2015-08-16 17:04:56 +02:00
"PicoDb" : "lib/"
2014-12-22 19:15:38 +01:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Frédéric Guillot" ,
"homepage" : "http://fredericguillot.com"
}
] ,
2015-08-16 17:04:56 +02:00
"description" : "Minimalist database query builder" ,
"homepage" : "https://github.com/fguillot/picoDb"
2014-12-22 19:15:38 +01:00
} ,
2015-01-16 14:23:05 +01:00
{
2015-08-16 17:04:56 +02:00
"name" : "fguillot/simple-validator" ,
2015-09-08 22:16:28 +02:00
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
2015-01-16 14:23:05 +01:00
"source" : {
"type" : "git" ,
2015-08-16 17:04:56 +02:00
"url" : "https://github.com/fguillot/simpleValidator.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "9579993f3dd0f03053b28fec1e7b9990edc3947b"
2015-01-16 14:23:05 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/fguillot/simpleValidator/zipball/9579993f3dd0f03053b28fec1e7b9990edc3947b" ,
"reference" : "9579993f3dd0f03053b28fec1e7b9990edc3947b" ,
2015-01-16 14:23:05 +01:00
"shasum" : ""
} ,
2015-08-16 17:04:56 +02:00
"require" : {
"php" : ">=5.3.0"
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-08-29 00:44:37" ,
2015-01-16 14:23:05 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
2015-08-16 17:04:56 +02:00
"SimpleValidator" : "src/"
2015-01-16 14:23:05 +01:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
2015-08-16 17:04:56 +02:00
"name" : "Frédéric Guillot"
2015-01-16 14:23:05 +01:00
}
] ,
2015-09-08 22:16:28 +02:00
"description" : "Simple validator library" ,
2015-08-16 17:04:56 +02:00
"homepage" : "https://github.com/fguillot/simpleValidator"
2015-01-16 14:23:05 +01:00
} ,
{
"name" : "fguillot/simpleLogger" ,
2015-09-08 22:16:28 +02:00
"version" : "v1.0.0" ,
"version_normalized" : "1.0.0.0" ,
2015-01-16 14:23:05 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/fguillot/simpleLogger.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "f9f46439219749a67cefe0983286d540739ba973"
2015-01-16 14:23:05 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/fguillot/simpleLogger/zipball/f9f46439219749a67cefe0983286d540739ba973" ,
"reference" : "f9f46439219749a67cefe0983286d540739ba973" ,
2015-01-16 14:23:05 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0" ,
"psr/log" : "~1.0"
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-08-29 14:44:37" ,
2015-01-16 14:23:05 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"SimpleLogger" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Frédéric Guillot"
}
] ,
"description" : "PHP library to write logs (compatible with PSR-3)" ,
"homepage" : "https://github.com/fguillot/simpleLogger"
} ,
2015-09-08 22:16:28 +02:00
{
"name" : "gregwar/captcha" ,
"version" : "v1.1" ,
"version_normalized" : "1.1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Gregwar/Captcha.git" ,
"reference" : "9caea9eb001a809ab8734b201ae07ebe4179238d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Gregwar/Captcha/zipball/9caea9eb001a809ab8734b201ae07ebe4179238d" ,
"reference" : "9caea9eb001a809ab8734b201ae07ebe4179238d" ,
"shasum" : ""
} ,
"require" : {
"ext-gd" : "*" ,
"php" : ">=5.3.0"
} ,
"time" : "2015-05-13 06:34:33" ,
"type" : "captcha" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Gregwar\\Captcha\\" : "/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Grégoire Passault" ,
"email" : "g.passault@gmail.com" ,
"homepage" : "http://www.gregwar.com/"
} ,
{
"name" : "Jeremy Livingston" ,
"email" : "jeremy.j.livingston@gmail.com"
}
] ,
"description" : "Captcha generator" ,
"homepage" : "https://github.com/Gregwar/Captcha" ,
"keywords" : [
"bot" ,
"captcha" ,
"spam"
]
} ,
2014-12-22 19:15:38 +01:00
{
2015-08-16 17:04:56 +02:00
"name" : "nickcernis/html-to-markdown" ,
"version" : "2.2.1" ,
"version_normalized" : "2.2.1.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
2015-08-16 17:04:56 +02:00
"url" : "https://github.com/nickcernis/html-to-markdown.git" ,
"reference" : "7263d2ce65011b050fa7ecda0cbe09b23e84271d"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-08-16 17:04:56 +02:00
"url" : "https://api.github.com/repos/nickcernis/html-to-markdown/zipball/7263d2ce65011b050fa7ecda0cbe09b23e84271d" ,
"reference" : "7263d2ce65011b050fa7ecda0cbe09b23e84271d" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
"require" : {
2015-08-16 17:04:56 +02:00
"php" : ">=5.3"
2014-12-22 19:15:38 +01:00
} ,
"require-dev" : {
2015-08-16 17:04:56 +02:00
"php" : ">=5.3.3" ,
"phpunit/phpunit" : "4.*"
2014-12-22 19:15:38 +01:00
} ,
2015-08-16 17:04:56 +02:00
"time" : "2015-02-22 12:59:02" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
2015-08-16 17:04:56 +02:00
"classmap" : [
"HTML_To_Markdown.php"
]
2014-12-22 19:15:38 +01:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
2015-08-16 17:04:56 +02:00
"name" : "Nick Cernis" ,
"email" : "nick@cern.is" ,
"homepage" : "http://modernnerd.net"
2014-12-22 19:15:38 +01:00
}
] ,
2015-08-16 17:04:56 +02:00
"description" : "An HTML-to-markdown conversion helper for PHP" ,
"homepage" : "https://github.com/nickcernis/html-to-markdown" ,
2014-12-22 19:15:38 +01:00
"keywords" : [
2015-08-16 17:04:56 +02:00
"html" ,
"markdown"
2014-12-22 19:15:38 +01:00
]
} ,
{
"name" : "pimple/pimple" ,
2015-09-08 22:16:28 +02:00
"version" : "v3.0.1" ,
"version_normalized" : "3.0.1.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/silexphp/Pimple.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "3313af5935dbc560fab845b76a1ca351b47855af"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/silexphp/Pimple/zipball/3313af5935dbc560fab845b76a1ca351b47855af" ,
"reference" : "3313af5935dbc560fab845b76a1ca351b47855af" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-07-30 09:57:46" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Pimple" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
}
] ,
"description" : "Pimple is a simple Dependency Injection Container for PHP 5.3" ,
"homepage" : "http://pimple.sensiolabs.org" ,
"keywords" : [
"container" ,
"dependency injection"
]
} ,
{
"name" : "swiftmailer/swiftmailer" ,
2015-08-16 17:04:56 +02:00
"version" : "v5.4.1" ,
"version_normalized" : "5.4.1.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/swiftmailer/swiftmailer.git" ,
2015-08-16 17:04:56 +02:00
"reference" : "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-08-16 17:04:56 +02:00
"url" : "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421" ,
"reference" : "0697e6aa65c83edf97bb0f23d8763f94e3f11421" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"require-dev" : {
2015-08-16 17:04:56 +02:00
"mockery/mockery" : "~0.9.1,<0.9.4"
2014-12-22 19:15:38 +01:00
} ,
2015-08-16 17:04:56 +02:00
"time" : "2015-06-06 14:19:39" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2015-04-21 17:56:16 +02:00
"dev-master" : "5.4-dev"
2014-12-22 19:15:38 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"lib/swift_required.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Chris Corbyn"
} ,
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
}
] ,
"description" : "Swiftmailer, free feature-rich PHP mailer" ,
"homepage" : "http://swiftmailer.org" ,
"keywords" : [
2015-08-16 17:04:56 +02:00
"email" ,
2014-12-22 19:15:38 +01:00
"mail" ,
"mailer"
]
} ,
{
"name" : "symfony/console" ,
2015-09-08 22:16:28 +02:00
"version" : "v2.7.3" ,
"version_normalized" : "2.7.3.0" ,
2014-12-22 19:15:38 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/Console.git" ,
2015-09-08 22:16:28 +02:00
"reference" : "d6cf02fe73634c96677e428f840704bfbcaec29e"
2014-12-22 19:15:38 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-09-08 22:16:28 +02:00
"url" : "https://api.github.com/repos/symfony/Console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e" ,
"reference" : "d6cf02fe73634c96677e428f840704bfbcaec29e" ,
2014-12-22 19:15:38 +01:00
"shasum" : ""
} ,
"require" : {
2015-08-16 17:04:56 +02:00
"php" : ">=5.3.9"
2014-12-22 19:15:38 +01:00
} ,
"require-dev" : {
"psr/log" : "~1.0" ,
"symfony/event-dispatcher" : "~2.1" ,
2015-04-21 17:56:16 +02:00
"symfony/phpunit-bridge" : "~2.7" ,
2014-12-22 19:15:38 +01:00
"symfony/process" : "~2.1"
} ,
"suggest" : {
"psr/log" : "For using the console logger" ,
"symfony/event-dispatcher" : "" ,
"symfony/process" : ""
} ,
2015-09-08 22:16:28 +02:00
"time" : "2015-07-28 15:18:12" ,
2014-12-22 19:15:38 +01:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2015-08-16 17:04:56 +02:00
"dev-master" : "2.7-dev"
2014-12-22 19:15:38 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
2015-08-16 17:04:56 +02:00
"psr-4" : {
2014-12-22 19:15:38 +01:00
"Symfony\\Component\\Console\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2015-08-16 17:04:56 +02:00
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2014-12-22 19:15:38 +01:00
}
] ,
"description" : "Symfony Console Component" ,
2015-08-16 17:04:56 +02:00
"homepage" : "https://symfony.com"
2015-01-16 14:23:05 +01:00
} ,
{
"name" : "symfony/event-dispatcher" ,
2015-09-08 22:16:28 +02:00
"version" : "v2.7.3" ,
"version_normalized" : "2.7.3.0" ,
2015-01-16 14:23:05 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/EventDispatcher.git" ,
2015-08-16 17:04:56 +02:00
"reference" : "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
2015-01-16 14:23:05 +01:00
} ,
"dist" : {
"type" : "zip" ,
2015-08-16 17:04:56 +02:00
"url" : "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3" ,
"reference" : "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3" ,
2015-01-16 14:23:05 +01:00
"shasum" : ""
} ,
"require" : {
2015-08-16 17:04:56 +02:00
"php" : ">=5.3.9"
2015-01-16 14:23:05 +01:00
} ,
"require-dev" : {
"psr/log" : "~1.0" ,
2015-02-25 17:29:06 +01:00
"symfony/config" : "~2.0,>=2.0.5" ,
2015-01-16 14:23:05 +01:00
"symfony/dependency-injection" : "~2.6" ,
"symfony/expression-language" : "~2.6" ,
2015-04-21 17:56:16 +02:00
"symfony/phpunit-bridge" : "~2.7" ,
2015-02-25 17:29:06 +01:00
"symfony/stopwatch" : "~2.3"
2015-01-16 14:23:05 +01:00
} ,
"suggest" : {
"symfony/dependency-injection" : "" ,
"symfony/http-kernel" : ""
} ,
2015-08-16 17:04:56 +02:00
"time" : "2015-06-18 19:21:56" ,
2015-01-16 14:23:05 +01:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2015-08-16 17:04:56 +02:00
"dev-master" : "2.7-dev"
2015-01-16 14:23:05 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
2015-08-16 17:04:56 +02:00
"psr-4" : {
2015-01-16 14:23:05 +01:00
"Symfony\\Component\\EventDispatcher\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2015-08-16 17:04:56 +02:00
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2015-01-16 14:23:05 +01:00
}
] ,
"description" : "Symfony EventDispatcher Component" ,
2015-08-16 17:04:56 +02:00
"homepage" : "https://symfony.com"
2014-12-22 19:15:38 +01:00
}
]