composer.lock 29 KB

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