installed.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  1. [
  2. {
  3. "name": "evenement/evenement",
  4. "version": "v1.0.0",
  5. "version_normalized": "1.0.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/igorw/evenement.git",
  9. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  14. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0"
  19. },
  20. "time": "2012-05-30 15:01:08",
  21. "type": "library",
  22. "installation-source": "dist",
  23. "autoload": {
  24. "psr-0": {
  25. "Evenement": "src"
  26. }
  27. },
  28. "notification-url": "https://packagist.org/downloads/",
  29. "license": [
  30. "MIT"
  31. ],
  32. "authors": [
  33. {
  34. "name": "Igor Wiedler",
  35. "email": "igor@wiedler.ch",
  36. "homepage": "http://wiedler.ch/igor/"
  37. }
  38. ],
  39. "description": "Événement is a very simple event dispatching library for PHP 5.3",
  40. "keywords": [
  41. "event-dispatcher"
  42. ]
  43. },
  44. {
  45. "name": "doctrine/cache",
  46. "version": "v1.3.0",
  47. "version_normalized": "1.3.0.0",
  48. "source": {
  49. "type": "git",
  50. "url": "https://github.com/doctrine/cache.git",
  51. "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449"
  52. },
  53. "dist": {
  54. "type": "zip",
  55. "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449",
  56. "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449",
  57. "shasum": ""
  58. },
  59. "require": {
  60. "php": ">=5.3.2"
  61. },
  62. "conflict": {
  63. "doctrine/common": ">2.2,<2.4"
  64. },
  65. "require-dev": {
  66. "phpunit/phpunit": ">=3.7",
  67. "satooshi/php-coveralls": "~0.6"
  68. },
  69. "time": "2013-10-25 19:04:14",
  70. "type": "library",
  71. "extra": {
  72. "branch-alias": {
  73. "dev-master": "1.0.x-dev"
  74. }
  75. },
  76. "installation-source": "dist",
  77. "autoload": {
  78. "psr-0": {
  79. "Doctrine\\Common\\Cache\\": "lib/"
  80. }
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Jonathan H. Wage",
  89. "email": "jonwage@gmail.com",
  90. "homepage": "http://www.jwage.com/",
  91. "role": "Creator"
  92. },
  93. {
  94. "name": "Guilherme Blanco",
  95. "email": "guilhermeblanco@gmail.com",
  96. "homepage": "http://www.instaclick.com"
  97. },
  98. {
  99. "name": "Roman Borschel",
  100. "email": "roman@code-factory.org"
  101. },
  102. {
  103. "name": "Benjamin Eberlei",
  104. "email": "kontakt@beberlei.de"
  105. },
  106. {
  107. "name": "Johannes Schmitt",
  108. "email": "schmittjoh@gmail.com",
  109. "homepage": "http://jmsyst.com",
  110. "role": "Developer of wrapped JMSSerializerBundle"
  111. }
  112. ],
  113. "description": "Caching library offering an object-oriented API for many cache backends",
  114. "homepage": "http://www.doctrine-project.org",
  115. "keywords": [
  116. "cache",
  117. "caching"
  118. ]
  119. },
  120. {
  121. "name": "psr/log",
  122. "version": "1.0.0",
  123. "version_normalized": "1.0.0.0",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/php-fig/log.git",
  127. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  132. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  133. "shasum": ""
  134. },
  135. "time": "2012-12-21 11:40:51",
  136. "type": "library",
  137. "installation-source": "dist",
  138. "autoload": {
  139. "psr-0": {
  140. "Psr\\Log\\": ""
  141. }
  142. },
  143. "notification-url": "https://packagist.org/downloads/",
  144. "license": [
  145. "MIT"
  146. ],
  147. "authors": [
  148. {
  149. "name": "PHP-FIG",
  150. "homepage": "http://www.php-fig.org/"
  151. }
  152. ],
  153. "description": "Common interface for logging libraries",
  154. "keywords": [
  155. "log",
  156. "psr",
  157. "psr-3"
  158. ]
  159. },
  160. {
  161. "name": "alchemy/binary-driver",
  162. "version": "1.5.0",
  163. "version_normalized": "1.5.0.0",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/alchemy-fr/BinaryDriver.git",
  167. "reference": "b32c03d4b56ce29f783051eac55887adae654b41"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/b32c03d4b56ce29f783051eac55887adae654b41",
  172. "reference": "b32c03d4b56ce29f783051eac55887adae654b41",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "evenement/evenement": "~1.0",
  177. "monolog/monolog": "~1.3",
  178. "php": ">=5.3.3",
  179. "psr/log": "~1.0",
  180. "symfony/process": "~2.0"
  181. },
  182. "require-dev": {
  183. "phpunit/phpunit": "~3.7"
  184. },
  185. "time": "2013-06-21 15:51:20",
  186. "type": "library",
  187. "installation-source": "dist",
  188. "autoload": {
  189. "psr-0": {
  190. "Alchemy": "src"
  191. }
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "MIT"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Romain Neutron",
  200. "email": "imprec@gmail.com",
  201. "homepage": "http://www.lickmychip.com/"
  202. },
  203. {
  204. "name": "Nicolas Le Goff",
  205. "email": "legoff.n@gmail.com"
  206. },
  207. {
  208. "name": "Phraseanet Team",
  209. "email": "info@alchemy.fr",
  210. "homepage": "http://www.phraseanet.com/"
  211. }
  212. ],
  213. "description": "A set of tools to build binary drivers",
  214. "keywords": [
  215. "binary",
  216. "driver"
  217. ]
  218. },
  219. {
  220. "name": "php-ffmpeg/php-ffmpeg",
  221. "version": "0.3.x-dev",
  222. "version_normalized": "0.3.9999999.9999999-dev",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  226. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  231. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "alchemy/binary-driver": "~1.5",
  236. "doctrine/cache": "~1.0",
  237. "evenement/evenement": "~1.0",
  238. "neutron/temporary-filesystem": "~2.1, >=2.1.1",
  239. "php": ">=5.3.3"
  240. },
  241. "require-dev": {
  242. "phpunit/phpunit": "~3.7",
  243. "sami/sami": "~1.0",
  244. "silex/silex": "~1.0"
  245. },
  246. "suggest": {
  247. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  248. },
  249. "time": "2013-10-21 12:13:46",
  250. "type": "library",
  251. "extra": {
  252. "branch-alias": {
  253. "dev-master": "0.4-dev"
  254. }
  255. },
  256. "installation-source": "source",
  257. "autoload": {
  258. "psr-0": {
  259. "FFMpeg": "src"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "Romain Neutron",
  269. "email": "imprec@gmail.com",
  270. "homepage": "http://www.lickmychip.com/"
  271. },
  272. {
  273. "name": "Phraseanet Team",
  274. "email": "info@alchemy.fr",
  275. "homepage": "http://www.phraseanet.com/"
  276. }
  277. ],
  278. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  279. "keywords": [
  280. "audio",
  281. "audio processing",
  282. "avconv",
  283. "avprobe",
  284. "ffmpeg",
  285. "ffprobe",
  286. "video",
  287. "video processing"
  288. ]
  289. },
  290. {
  291. "name": "monolog/monolog",
  292. "version": "1.9.1",
  293. "version_normalized": "1.9.1.0",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/Seldaek/monolog.git",
  297. "reference": "65026b610f8c19e61d7242f600530677b0466aac"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/65026b610f8c19e61d7242f600530677b0466aac",
  302. "reference": "65026b610f8c19e61d7242f600530677b0466aac",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "php": ">=5.3.0",
  307. "psr/log": "~1.0"
  308. },
  309. "require-dev": {
  310. "aws/aws-sdk-php": "~2.4, >2.4.8",
  311. "doctrine/couchdb": "~1.0@dev",
  312. "graylog2/gelf-php": "~1.0",
  313. "phpunit/phpunit": "~3.7.0",
  314. "raven/raven": "~0.5",
  315. "ruflin/elastica": "0.90.*"
  316. },
  317. "suggest": {
  318. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  319. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  320. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  321. "ext-mongo": "Allow sending log messages to a MongoDB server",
  322. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  323. "raven/raven": "Allow sending log messages to a Sentry server",
  324. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  325. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  326. },
  327. "time": "2014-04-24 13:29:03",
  328. "type": "library",
  329. "extra": {
  330. "branch-alias": {
  331. "dev-master": "1.9.x-dev"
  332. }
  333. },
  334. "installation-source": "dist",
  335. "autoload": {
  336. "psr-4": {
  337. "Monolog\\": "src/Monolog"
  338. }
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Jordi Boggiano",
  347. "email": "j.boggiano@seld.be",
  348. "homepage": "http://seld.be",
  349. "role": "Developer"
  350. }
  351. ],
  352. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  353. "homepage": "http://github.com/Seldaek/monolog",
  354. "keywords": [
  355. "log",
  356. "logging",
  357. "psr-3"
  358. ]
  359. },
  360. {
  361. "name": "neutron/temporary-filesystem",
  362. "version": "2.1.1",
  363. "version_normalized": "2.1.1.0",
  364. "source": {
  365. "type": "git",
  366. "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
  367. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
  368. },
  369. "dist": {
  370. "type": "zip",
  371. "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  372. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  373. "shasum": ""
  374. },
  375. "require": {
  376. "symfony/filesystem": "~2.0"
  377. },
  378. "require-dev": {
  379. "phpunit/phpunit": "~3.7"
  380. },
  381. "time": "2013-10-10 10:58:09",
  382. "type": "library",
  383. "installation-source": "dist",
  384. "autoload": {
  385. "psr-0": {
  386. "Neutron": "src"
  387. }
  388. },
  389. "notification-url": "https://packagist.org/downloads/",
  390. "license": [
  391. "MIT"
  392. ],
  393. "authors": [
  394. {
  395. "name": "Romain Neutron",
  396. "email": "imprec@gmail.com",
  397. "homepage": "http://www.lickmychip.com/"
  398. }
  399. ],
  400. "description": "Symfony filesystem extension to handle temporary files"
  401. },
  402. {
  403. "name": "sabre/vobject",
  404. "version": "3.2.2",
  405. "version_normalized": "3.2.2.0",
  406. "source": {
  407. "type": "git",
  408. "url": "https://github.com/fruux/sabre-vobject.git",
  409. "reference": "a829266cebcaccf602bde3af2c7e85a952034a16"
  410. },
  411. "dist": {
  412. "type": "zip",
  413. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/a829266cebcaccf602bde3af2c7e85a952034a16",
  414. "reference": "a829266cebcaccf602bde3af2c7e85a952034a16",
  415. "shasum": ""
  416. },
  417. "require": {
  418. "ext-mbstring": "*",
  419. "php": ">=5.3.1"
  420. },
  421. "require-dev": {
  422. "phpunit/phpunit": "*"
  423. },
  424. "time": "2014-05-07 20:02:21",
  425. "bin": [
  426. "bin/vobject",
  427. "bin/generate_vcards"
  428. ],
  429. "type": "library",
  430. "extra": {
  431. "branch-alias": {
  432. "dev-master": "3.2.x-dev"
  433. }
  434. },
  435. "installation-source": "dist",
  436. "autoload": {
  437. "psr-0": {
  438. "Sabre\\VObject": "lib/"
  439. }
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "BSD-3-Clause"
  444. ],
  445. "authors": [
  446. {
  447. "name": "Evert Pot",
  448. "email": "evert@rooftopsolutions.nl",
  449. "homepage": "http://evertpot.com/",
  450. "role": "Developer"
  451. }
  452. ],
  453. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  454. "homepage": "https://github.com/fruux/sabre-vobject",
  455. "keywords": [
  456. "VObject",
  457. "iCalendar",
  458. "jCal",
  459. "jCard",
  460. "vCard"
  461. ]
  462. },
  463. {
  464. "name": "symfony/filesystem",
  465. "version": "v2.5.0",
  466. "version_normalized": "2.5.0.0",
  467. "target-dir": "Symfony/Component/Filesystem",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/symfony/Filesystem.git",
  471. "reference": "98e831eac836a0a5911626ce82684155f21d0e4d"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/98e831eac836a0a5911626ce82684155f21d0e4d",
  476. "reference": "98e831eac836a0a5911626ce82684155f21d0e4d",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": ">=5.3.3"
  481. },
  482. "time": "2014-04-16 10:36:21",
  483. "type": "library",
  484. "extra": {
  485. "branch-alias": {
  486. "dev-master": "2.5-dev"
  487. }
  488. },
  489. "installation-source": "dist",
  490. "autoload": {
  491. "psr-0": {
  492. "Symfony\\Component\\Filesystem\\": ""
  493. }
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "MIT"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Fabien Potencier",
  502. "email": "fabien@symfony.com",
  503. "homepage": "http://fabien.potencier.org",
  504. "role": "Lead Developer"
  505. },
  506. {
  507. "name": "Symfony Community",
  508. "homepage": "http://symfony.com/contributors"
  509. }
  510. ],
  511. "description": "Symfony Filesystem Component",
  512. "homepage": "http://symfony.com"
  513. },
  514. {
  515. "name": "symfony/process",
  516. "version": "v2.5.0",
  517. "version_normalized": "2.5.0.0",
  518. "target-dir": "Symfony/Component/Process",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/symfony/Process.git",
  522. "reference": "5d7d78e23894544740219e006320678cfa4cd45b"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/symfony/Process/zipball/5d7d78e23894544740219e006320678cfa4cd45b",
  527. "reference": "5d7d78e23894544740219e006320678cfa4cd45b",
  528. "shasum": ""
  529. },
  530. "require": {
  531. "php": ">=5.3.3"
  532. },
  533. "time": "2014-05-23 09:02:52",
  534. "type": "library",
  535. "extra": {
  536. "branch-alias": {
  537. "dev-master": "2.5-dev"
  538. }
  539. },
  540. "installation-source": "dist",
  541. "autoload": {
  542. "psr-0": {
  543. "Symfony\\Component\\Process\\": ""
  544. }
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "MIT"
  549. ],
  550. "authors": [
  551. {
  552. "name": "Fabien Potencier",
  553. "email": "fabien@symfony.com",
  554. "homepage": "http://fabien.potencier.org",
  555. "role": "Lead Developer"
  556. },
  557. {
  558. "name": "Symfony Community",
  559. "homepage": "http://symfony.com/contributors"
  560. }
  561. ],
  562. "description": "Symfony Process Component",
  563. "homepage": "http://symfony.com"
  564. },
  565. {
  566. "name": "toin0u/http-adapter",
  567. "version": "1.0.3",
  568. "version_normalized": "1.0.3.0",
  569. "source": {
  570. "type": "git",
  571. "url": "https://github.com/toin0u/HttpAdapter.git",
  572. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
  573. },
  574. "dist": {
  575. "type": "zip",
  576. "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
  577. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
  578. "shasum": ""
  579. },
  580. "require": {
  581. "ext-curl": "*",
  582. "php": ">=5.3.0"
  583. },
  584. "require-dev": {
  585. "guzzle/guzzle": "@stable",
  586. "kriswallsmith/buzz": "@stable",
  587. "satooshi/php-coveralls": "~0.6",
  588. "zendframework/zendframework": "~2.1"
  589. },
  590. "suggest": {
  591. "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
  592. "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
  593. "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
  594. },
  595. "time": "2013-05-26 18:18:11",
  596. "type": "library",
  597. "extra": {
  598. "branch-alias": {
  599. "dev-master": "1.0-dev"
  600. }
  601. },
  602. "installation-source": "dist",
  603. "autoload": {
  604. "psr-0": {
  605. "HttpAdapter": "src/"
  606. }
  607. },
  608. "notification-url": "https://packagist.org/downloads/",
  609. "license": [
  610. "MIT"
  611. ],
  612. "authors": [
  613. {
  614. "name": "Antoine Corcy",
  615. "email": "contact@sbin.dk",
  616. "homepage": "http://sbin.dk",
  617. "role": "Developer"
  618. }
  619. ],
  620. "description": "HttpAdapter PHP 5.3+ library",
  621. "homepage": "https://github.com/toin0u/HttpAdapter",
  622. "keywords": [
  623. "adapter",
  624. "http"
  625. ]
  626. },
  627. {
  628. "name": "symfony/console",
  629. "version": "v2.5.0",
  630. "version_normalized": "2.5.0.0",
  631. "target-dir": "Symfony/Component/Console",
  632. "source": {
  633. "type": "git",
  634. "url": "https://github.com/symfony/Console.git",
  635. "reference": "ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c"
  636. },
  637. "dist": {
  638. "type": "zip",
  639. "url": "https://api.github.com/repos/symfony/Console/zipball/ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c",
  640. "reference": "ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c",
  641. "shasum": ""
  642. },
  643. "require": {
  644. "php": ">=5.3.3"
  645. },
  646. "require-dev": {
  647. "psr/log": "~1.0",
  648. "symfony/event-dispatcher": "~2.1"
  649. },
  650. "suggest": {
  651. "psr/log": "For using the console logger",
  652. "symfony/event-dispatcher": ""
  653. },
  654. "time": "2014-05-22 08:54:24",
  655. "type": "library",
  656. "extra": {
  657. "branch-alias": {
  658. "dev-master": "2.5-dev"
  659. }
  660. },
  661. "installation-source": "dist",
  662. "autoload": {
  663. "psr-0": {
  664. "Symfony\\Component\\Console\\": ""
  665. }
  666. },
  667. "notification-url": "https://packagist.org/downloads/",
  668. "license": [
  669. "MIT"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Fabien Potencier",
  674. "email": "fabien@symfony.com",
  675. "homepage": "http://fabien.potencier.org",
  676. "role": "Lead Developer"
  677. },
  678. {
  679. "name": "Symfony Community",
  680. "homepage": "http://symfony.com/contributors"
  681. }
  682. ],
  683. "description": "Symfony Console Component",
  684. "homepage": "http://symfony.com"
  685. },
  686. {
  687. "name": "symfony/yaml",
  688. "version": "v2.5.0",
  689. "version_normalized": "2.5.0.0",
  690. "target-dir": "Symfony/Component/Yaml",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/symfony/Yaml.git",
  694. "reference": "b4b09c68ec2f2727574544ef0173684281a5033c"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/symfony/Yaml/zipball/b4b09c68ec2f2727574544ef0173684281a5033c",
  699. "reference": "b4b09c68ec2f2727574544ef0173684281a5033c",
  700. "shasum": ""
  701. },
  702. "require": {
  703. "php": ">=5.3.3"
  704. },
  705. "time": "2014-05-16 14:25:18",
  706. "type": "library",
  707. "extra": {
  708. "branch-alias": {
  709. "dev-master": "2.5-dev"
  710. }
  711. },
  712. "installation-source": "dist",
  713. "autoload": {
  714. "psr-0": {
  715. "Symfony\\Component\\Yaml\\": ""
  716. }
  717. },
  718. "notification-url": "https://packagist.org/downloads/",
  719. "license": [
  720. "MIT"
  721. ],
  722. "authors": [
  723. {
  724. "name": "Fabien Potencier",
  725. "email": "fabien@symfony.com",
  726. "homepage": "http://fabien.potencier.org",
  727. "role": "Lead Developer"
  728. },
  729. {
  730. "name": "Symfony Community",
  731. "homepage": "http://symfony.com/contributors"
  732. }
  733. ],
  734. "description": "Symfony Yaml Component",
  735. "homepage": "http://symfony.com"
  736. },
  737. {
  738. "name": "toin0u/digitalocean",
  739. "version": "1.4.2",
  740. "version_normalized": "1.4.2.0",
  741. "source": {
  742. "type": "git",
  743. "url": "https://github.com/toin0u/DigitalOcean.git",
  744. "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
  745. },
  746. "dist": {
  747. "type": "zip",
  748. "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
  749. "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
  750. "shasum": ""
  751. },
  752. "require": {
  753. "php": ">=5.3.0",
  754. "symfony/console": "~2.3",
  755. "symfony/yaml": "~2.3",
  756. "toin0u/http-adapter": "~1.0"
  757. },
  758. "require-dev": {
  759. "satooshi/php-coveralls": "~0.6"
  760. },
  761. "time": "2014-01-14 22:20:56",
  762. "bin": [
  763. "digitalocean"
  764. ],
  765. "type": "library",
  766. "extra": {
  767. "branch-alias": {
  768. "dev-master": "1.4-dev"
  769. }
  770. },
  771. "installation-source": "dist",
  772. "autoload": {
  773. "psr-0": {
  774. "DigitalOcean": "src/"
  775. }
  776. },
  777. "notification-url": "https://packagist.org/downloads/",
  778. "license": [
  779. "MIT"
  780. ],
  781. "authors": [
  782. {
  783. "name": "Antoine Corcy",
  784. "email": "contact@sbin.dk",
  785. "homepage": "http://sbin.dk",
  786. "role": "Developer"
  787. }
  788. ],
  789. "description": "DigitalOcean API PHP 5.3+ library",
  790. "homepage": "https://github.com/toin0u/DigitalOcean",
  791. "keywords": [
  792. "Cloud Hosting",
  793. "SSD",
  794. "api",
  795. "digitalocean",
  796. "vps"
  797. ]
  798. }
  799. ]