@ -41,82 +41,6 @@
"event-dispatcher"
]
} ,
{
"name" : "doctrine/cache" ,
"version" : "v1.3.0" ,
"version_normalized" : "1.3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/cache.git" ,
"reference" : "e16d7adf45664a50fa86f515b6d5e7f670130449"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449" ,
"reference" : "e16d7adf45664a50fa86f515b6d5e7f670130449" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.2"
} ,
"conflict" : {
"doctrine/common" : ">2.2,<2.4"
} ,
"require-dev" : {
"phpunit/phpunit" : ">=3.7" ,
"satooshi/php-coveralls" : "~0.6"
} ,
"time" : "2013-10-25 19:04:14" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Doctrine\\Common\\Cache\\" : "lib/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jonathan H. Wage" ,
"email" : "jonwage@gmail.com" ,
"homepage" : "http://www.jwage.com/" ,
"role" : "Creator"
} ,
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com" ,
"homepage" : "http://www.instaclick.com"
} ,
{
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
} ,
{
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
} ,
{
"name" : "Johannes Schmitt" ,
"email" : "schmittjoh@gmail.com" ,
"homepage" : "http://jmsyst.com" ,
"role" : "Developer of wrapped JMSSerializerBundle"
}
] ,
"description" : "Caching library offering an object-oriented API for many cache backends" ,
"homepage" : "http://www.doctrine-project.org" ,
"keywords" : [
"cache" ,
"caching"
]
} ,
{
"name" : "psr/log" ,
"version" : "1.0.0" ,
@ -288,53 +212,88 @@
]
} ,
{
"name" : "monolog/monolog " ,
"version" : "1.9 .1" ,
"version_normalized" : "1.9 .1.0" ,
"name" : "neutron/temporary-filesystem " ,
"version" : "2.1 .1" ,
"version_normalized" : "2.1 .1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Seldaek/monolog .git" ,
"reference" : "65026b610f8c19e61d7242f600530677b0466aac "
"url" : "https://github.com/romainneutron/Temporary-Filesystem .git" ,
"reference" : "6b21fa99fd452efea16b9a7adb7304ccfff854d0 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/65026b610f8c19e61d7242f600530677b0466aac " ,
"reference" : "65026b610f8c19e61d7242f600530677b0466aac " ,
"url" : "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0 " ,
"reference" : "6b21fa99fd452efea16b9a7adb7304ccfff854d0 " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0" ,
"psr/log" : "~1.0"
"symfony/filesystem" : "~2.0"
} ,
"require-dev" : {
"aws/aws-sdk-php" : "~2.4, >2.4.8" ,
"doctrine/couchdb" : "~1.0@dev" ,
"graylog2/gelf-php" : "~1.0" ,
"phpunit/phpunit" : "~3.7.0" ,
"raven/raven" : "~0.5" ,
"ruflin/elastica" : "0.90.*"
"phpunit/phpunit" : "~3.7"
} ,
"time" : "2013-10-10 10:58:09" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Neutron" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Romain Neutron" ,
"email" : "imprec@gmail.com" ,
"homepage" : "http://www.lickmychip.com/"
}
] ,
"description" : "Symfony filesystem extension to handle temporary files"
} ,
{
"name" : "toin0u/http-adapter" ,
"version" : "1.0.3" ,
"version_normalized" : "1.0.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/toin0u/HttpAdapter.git" ,
"reference" : "29253948d446bc3afc29897ac67b4cd01f56cd10"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10" ,
"reference" : "29253948d446bc3afc29897ac67b4cd01f56cd10" ,
"shasum" : ""
} ,
"require" : {
"ext-curl" : "*" ,
"php" : ">=5.3.0"
} ,
"require-dev" : {
"guzzle/guzzle" : "@stable" ,
"kriswallsmith/buzz" : "@stable" ,
"satooshi/php-coveralls" : "~0.6" ,
"zendframework/zendframework" : "~2.1"
} ,
"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"
"guzzle/guzzle" : "Enabling Guzzle allows you to use the GuzzleHttpAdapter" ,
"kriswallsmith/buzz" : "Enabling Buzz allows you to use the BuzzHttpAdapter" ,
"zendframework/zendframework" : "Enabling Zend Http allows you to use the ZendHttpAdapter"
} ,
"time" : "2014-04-24 13:29:03" ,
"time" : "2013-05-26 18:18:11" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.9.x-dev"
"dev-master" : "1.0 -dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Monolog\\" : "src/Monolog"
"psr-0 " : {
"HttpAdapter " : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
@ -343,47 +302,57 @@
] ,
"authors" : [
{
"name" : "Jordi Boggiano " ,
"email" : "j.boggiano@seld.be " ,
"homepage" : "http://seld.be " ,
"name" : "Antoine Corcy " ,
"email" : "contact@sbin.dk " ,
"homepage" : "http://sbin.dk " ,
"role" : "Developer"
}
] ,
"description" : "Sends your logs to files, sockets, inboxes, databases and various web services " ,
"homepage" : "http://github.com/Seldaek/monolog " ,
"description" : "HttpAdapter PHP 5.3+ library " ,
"homepage" : "https://github.com/toin0u/HttpAdapter " ,
"keywords" : [
"log" ,
"logging" ,
"psr-3"
"adapter" ,
"http"
]
} ,
{
"name" : "neutron/temporary-filesystem " ,
"version" : "2.1.1 " ,
"version_normalized" : "2.1.1 .0" ,
"name" : "toin0u/digitalocean " ,
"version" : "1.4.2 " ,
"version_normalized" : "1.4.2 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/romainneutron/Temporary-Filesystem .git" ,
"reference" : "6b21fa99fd452efea16b9a7adb7304ccfff854d 0"
"url" : "https://github.com/toin0u/DigitalOcean .git" ,
"reference" : "fb460785207fa4029217eef489508b9ed6c61b0 0"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d 0" ,
"reference" : "6b21fa99fd452efea16b9a7adb7304ccfff854d 0" ,
"url" : "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b0 0" ,
"reference" : "fb460785207fa4029217eef489508b9ed6c61b0 0" ,
"shasum" : ""
} ,
"require" : {
"symfony/filesystem" : "~2.0"
"php" : ">=5.3.0" ,
"symfony/console" : "~2.3" ,
"symfony/yaml" : "~2.3" ,
"toin0u/http-adapter" : "~1.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "~3.7"
"satooshi/php-coveralls" : "~0.6 "
} ,
"time" : "2013-10-10 10:58:09" ,
"time" : "2014-01-14 22:20:56" ,
"bin" : [
"digitalocean"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.4-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Neutron" : "src"
"DigitalOcea n" : "src/ "
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
@ -392,94 +361,113 @@
] ,
"authors" : [
{
"name" : "Romain Neutron" ,
"email" : "imprec@gmail.com" ,
"homepage" : "http://www.lickmychip.com/"
"name" : "Antoine Corcy" ,
"email" : "contact@sbin.dk" ,
"homepage" : "http://sbin.dk" ,
"role" : "Developer"
}
] ,
"description" : "Symfony filesystem extension to handle temporary files"
"description" : "DigitalOcean API PHP 5.3+ library" ,
"homepage" : "https://github.com/toin0u/DigitalOcean" ,
"keywords" : [
"Cloud Hosting" ,
"SSD" ,
"api" ,
"digitalocean" ,
"vps"
]
} ,
{
"name" : "sabre/vobject" ,
"version" : "3.2.2" ,
"version_normalized" : "3.2.2.0" ,
"name" : "doctrine/cache " ,
"version" : "v1.3.1 " ,
"version_normalized" : "1.3.1 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/fruux/sabre-vobject.git" ,
"reference" : "a829266cebcaccf602bde3af2c7e85a952034a16 "
"url" : "https://github.com/doctrine/cache .git" ,
"reference" : "cf483685798a72c93bf4206e3dd6358ea07d64e7 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/fruux/sabre-vobject/zipball/a829266cebcaccf602bde3af2c7e85a952034a16 " ,
"reference" : "a829266cebcaccf602bde3af2c7e85a952034a16 " ,
"url" : "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7 " ,
"reference" : "cf483685798a72c93bf4206e3dd6358ea07d64e7 " ,
"shasum" : ""
} ,
"require" : {
"ext-mbstring" : "*" ,
"php" : ">=5.3.1"
"php" : ">=5.3.2"
} ,
"conflict" : {
"doctrine/common" : ">2.2,<2.4"
} ,
"require-dev" : {
"phpunit/phpunit" : "*"
"phpunit/phpunit" : ">=3.7" ,
"satooshi/php-coveralls" : "~0.6"
} ,
"time" : "2014-05-07 20:02:21" ,
"bin" : [
"bin/vobject" ,
"bin/generate_vcards"
] ,
"time" : "2014-09-17 14:24:04" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.2 .x-dev"
"dev-master" : "1.4.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Sabre\\VObject " : "lib/"
"Doctrine\\Common\\Cache\\ " : "lib/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause "
"MIT "
] ,
"authors" : [
{
"name" : "Evert Pot" ,
"email" : "evert@rooftopsolutions.nl" ,
"homepage" : "http://evertpot.com/" ,
"role" : "Developer"
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
} ,
{
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
} ,
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
} ,
{
"name" : "Jonathan Wage" ,
"email" : "jonwage@gmail.com"
} ,
{
"name" : "Johannes Schmitt" ,
"email" : "schmittjoh@gmail.com"
}
] ,
"description" : "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects" ,
"homepage" : "https://github.com/fruux/sabre-vobject" ,
"description" : "Caching library offering an object-oriented API for many cache backend s" ,
"homepage" : "http://www.doctrine-project.org " ,
"keywords" : [
"VObject" ,
"iCalendar" ,
"jCal" ,
"jCard" ,
"vCard"
"cache" ,
"caching"
]
} ,
{
"name" : "symfony/filesystem" ,
"version" : "v2.5.0 " ,
"version_normalized" : "2.5.0 .0" ,
"version" : "v2.5.5 " ,
"version_normalized" : "2.5.5 .0" ,
"target-dir" : "Symfony/Component/Filesystem" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/Filesystem.git" ,
"reference" : "98e831eac836a0a5911626ce82684155f21d0e4d "
"reference" : "4e62fab0060a826561c78b665925b37c870c45f5 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/Filesystem/zipball/98e831eac836a0a5911626ce82684155f21d0e4d " ,
"reference" : "98e831eac836a0a5911626ce82684155f21d0e4d " ,
"url" : "https://api.github.com/repos/symfony/Filesystem/zipball/4e62fab0060a826561c78b665925b37c870c45f5 " ,
"reference" : "4e62fab0060a826561c78b665925b37c870c45f5 " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"time" : "2014-04-16 10:36:21 " ,
"time" : "2014-09-22 09:14:18 " ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
@ -497,40 +485,46 @@
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com" ,
"homepage" : "http://fabien.potencier.org" ,
"role" : "Lead Developer"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
} ,
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
}
] ,
"description" : "Symfony Filesystem Component" ,
"homepage" : "http://symfony.com"
} ,
{
"name" : "symfony/process " ,
"version" : "v2.5.0 " ,
"version_normalized" : "2.5.0 .0" ,
"target-dir" : "Symfony/Component/Process " ,
"name" : "symfony/console " ,
"version" : "v2.5.5 " ,
"version_normalized" : "2.5.5 .0" ,
"target-dir" : "Symfony/Component/Console " ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/Process .git" ,
"reference" : "5d7d78e23894544740219e006320678cfa4cd45b "
"url" : "https://github.com/symfony/Console .git" ,
"reference" : "ca053eaa031c93afb68a71e4eb1f4168dfd4a661 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/Process/zipball/5d7d78e23894544740219e006320678cfa4cd45b " ,
"reference" : "5d7d78e23894544740219e006320678cfa4cd45b " ,
"url" : "https://api.github.com/repos/symfony/Console/zipball/ca053eaa031c93afb68a71e4eb1f4168dfd4a661 " ,
"reference" : "ca053eaa031c93afb68a71e4eb1f4168dfd4a661 " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"time" : "2014-05-23 09:02:52" ,
"require-dev" : {
"psr/log" : "~1.0" ,
"symfony/event-dispatcher" : "~2.1"
} ,
"suggest" : {
"psr/log" : "For using the console logger" ,
"symfony/event-dispatcher" : ""
} ,
"time" : "2014-09-25 09:53:56" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
@ -540,7 +534,7 @@
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Symfony\\Component\\Process \\" : ""
"Symfony\\Component\\Console \\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
@ -548,61 +542,48 @@
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com" ,
"homepage" : "http://fabien.potencier.org" ,
"role" : "Lead Developer"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
} ,
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
}
] ,
"description" : "Symfony Process Component" ,
"description" : "Symfony Console Component" ,
"homepage" : "http://symfony.com"
} ,
{
"name" : "toin0u/http-adapter" ,
"version" : "1.0.3" ,
"version_normalized" : "1.0.3.0" ,
"name" : "symfony/yaml" ,
"version" : "v2.5.5" ,
"version_normalized" : "2.5.5.0" ,
"target-dir" : "Symfony/Component/Yaml" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/toin0u/HttpAdapter .git" ,
"reference" : "29253948d446bc3afc29897ac67b4cd01f56cd10 "
"url" : "https://github.com/symfony/Yaml .git" ,
"reference" : "b1dbc53593b98c2d694ebf383660ac9134d30b96 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10 " ,
"reference" : "29253948d446bc3afc29897ac67b4cd01f56cd10 " ,
"url" : "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96 " ,
"reference" : "b1dbc53593b98c2d694ebf383660ac9134d30b96 " ,
"shasum" : ""
} ,
"require" : {
"ext-curl" : "*" ,
"php" : ">=5.3.0"
} ,
"require-dev" : {
"guzzle/guzzle" : "@stable" ,
"kriswallsmith/buzz" : "@stable" ,
"satooshi/php-coveralls" : "~0.6" ,
"zendframework/zendframework" : "~2.1"
} ,
"suggest" : {
"guzzle/guzzle" : "Enabling Guzzle allows you to use the GuzzleHttpAdapter" ,
"kriswallsmith/buzz" : "Enabling Buzz allows you to use the BuzzHttpAdapter" ,
"zendframework/zendframework" : "Enabling Zend Http allows you to use the ZendHttpAdapter"
"php" : ">=5.3.3"
} ,
"time" : "2013-05-26 18:18:11 " ,
"time" : "2014-09-22 09:14:18" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0 -dev"
"dev-master" : "2.5-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"HttpAdapter " : "src/ "
"Symfony\\Component\\Yaml\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
@ -611,57 +592,70 @@
] ,
"authors" : [
{
"name" : "Antoine Corcy" ,
"email" : "contact@sbin.dk" ,
"homepage" : "http://sbin.dk" ,
"role" : "Developer"
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
} ,
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
}
] ,
"description" : "HttpAdapter PHP 5.3+ library" ,
"homepage" : "https://github.com/toin0u/HttpAdapter" ,
"keywords" : [
"adapter" ,
"http"
]
"description" : "Symfony Yaml Component" ,
"homepage" : "http://symfony.com"
} ,
{
"name" : "symfony/console" ,
"version" : "v2.5.0" ,
"version_normalized" : "2.5.0.0" ,
"target-dir" : "Symfony/Component/Console" ,
"name" : "monolog/monolog" ,
"version" : "1.11.0" ,
"version_normalized" : "1.11.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/Console .git" ,
"reference" : "ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c "
"url" : "https://github.com/Seldaek/monolog .git" ,
"reference" : "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/Console/zipball/ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c " ,
"reference" : "ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c " ,
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa " ,
"reference" : "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
"php" : ">=5.3.0" ,
"psr/log" : "~1.0"
} ,
"provide" : {
"psr/log-implementation" : "1.0.0"
} ,
"require-dev" : {
"psr/log" : "~1.0" ,
"symfony/event-dispatcher" : "~2.1"
"aws/aws-sdk-php" : "~2.4, >2.4.8" ,
"doctrine/couchdb" : "~1.0@dev" ,
"graylog2/gelf-php" : "~1.0" ,
"phpunit/phpunit" : "~3.7.0" ,
"raven/raven" : "~0.5" ,
"ruflin/elastica" : "0.90.*" ,
"videlalvaro/php-amqplib" : "~2.4"
} ,
"suggest" : {
"psr/log" : "For using the console logger" ,
"symfony/event-dispatcher" : ""
"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-05-22 08:54:24" ,
"time" : "2014-09-30 13:30:58 " ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.5-dev"
"dev-master" : "1.11.x -dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0 " : {
"Symfony\\Component\\Console \\" : ""
"psr-4 " : {
"Monolog \\" : "src/Monolog "
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
@ -670,39 +664,39 @@
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com" ,
"homepage" : "http://fabien.potencier.org" ,
"role" : "Lead Developer"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
"name" : "Jordi Boggiano" ,
"email" : "j.boggiano@seld.be" ,
"homepage" : "http://seld.be"
}
] ,
"description" : "Symfony Console 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/yaml" ,
"version" : "v2.5.0" ,
"version_normalized" : "2.5.0.0" ,
"target-dir" : "Symfony/Component/Yaml " ,
"name" : "symfony/process " ,
"version" : "v2.5.5 " ,
"version_normalized" : "2.5.5 .0" ,
"target-dir" : "Symfony/Component/Process " ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/Yaml .git" ,
"reference" : "b4b09c68ec2f2727574544ef0173684281a5033c "
"url" : "https://github.com/symfony/Process .git" ,
"reference" : "8a1ec96c4e519cee0fb971ea48a1eb7369dda54b "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/Yaml/zipball/b4b09c68ec2f2727574544ef0173684281a5033c " ,
"reference" : "b4b09c68ec2f2727574544ef0173684281a5033c " ,
"url" : "https://api.github.com/repos/symfony/Process/zipball/8a1ec96c4e519cee0fb971ea48a1eb7369dda54b " ,
"reference" : "8a1ec96c4e519cee0fb971ea48a1eb7369dda54b " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"time" : "2014-05-16 14:25:18 " ,
"time" : "2014-09-23 05:25:11 " ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
@ -712,7 +706,7 @@
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Symfony\\Component\\Yaml \\" : ""
"Symfony\\Component\\Process \\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
@ -720,101 +714,105 @@
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com" ,
"homepage" : "http://fabien.potencier.org" ,
"role" : "Lead Developer"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
} ,
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
}
] ,
"description" : "Symfony Yaml Component" ,
"description" : "Symfony Process Component" ,
"homepage" : "http://symfony.com"
} ,
{
"name" : "toin0u/digitalocean " ,
"version" : "1.4.2 " ,
"version_normalized" : "1.4.2 .0" ,
"name" : "sabre/vobject " ,
"version" : "3.3.3 " ,
"version_normalized" : "3.3.3 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/toin0u/DigitalOcean .git" ,
"reference" : "fb460785207fa4029217eef489508b9ed6c61b00 "
"url" : "https://github.com/fruux/sabre-vobject .git" ,
"reference" : "de508f160e811c09b5e651909eb20b9e058a043c "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00 " ,
"reference" : "fb460785207fa4029217eef489508b9ed6c61b00 " ,
"url" : "https://api.github.com/repos/fruux/sabre-vobject/zipball/de508f160e811c09b5e651909eb20b9e058a043c " ,
"reference" : "de508f160e811c09b5e651909eb20b9e058a043c " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0" ,
"symfony/console" : "~2.3" ,
"symfony/yaml" : "~2.3" ,
"toin0u/http-adapter" : "~1.0"
"ext-mbstring" : "*" ,
"php" : ">=5.3.1"
} ,
"require-dev" : {
"satooshi/php-coveralls" : "~0.6"
"phpunit/phpunit" : "*" ,
"squizlabs/php_codesniffer" : "*"
} ,
"time" : "2014-01-14 22:20:56 " ,
"time" : "2014-10-09 15:59:25 " ,
"bin" : [
"digitalocean"
"bin/vobject" ,
"bin/generate_vcards"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.4 -dev"
"dev-master" : "3.2.x -dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0 " : {
"DigitalOcean" : "src /"
"psr-4 " : {
"Sabre\\VObject\\" : "lib /"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT "
"BSD-3-Clause "
] ,
"authors" : [
{
"name" : "Antoine Corcy" ,
"email" : "contact@sbin.dk" ,
"homepage" : "http://sbin.dk" ,
"name" : "Evert Pot" ,
"email" : "me@evertpot.com" ,
"homepage" : "http://evertpot.com/" ,
"role" : "Developer"
} ,
{
"name" : "Dominik Tobschall" ,
"email" : "dominik@fruux.com" ,
"homepage" : "http://tobschall.de/" ,
"role" : "Developer"
}
] ,
"description" : "DigitalOcean API PHP 5.3+ library" ,
"homepage" : "https://github.com/toin0u/DigitalOcean" ,
"description" : "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects " ,
"homepage" : "http://sabre.io/vobject/ " ,
"keywords" : [
"Cloud Hosting " ,
"SSD " ,
"api " ,
"digitalocean " ,
"vps "
"VObject " ,
"iCalendar " ,
"jCal " ,
"jCar d" ,
"vCard "
]
} ,
{
"name" : "twig/twig" ,
"version" : "v1.16.0 " ,
"version_normalized" : "1.16.0 .0" ,
"version" : "v1.16.1 " ,
"version_normalized" : "1.16.1 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/fabpot/Twig.git" ,
"reference" : "8ce37115802e257a984a82d38254884085060024 "
"reference" : "7c4c01dcf578523cfcddf383641a4f12790270ec "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024 " ,
"reference" : "8ce37115802e257a984a82d38254884085060024 " ,
"url" : "https://api.github.com/repos/fabpot/Twig/zipball/7c4c01dcf578523cfcddf383641a4f12790270ec " ,
"reference" : "7c4c01dcf578523cfcddf383641a4f12790270ec " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.2.4"
} ,
"time" : "2014-07-05 12:19:05 " ,
"time" : "2014-10-10 14:09:53 " ,
"type" : "library" ,
"extra" : {
"branch-alias" : {