composer.lock 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932
  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": "3de2d83995130ea086a473db7a35a0a9",
  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": "emojione/emojione",
  137. "version": "v1.3.0",
  138. "source": {
  139. "type": "git",
  140. "url": "https://github.com/Ranks/emojione.git",
  141. "reference": "2a34acf3771a219045e133063aa759035d4f842c"
  142. },
  143. "dist": {
  144. "type": "zip",
  145. "url": "https://api.github.com/repos/Ranks/emojione/zipball/2a34acf3771a219045e133063aa759035d4f842c",
  146. "reference": "2a34acf3771a219045e133063aa759035d4f842c",
  147. "shasum": ""
  148. },
  149. "require": {
  150. "php": ">=5.3"
  151. },
  152. "type": "library",
  153. "autoload": {
  154. "psr-4": {
  155. "Emojione\\": "lib/php/src"
  156. }
  157. },
  158. "notification-url": "https://packagist.org/downloads/",
  159. "description": "Emoji One is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG and SVG formats provided for the emoji images.",
  160. "homepage": "http://www.emojione.com",
  161. "keywords": [
  162. "Emoji One",
  163. "emoji",
  164. "emojione",
  165. "emojis",
  166. "emoticons",
  167. "smileys",
  168. "smilies",
  169. "unicode"
  170. ],
  171. "time": "2014-10-31 19:31:57"
  172. },
  173. {
  174. "name": "evenement/evenement",
  175. "version": "v1.0.0",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/igorw/evenement.git",
  179. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  184. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "php": ">=5.3.0"
  189. },
  190. "type": "library",
  191. "autoload": {
  192. "psr-0": {
  193. "Evenement": "src"
  194. }
  195. },
  196. "notification-url": "https://packagist.org/downloads/",
  197. "license": [
  198. "MIT"
  199. ],
  200. "authors": [
  201. {
  202. "name": "Igor Wiedler",
  203. "email": "igor@wiedler.ch",
  204. "homepage": "http://wiedler.ch/igor/"
  205. }
  206. ],
  207. "description": "Événement is a very simple event dispatching library for PHP 5.3",
  208. "keywords": [
  209. "event-dispatcher"
  210. ],
  211. "time": "2012-05-30 15:01:08"
  212. },
  213. {
  214. "name": "michelf/php-markdown",
  215. "version": "1.4.1",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/michelf/php-markdown.git",
  219. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  224. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": ">=5.3.0"
  229. },
  230. "type": "library",
  231. "extra": {
  232. "branch-alias": {
  233. "dev-lib": "1.4.x-dev"
  234. }
  235. },
  236. "autoload": {
  237. "psr-0": {
  238. "Michelf": ""
  239. }
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "BSD-3-Clause"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Michel Fortin",
  248. "email": "michel.fortin@michelf.ca",
  249. "homepage": "http://michelf.ca/",
  250. "role": "Developer"
  251. },
  252. {
  253. "name": "John Gruber",
  254. "homepage": "http://daringfireball.net/"
  255. }
  256. ],
  257. "description": "PHP Markdown",
  258. "homepage": "http://michelf.ca/projects/php-markdown/",
  259. "keywords": [
  260. "markdown"
  261. ],
  262. "time": "2014-05-05 02:43:50"
  263. },
  264. {
  265. "name": "monolog/monolog",
  266. "version": "1.11.0",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/Seldaek/monolog.git",
  270. "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
  275. "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.3.0",
  280. "psr/log": "~1.0"
  281. },
  282. "provide": {
  283. "psr/log-implementation": "1.0.0"
  284. },
  285. "require-dev": {
  286. "aws/aws-sdk-php": "~2.4, >2.4.8",
  287. "doctrine/couchdb": "~1.0@dev",
  288. "graylog2/gelf-php": "~1.0",
  289. "phpunit/phpunit": "~3.7.0",
  290. "raven/raven": "~0.5",
  291. "ruflin/elastica": "0.90.*",
  292. "videlalvaro/php-amqplib": "~2.4"
  293. },
  294. "suggest": {
  295. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  296. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  297. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  298. "ext-mongo": "Allow sending log messages to a MongoDB server",
  299. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  300. "raven/raven": "Allow sending log messages to a Sentry server",
  301. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  302. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  303. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  304. },
  305. "type": "library",
  306. "extra": {
  307. "branch-alias": {
  308. "dev-master": "1.11.x-dev"
  309. }
  310. },
  311. "autoload": {
  312. "psr-4": {
  313. "Monolog\\": "src/Monolog"
  314. }
  315. },
  316. "notification-url": "https://packagist.org/downloads/",
  317. "license": [
  318. "MIT"
  319. ],
  320. "authors": [
  321. {
  322. "name": "Jordi Boggiano",
  323. "email": "j.boggiano@seld.be",
  324. "homepage": "http://seld.be"
  325. }
  326. ],
  327. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  328. "homepage": "http://github.com/Seldaek/monolog",
  329. "keywords": [
  330. "log",
  331. "logging",
  332. "psr-3"
  333. ],
  334. "time": "2014-09-30 13:30:58"
  335. },
  336. {
  337. "name": "neutron/temporary-filesystem",
  338. "version": "2.1.1",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
  342. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  347. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "symfony/filesystem": "~2.0"
  352. },
  353. "require-dev": {
  354. "phpunit/phpunit": "~3.7"
  355. },
  356. "type": "library",
  357. "autoload": {
  358. "psr-0": {
  359. "Neutron": "src"
  360. }
  361. },
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "MIT"
  365. ],
  366. "authors": [
  367. {
  368. "name": "Romain Neutron",
  369. "email": "imprec@gmail.com",
  370. "homepage": "http://www.lickmychip.com/"
  371. }
  372. ],
  373. "description": "Symfony filesystem extension to handle temporary files",
  374. "time": "2013-10-10 10:58:09"
  375. },
  376. {
  377. "name": "php-ffmpeg/php-ffmpeg",
  378. "version": "0.3.x-dev",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  382. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  387. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "alchemy/binary-driver": "~1.5",
  392. "doctrine/cache": "~1.0",
  393. "evenement/evenement": "~1.0",
  394. "neutron/temporary-filesystem": "~2.1, >=2.1.1",
  395. "php": ">=5.3.3"
  396. },
  397. "require-dev": {
  398. "phpunit/phpunit": "~3.7",
  399. "sami/sami": "~1.0",
  400. "silex/silex": "~1.0"
  401. },
  402. "suggest": {
  403. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  404. },
  405. "type": "library",
  406. "extra": {
  407. "branch-alias": {
  408. "dev-master": "0.4-dev"
  409. }
  410. },
  411. "autoload": {
  412. "psr-0": {
  413. "FFMpeg": "src"
  414. }
  415. },
  416. "notification-url": "https://packagist.org/downloads/",
  417. "license": [
  418. "MIT"
  419. ],
  420. "authors": [
  421. {
  422. "name": "Romain Neutron",
  423. "email": "imprec@gmail.com",
  424. "homepage": "http://www.lickmychip.com/"
  425. },
  426. {
  427. "name": "Phraseanet Team",
  428. "email": "info@alchemy.fr",
  429. "homepage": "http://www.phraseanet.com/"
  430. }
  431. ],
  432. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  433. "keywords": [
  434. "audio",
  435. "audio processing",
  436. "avconv",
  437. "avprobe",
  438. "ffmpeg",
  439. "ffprobe",
  440. "video",
  441. "video processing"
  442. ],
  443. "time": "2013-10-21 12:13:46"
  444. },
  445. {
  446. "name": "psr/log",
  447. "version": "1.0.0",
  448. "source": {
  449. "type": "git",
  450. "url": "https://github.com/php-fig/log.git",
  451. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  452. },
  453. "dist": {
  454. "type": "zip",
  455. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  456. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  457. "shasum": ""
  458. },
  459. "type": "library",
  460. "autoload": {
  461. "psr-0": {
  462. "Psr\\Log\\": ""
  463. }
  464. },
  465. "notification-url": "https://packagist.org/downloads/",
  466. "license": [
  467. "MIT"
  468. ],
  469. "authors": [
  470. {
  471. "name": "PHP-FIG",
  472. "homepage": "http://www.php-fig.org/"
  473. }
  474. ],
  475. "description": "Common interface for logging libraries",
  476. "keywords": [
  477. "log",
  478. "psr",
  479. "psr-3"
  480. ],
  481. "time": "2012-12-21 11:40:51"
  482. },
  483. {
  484. "name": "sabre/vobject",
  485. "version": "3.3.3",
  486. "source": {
  487. "type": "git",
  488. "url": "https://github.com/fruux/sabre-vobject.git",
  489. "reference": "de508f160e811c09b5e651909eb20b9e058a043c"
  490. },
  491. "dist": {
  492. "type": "zip",
  493. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/de508f160e811c09b5e651909eb20b9e058a043c",
  494. "reference": "de508f160e811c09b5e651909eb20b9e058a043c",
  495. "shasum": ""
  496. },
  497. "require": {
  498. "ext-mbstring": "*",
  499. "php": ">=5.3.1"
  500. },
  501. "require-dev": {
  502. "phpunit/phpunit": "*",
  503. "squizlabs/php_codesniffer": "*"
  504. },
  505. "bin": [
  506. "bin/vobject",
  507. "bin/generate_vcards"
  508. ],
  509. "type": "library",
  510. "extra": {
  511. "branch-alias": {
  512. "dev-master": "3.2.x-dev"
  513. }
  514. },
  515. "autoload": {
  516. "psr-4": {
  517. "Sabre\\VObject\\": "lib/"
  518. }
  519. },
  520. "notification-url": "https://packagist.org/downloads/",
  521. "license": [
  522. "BSD-3-Clause"
  523. ],
  524. "authors": [
  525. {
  526. "name": "Evert Pot",
  527. "email": "me@evertpot.com",
  528. "homepage": "http://evertpot.com/",
  529. "role": "Developer"
  530. },
  531. {
  532. "name": "Dominik Tobschall",
  533. "email": "dominik@fruux.com",
  534. "homepage": "http://tobschall.de/",
  535. "role": "Developer"
  536. }
  537. ],
  538. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  539. "homepage": "http://sabre.io/vobject/",
  540. "keywords": [
  541. "VObject",
  542. "iCalendar",
  543. "jCal",
  544. "jCard",
  545. "vCard"
  546. ],
  547. "time": "2014-10-09 15:59:25"
  548. },
  549. {
  550. "name": "symfony/console",
  551. "version": "v2.5.6",
  552. "target-dir": "Symfony/Component/Console",
  553. "source": {
  554. "type": "git",
  555. "url": "https://github.com/symfony/Console.git",
  556. "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0"
  557. },
  558. "dist": {
  559. "type": "zip",
  560. "url": "https://api.github.com/repos/symfony/Console/zipball/6f177fca24200a5b97aef5ce7a5c98124a0f0db0",
  561. "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0",
  562. "shasum": ""
  563. },
  564. "require": {
  565. "php": ">=5.3.3"
  566. },
  567. "require-dev": {
  568. "psr/log": "~1.0",
  569. "symfony/event-dispatcher": "~2.1"
  570. },
  571. "suggest": {
  572. "psr/log": "For using the console logger",
  573. "symfony/event-dispatcher": ""
  574. },
  575. "type": "library",
  576. "extra": {
  577. "branch-alias": {
  578. "dev-master": "2.5-dev"
  579. }
  580. },
  581. "autoload": {
  582. "psr-0": {
  583. "Symfony\\Component\\Console\\": ""
  584. }
  585. },
  586. "notification-url": "https://packagist.org/downloads/",
  587. "license": [
  588. "MIT"
  589. ],
  590. "authors": [
  591. {
  592. "name": "Symfony Community",
  593. "homepage": "http://symfony.com/contributors"
  594. },
  595. {
  596. "name": "Fabien Potencier",
  597. "email": "fabien@symfony.com"
  598. }
  599. ],
  600. "description": "Symfony Console Component",
  601. "homepage": "http://symfony.com",
  602. "time": "2014-10-05 13:57:04"
  603. },
  604. {
  605. "name": "symfony/filesystem",
  606. "version": "v2.5.6",
  607. "target-dir": "Symfony/Component/Filesystem",
  608. "source": {
  609. "type": "git",
  610. "url": "https://github.com/symfony/Filesystem.git",
  611. "reference": "4e62fab0060a826561c78b665925b37c870c45f5"
  612. },
  613. "dist": {
  614. "type": "zip",
  615. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4e62fab0060a826561c78b665925b37c870c45f5",
  616. "reference": "4e62fab0060a826561c78b665925b37c870c45f5",
  617. "shasum": ""
  618. },
  619. "require": {
  620. "php": ">=5.3.3"
  621. },
  622. "type": "library",
  623. "extra": {
  624. "branch-alias": {
  625. "dev-master": "2.5-dev"
  626. }
  627. },
  628. "autoload": {
  629. "psr-0": {
  630. "Symfony\\Component\\Filesystem\\": ""
  631. }
  632. },
  633. "notification-url": "https://packagist.org/downloads/",
  634. "license": [
  635. "MIT"
  636. ],
  637. "authors": [
  638. {
  639. "name": "Symfony Community",
  640. "homepage": "http://symfony.com/contributors"
  641. },
  642. {
  643. "name": "Fabien Potencier",
  644. "email": "fabien@symfony.com"
  645. }
  646. ],
  647. "description": "Symfony Filesystem Component",
  648. "homepage": "http://symfony.com",
  649. "time": "2014-09-22 09:14:18"
  650. },
  651. {
  652. "name": "symfony/process",
  653. "version": "v2.5.6",
  654. "target-dir": "Symfony/Component/Process",
  655. "source": {
  656. "type": "git",
  657. "url": "https://github.com/symfony/Process.git",
  658. "reference": "9bbacbb3a7a27b17c0d51e2f126f59e0e588ad3a"
  659. },
  660. "dist": {
  661. "type": "zip",
  662. "url": "https://api.github.com/repos/symfony/Process/zipball/9bbacbb3a7a27b17c0d51e2f126f59e0e588ad3a",
  663. "reference": "9bbacbb3a7a27b17c0d51e2f126f59e0e588ad3a",
  664. "shasum": ""
  665. },
  666. "require": {
  667. "php": ">=5.3.3"
  668. },
  669. "type": "library",
  670. "extra": {
  671. "branch-alias": {
  672. "dev-master": "2.5-dev"
  673. }
  674. },
  675. "autoload": {
  676. "psr-0": {
  677. "Symfony\\Component\\Process\\": ""
  678. }
  679. },
  680. "notification-url": "https://packagist.org/downloads/",
  681. "license": [
  682. "MIT"
  683. ],
  684. "authors": [
  685. {
  686. "name": "Symfony Community",
  687. "homepage": "http://symfony.com/contributors"
  688. },
  689. {
  690. "name": "Fabien Potencier",
  691. "email": "fabien@symfony.com"
  692. }
  693. ],
  694. "description": "Symfony Process Component",
  695. "homepage": "http://symfony.com",
  696. "time": "2014-10-01 05:50:18"
  697. },
  698. {
  699. "name": "symfony/yaml",
  700. "version": "v2.5.6",
  701. "target-dir": "Symfony/Component/Yaml",
  702. "source": {
  703. "type": "git",
  704. "url": "https://github.com/symfony/Yaml.git",
  705. "reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726"
  706. },
  707. "dist": {
  708. "type": "zip",
  709. "url": "https://api.github.com/repos/symfony/Yaml/zipball/2d9f527449cabfa8543dd7fa3a466d6ae83d6726",
  710. "reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726",
  711. "shasum": ""
  712. },
  713. "require": {
  714. "php": ">=5.3.3"
  715. },
  716. "type": "library",
  717. "extra": {
  718. "branch-alias": {
  719. "dev-master": "2.5-dev"
  720. }
  721. },
  722. "autoload": {
  723. "psr-0": {
  724. "Symfony\\Component\\Yaml\\": ""
  725. }
  726. },
  727. "notification-url": "https://packagist.org/downloads/",
  728. "license": [
  729. "MIT"
  730. ],
  731. "authors": [
  732. {
  733. "name": "Symfony Community",
  734. "homepage": "http://symfony.com/contributors"
  735. },
  736. {
  737. "name": "Fabien Potencier",
  738. "email": "fabien@symfony.com"
  739. }
  740. ],
  741. "description": "Symfony Yaml Component",
  742. "homepage": "http://symfony.com",
  743. "time": "2014-10-01 05:50:18"
  744. },
  745. {
  746. "name": "toin0u/digitalocean",
  747. "version": "1.4.2",
  748. "source": {
  749. "type": "git",
  750. "url": "https://github.com/toin0u/DigitalOcean.git",
  751. "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
  752. },
  753. "dist": {
  754. "type": "zip",
  755. "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
  756. "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
  757. "shasum": ""
  758. },
  759. "require": {
  760. "php": ">=5.3.0",
  761. "symfony/console": "~2.3",
  762. "symfony/yaml": "~2.3",
  763. "toin0u/http-adapter": "~1.0"
  764. },
  765. "require-dev": {
  766. "satooshi/php-coveralls": "~0.6"
  767. },
  768. "bin": [
  769. "digitalocean"
  770. ],
  771. "type": "library",
  772. "extra": {
  773. "branch-alias": {
  774. "dev-master": "1.4-dev"
  775. }
  776. },
  777. "autoload": {
  778. "psr-0": {
  779. "DigitalOcean": "src/"
  780. }
  781. },
  782. "notification-url": "https://packagist.org/downloads/",
  783. "license": [
  784. "MIT"
  785. ],
  786. "authors": [
  787. {
  788. "name": "Antoine Corcy",
  789. "email": "contact@sbin.dk",
  790. "homepage": "http://sbin.dk",
  791. "role": "Developer"
  792. }
  793. ],
  794. "description": "DigitalOcean API PHP 5.3+ library",
  795. "homepage": "https://github.com/toin0u/DigitalOcean",
  796. "keywords": [
  797. "Cloud Hosting",
  798. "SSD",
  799. "api",
  800. "digitalocean",
  801. "vps"
  802. ],
  803. "time": "2014-01-14 22:20:56"
  804. },
  805. {
  806. "name": "toin0u/http-adapter",
  807. "version": "1.0.3",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/toin0u/HttpAdapter.git",
  811. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
  816. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "ext-curl": "*",
  821. "php": ">=5.3.0"
  822. },
  823. "require-dev": {
  824. "guzzle/guzzle": "@stable",
  825. "kriswallsmith/buzz": "@stable",
  826. "satooshi/php-coveralls": "~0.6",
  827. "zendframework/zendframework": "~2.1"
  828. },
  829. "suggest": {
  830. "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
  831. "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
  832. "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
  833. },
  834. "type": "library",
  835. "extra": {
  836. "branch-alias": {
  837. "dev-master": "1.0-dev"
  838. }
  839. },
  840. "autoload": {
  841. "psr-0": {
  842. "HttpAdapter": "src/"
  843. }
  844. },
  845. "notification-url": "https://packagist.org/downloads/",
  846. "license": [
  847. "MIT"
  848. ],
  849. "authors": [
  850. {
  851. "name": "Antoine Corcy",
  852. "email": "contact@sbin.dk",
  853. "homepage": "http://sbin.dk",
  854. "role": "Developer"
  855. }
  856. ],
  857. "description": "HttpAdapter PHP 5.3+ library",
  858. "homepage": "https://github.com/toin0u/HttpAdapter",
  859. "keywords": [
  860. "adapter",
  861. "http"
  862. ],
  863. "time": "2013-05-26 18:18:11"
  864. },
  865. {
  866. "name": "twig/twig",
  867. "version": "v1.16.2",
  868. "source": {
  869. "type": "git",
  870. "url": "https://github.com/fabpot/Twig.git",
  871. "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
  872. },
  873. "dist": {
  874. "type": "zip",
  875. "url": "https://api.github.com/repos/fabpot/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
  876. "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
  877. "shasum": ""
  878. },
  879. "require": {
  880. "php": ">=5.2.4"
  881. },
  882. "type": "library",
  883. "extra": {
  884. "branch-alias": {
  885. "dev-master": "1.16-dev"
  886. }
  887. },
  888. "autoload": {
  889. "psr-0": {
  890. "Twig_": "lib/"
  891. }
  892. },
  893. "notification-url": "https://packagist.org/downloads/",
  894. "license": [
  895. "BSD-3-Clause"
  896. ],
  897. "authors": [
  898. {
  899. "name": "Fabien Potencier",
  900. "email": "fabien@symfony.com",
  901. "homepage": "http://fabien.potencier.org",
  902. "role": "Lead Developer"
  903. },
  904. {
  905. "name": "Armin Ronacher",
  906. "email": "armin.ronacher@active-4.com",
  907. "role": "Project Founder"
  908. },
  909. {
  910. "name": "Twig Team",
  911. "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
  912. "role": "Contributors"
  913. }
  914. ],
  915. "description": "Twig, the flexible, fast, and secure template language for PHP",
  916. "homepage": "http://twig.sensiolabs.org",
  917. "keywords": [
  918. "templating"
  919. ],
  920. "time": "2014-10-17 12:53:44"
  921. }
  922. ],
  923. "packages-dev": [],
  924. "aliases": [],
  925. "minimum-stability": "stable",
  926. "stability-flags": {
  927. "php-ffmpeg/php-ffmpeg": 20
  928. },
  929. "prefer-stable": false,
  930. "platform": [],
  931. "platform-dev": []
  932. }