composer.lock 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132
  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": "a422c2e4eb5cfff2fa4784fd9036ed9c",
  8. "packages": [
  9. {
  10. "name": "aferrandini/phpqrcode",
  11. "version": "1.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aferrandini/PHPQRCode.git",
  15. "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
  20. "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-0": {
  29. "PHPQRCode": "lib/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Ariel Ferrandini",
  39. "email": "arielferrandini@gmail.com",
  40. "homepage": "http://www.ferrandini.com/",
  41. "role": "Developer"
  42. }
  43. ],
  44. "description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
  45. "homepage": "https://github.com/aferrandini/PHPQRCode",
  46. "keywords": [
  47. "barcode",
  48. "php",
  49. "qrcode"
  50. ],
  51. "time": "2013-07-08 09:39:08"
  52. },
  53. {
  54. "name": "alchemy/binary-driver",
  55. "version": "1.5.0",
  56. "source": {
  57. "type": "git",
  58. "url": "https://github.com/alchemy-fr/BinaryDriver.git",
  59. "reference": "b32c03d4b56ce29f783051eac55887adae654b41"
  60. },
  61. "dist": {
  62. "type": "zip",
  63. "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/b32c03d4b56ce29f783051eac55887adae654b41",
  64. "reference": "b32c03d4b56ce29f783051eac55887adae654b41",
  65. "shasum": ""
  66. },
  67. "require": {
  68. "evenement/evenement": "~1.0",
  69. "monolog/monolog": "~1.3",
  70. "php": ">=5.3.3",
  71. "psr/log": "~1.0",
  72. "symfony/process": "~2.0"
  73. },
  74. "require-dev": {
  75. "phpunit/phpunit": "~3.7"
  76. },
  77. "type": "library",
  78. "autoload": {
  79. "psr-0": {
  80. "Alchemy": "src"
  81. }
  82. },
  83. "notification-url": "https://packagist.org/downloads/",
  84. "license": [
  85. "MIT"
  86. ],
  87. "authors": [
  88. {
  89. "name": "Romain Neutron",
  90. "email": "imprec@gmail.com",
  91. "homepage": "http://www.lickmychip.com/"
  92. },
  93. {
  94. "name": "Nicolas Le Goff",
  95. "email": "legoff.n@gmail.com"
  96. },
  97. {
  98. "name": "Phraseanet Team",
  99. "email": "info@alchemy.fr",
  100. "homepage": "http://www.phraseanet.com/"
  101. }
  102. ],
  103. "description": "A set of tools to build binary drivers",
  104. "keywords": [
  105. "binary",
  106. "driver"
  107. ],
  108. "time": "2013-06-21 15:51:20"
  109. },
  110. {
  111. "name": "doctrine/cache",
  112. "version": "v1.4.0",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/doctrine/cache.git",
  116. "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
  121. "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
  122. "shasum": ""
  123. },
  124. "require": {
  125. "php": ">=5.3.2"
  126. },
  127. "conflict": {
  128. "doctrine/common": ">2.2,<2.4"
  129. },
  130. "require-dev": {
  131. "phpunit/phpunit": ">=3.7",
  132. "predis/predis": "~0.8",
  133. "satooshi/php-coveralls": "~0.6"
  134. },
  135. "type": "library",
  136. "extra": {
  137. "branch-alias": {
  138. "dev-master": "1.4.x-dev"
  139. }
  140. },
  141. "autoload": {
  142. "psr-0": {
  143. "Doctrine\\Common\\Cache\\": "lib/"
  144. }
  145. },
  146. "notification-url": "https://packagist.org/downloads/",
  147. "license": [
  148. "MIT"
  149. ],
  150. "authors": [
  151. {
  152. "name": "Roman Borschel",
  153. "email": "roman@code-factory.org"
  154. },
  155. {
  156. "name": "Benjamin Eberlei",
  157. "email": "kontakt@beberlei.de"
  158. },
  159. {
  160. "name": "Guilherme Blanco",
  161. "email": "guilhermeblanco@gmail.com"
  162. },
  163. {
  164. "name": "Jonathan Wage",
  165. "email": "jonwage@gmail.com"
  166. },
  167. {
  168. "name": "Johannes Schmitt",
  169. "email": "schmittjoh@gmail.com"
  170. }
  171. ],
  172. "description": "Caching library offering an object-oriented API for many cache backends",
  173. "homepage": "http://www.doctrine-project.org",
  174. "keywords": [
  175. "cache",
  176. "caching"
  177. ],
  178. "time": "2015-01-15 20:38:55"
  179. },
  180. {
  181. "name": "emojione/emojione",
  182. "version": "v1.3.0",
  183. "source": {
  184. "type": "git",
  185. "url": "https://github.com/Ranks/emojione.git",
  186. "reference": "2a34acf3771a219045e133063aa759035d4f842c"
  187. },
  188. "dist": {
  189. "type": "zip",
  190. "url": "https://api.github.com/repos/Ranks/emojione/zipball/2a34acf3771a219045e133063aa759035d4f842c",
  191. "reference": "2a34acf3771a219045e133063aa759035d4f842c",
  192. "shasum": ""
  193. },
  194. "require": {
  195. "php": ">=5.3"
  196. },
  197. "type": "library",
  198. "autoload": {
  199. "psr-4": {
  200. "Emojione\\": "lib/php/src"
  201. }
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "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.",
  205. "homepage": "http://www.emojione.com",
  206. "keywords": [
  207. "Emoji One",
  208. "emoji",
  209. "emojione",
  210. "emojis",
  211. "emoticons",
  212. "smileys",
  213. "smilies",
  214. "unicode"
  215. ],
  216. "time": "2014-10-31 19:31:57"
  217. },
  218. {
  219. "name": "evenement/evenement",
  220. "version": "v1.0.0",
  221. "source": {
  222. "type": "git",
  223. "url": "https://github.com/igorw/evenement.git",
  224. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
  225. },
  226. "dist": {
  227. "type": "zip",
  228. "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  229. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  230. "shasum": ""
  231. },
  232. "require": {
  233. "php": ">=5.3.0"
  234. },
  235. "type": "library",
  236. "autoload": {
  237. "psr-0": {
  238. "Evenement": "src"
  239. }
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "MIT"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Igor Wiedler",
  248. "email": "igor@wiedler.ch",
  249. "homepage": "http://wiedler.ch/igor/"
  250. }
  251. ],
  252. "description": "Événement is a very simple event dispatching library for PHP 5.3",
  253. "keywords": [
  254. "event-dispatcher"
  255. ],
  256. "time": "2012-05-30 15:01:08"
  257. },
  258. {
  259. "name": "ezyang/htmlpurifier",
  260. "version": "v4.6.0",
  261. "source": {
  262. "type": "git",
  263. "url": "https://github.com/ezyang/htmlpurifier.git",
  264. "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
  265. },
  266. "dist": {
  267. "type": "zip",
  268. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
  269. "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
  270. "shasum": ""
  271. },
  272. "require": {
  273. "php": ">=5.2"
  274. },
  275. "type": "library",
  276. "autoload": {
  277. "psr-0": {
  278. "HTMLPurifier": "library/"
  279. },
  280. "files": [
  281. "library/HTMLPurifier.composer.php"
  282. ]
  283. },
  284. "notification-url": "https://packagist.org/downloads/",
  285. "license": [
  286. "LGPL"
  287. ],
  288. "authors": [
  289. {
  290. "name": "Edward Z. Yang",
  291. "email": "admin@htmlpurifier.org",
  292. "homepage": "http://ezyang.com"
  293. }
  294. ],
  295. "description": "Standards compliant HTML filter written in PHP",
  296. "homepage": "http://htmlpurifier.org/",
  297. "keywords": [
  298. "html"
  299. ],
  300. "time": "2013-11-30 08:25:19"
  301. },
  302. {
  303. "name": "michelf/php-markdown",
  304. "version": "1.4.1",
  305. "source": {
  306. "type": "git",
  307. "url": "https://github.com/michelf/php-markdown.git",
  308. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
  309. },
  310. "dist": {
  311. "type": "zip",
  312. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  313. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  314. "shasum": ""
  315. },
  316. "require": {
  317. "php": ">=5.3.0"
  318. },
  319. "type": "library",
  320. "extra": {
  321. "branch-alias": {
  322. "dev-lib": "1.4.x-dev"
  323. }
  324. },
  325. "autoload": {
  326. "psr-0": {
  327. "Michelf": ""
  328. }
  329. },
  330. "notification-url": "https://packagist.org/downloads/",
  331. "license": [
  332. "BSD-3-Clause"
  333. ],
  334. "authors": [
  335. {
  336. "name": "Michel Fortin",
  337. "email": "michel.fortin@michelf.ca",
  338. "homepage": "http://michelf.ca/",
  339. "role": "Developer"
  340. },
  341. {
  342. "name": "John Gruber",
  343. "homepage": "http://daringfireball.net/"
  344. }
  345. ],
  346. "description": "PHP Markdown",
  347. "homepage": "http://michelf.ca/projects/php-markdown/",
  348. "keywords": [
  349. "markdown"
  350. ],
  351. "time": "2014-05-05 02:43:50"
  352. },
  353. {
  354. "name": "monolog/monolog",
  355. "version": "1.12.0",
  356. "source": {
  357. "type": "git",
  358. "url": "https://github.com/Seldaek/monolog.git",
  359. "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
  360. },
  361. "dist": {
  362. "type": "zip",
  363. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
  364. "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
  365. "shasum": ""
  366. },
  367. "require": {
  368. "php": ">=5.3.0",
  369. "psr/log": "~1.0"
  370. },
  371. "provide": {
  372. "psr/log-implementation": "1.0.0"
  373. },
  374. "require-dev": {
  375. "aws/aws-sdk-php": "~2.4, >2.4.8",
  376. "doctrine/couchdb": "~1.0@dev",
  377. "graylog2/gelf-php": "~1.0",
  378. "phpunit/phpunit": "~4.0",
  379. "raven/raven": "~0.5",
  380. "ruflin/elastica": "0.90.*",
  381. "videlalvaro/php-amqplib": "~2.4"
  382. },
  383. "suggest": {
  384. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  385. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  386. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  387. "ext-mongo": "Allow sending log messages to a MongoDB server",
  388. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  389. "raven/raven": "Allow sending log messages to a Sentry server",
  390. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  391. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  392. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  393. },
  394. "type": "library",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-master": "1.12.x-dev"
  398. }
  399. },
  400. "autoload": {
  401. "psr-4": {
  402. "Monolog\\": "src/Monolog"
  403. }
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "MIT"
  408. ],
  409. "authors": [
  410. {
  411. "name": "Jordi Boggiano",
  412. "email": "j.boggiano@seld.be",
  413. "homepage": "http://seld.be"
  414. }
  415. ],
  416. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  417. "homepage": "http://github.com/Seldaek/monolog",
  418. "keywords": [
  419. "log",
  420. "logging",
  421. "psr-3"
  422. ],
  423. "time": "2014-12-29 21:29:35"
  424. },
  425. {
  426. "name": "neutron/temporary-filesystem",
  427. "version": "2.1.1",
  428. "source": {
  429. "type": "git",
  430. "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
  431. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
  432. },
  433. "dist": {
  434. "type": "zip",
  435. "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  436. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  437. "shasum": ""
  438. },
  439. "require": {
  440. "symfony/filesystem": "~2.0"
  441. },
  442. "require-dev": {
  443. "phpunit/phpunit": "~3.7"
  444. },
  445. "type": "library",
  446. "autoload": {
  447. "psr-0": {
  448. "Neutron": "src"
  449. }
  450. },
  451. "notification-url": "https://packagist.org/downloads/",
  452. "license": [
  453. "MIT"
  454. ],
  455. "authors": [
  456. {
  457. "name": "Romain Neutron",
  458. "email": "imprec@gmail.com",
  459. "homepage": "http://www.lickmychip.com/"
  460. }
  461. ],
  462. "description": "Symfony filesystem extension to handle temporary files",
  463. "time": "2013-10-10 10:58:09"
  464. },
  465. {
  466. "name": "php-ffmpeg/php-ffmpeg",
  467. "version": "0.3.x-dev",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  471. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  476. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "alchemy/binary-driver": "~1.5",
  481. "doctrine/cache": "~1.0",
  482. "evenement/evenement": "~1.0",
  483. "neutron/temporary-filesystem": "~2.1, >=2.1.1",
  484. "php": ">=5.3.3"
  485. },
  486. "require-dev": {
  487. "phpunit/phpunit": "~3.7",
  488. "sami/sami": "~1.0",
  489. "silex/silex": "~1.0"
  490. },
  491. "suggest": {
  492. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  493. },
  494. "type": "library",
  495. "extra": {
  496. "branch-alias": {
  497. "dev-master": "0.4-dev"
  498. }
  499. },
  500. "autoload": {
  501. "psr-0": {
  502. "FFMpeg": "src"
  503. }
  504. },
  505. "notification-url": "https://packagist.org/downloads/",
  506. "license": [
  507. "MIT"
  508. ],
  509. "authors": [
  510. {
  511. "name": "Romain Neutron",
  512. "email": "imprec@gmail.com",
  513. "homepage": "http://www.lickmychip.com/"
  514. },
  515. {
  516. "name": "Phraseanet Team",
  517. "email": "info@alchemy.fr",
  518. "homepage": "http://www.phraseanet.com/"
  519. }
  520. ],
  521. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  522. "keywords": [
  523. "audio",
  524. "audio processing",
  525. "avconv",
  526. "avprobe",
  527. "ffmpeg",
  528. "ffprobe",
  529. "video",
  530. "video processing"
  531. ],
  532. "time": "2013-10-21 12:13:46"
  533. },
  534. {
  535. "name": "psr/log",
  536. "version": "1.0.0",
  537. "source": {
  538. "type": "git",
  539. "url": "https://github.com/php-fig/log.git",
  540. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  541. },
  542. "dist": {
  543. "type": "zip",
  544. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  545. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  546. "shasum": ""
  547. },
  548. "type": "library",
  549. "autoload": {
  550. "psr-0": {
  551. "Psr\\Log\\": ""
  552. }
  553. },
  554. "notification-url": "https://packagist.org/downloads/",
  555. "license": [
  556. "MIT"
  557. ],
  558. "authors": [
  559. {
  560. "name": "PHP-FIG",
  561. "homepage": "http://www.php-fig.org/"
  562. }
  563. ],
  564. "description": "Common interface for logging libraries",
  565. "keywords": [
  566. "log",
  567. "psr",
  568. "psr-3"
  569. ],
  570. "time": "2012-12-21 11:40:51"
  571. },
  572. {
  573. "name": "sabre/vobject",
  574. "version": "3.3.5",
  575. "source": {
  576. "type": "git",
  577. "url": "https://github.com/fruux/sabre-vobject.git",
  578. "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/77cb636a5bde4c19d7522c2c548b258859ddd1ef",
  583. "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef",
  584. "shasum": ""
  585. },
  586. "require": {
  587. "ext-mbstring": "*",
  588. "php": ">=5.3.1"
  589. },
  590. "require-dev": {
  591. "phpunit/phpunit": "*",
  592. "squizlabs/php_codesniffer": "*"
  593. },
  594. "bin": [
  595. "bin/vobject",
  596. "bin/generate_vcards"
  597. ],
  598. "type": "library",
  599. "extra": {
  600. "branch-alias": {
  601. "dev-master": "3.2.x-dev"
  602. }
  603. },
  604. "autoload": {
  605. "psr-4": {
  606. "Sabre\\VObject\\": "lib/"
  607. }
  608. },
  609. "notification-url": "https://packagist.org/downloads/",
  610. "license": [
  611. "BSD-3-Clause"
  612. ],
  613. "authors": [
  614. {
  615. "name": "Evert Pot",
  616. "email": "me@evertpot.com",
  617. "homepage": "http://evertpot.com/",
  618. "role": "Developer"
  619. },
  620. {
  621. "name": "Dominik Tobschall",
  622. "email": "dominik@fruux.com",
  623. "homepage": "http://tobschall.de/",
  624. "role": "Developer"
  625. }
  626. ],
  627. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  628. "homepage": "http://sabre.io/vobject/",
  629. "keywords": [
  630. "VObject",
  631. "iCalendar",
  632. "jCal",
  633. "jCard",
  634. "vCard"
  635. ],
  636. "time": "2015-01-10 00:54:52"
  637. },
  638. {
  639. "name": "symfony/console",
  640. "version": "v2.6.4",
  641. "target-dir": "Symfony/Component/Console",
  642. "source": {
  643. "type": "git",
  644. "url": "https://github.com/symfony/Console.git",
  645. "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34"
  646. },
  647. "dist": {
  648. "type": "zip",
  649. "url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
  650. "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
  651. "shasum": ""
  652. },
  653. "require": {
  654. "php": ">=5.3.3"
  655. },
  656. "require-dev": {
  657. "psr/log": "~1.0",
  658. "symfony/event-dispatcher": "~2.1",
  659. "symfony/process": "~2.1"
  660. },
  661. "suggest": {
  662. "psr/log": "For using the console logger",
  663. "symfony/event-dispatcher": "",
  664. "symfony/process": ""
  665. },
  666. "type": "library",
  667. "extra": {
  668. "branch-alias": {
  669. "dev-master": "2.6-dev"
  670. }
  671. },
  672. "autoload": {
  673. "psr-0": {
  674. "Symfony\\Component\\Console\\": ""
  675. }
  676. },
  677. "notification-url": "https://packagist.org/downloads/",
  678. "license": [
  679. "MIT"
  680. ],
  681. "authors": [
  682. {
  683. "name": "Symfony Community",
  684. "homepage": "http://symfony.com/contributors"
  685. },
  686. {
  687. "name": "Fabien Potencier",
  688. "email": "fabien@symfony.com"
  689. }
  690. ],
  691. "description": "Symfony Console Component",
  692. "homepage": "http://symfony.com",
  693. "time": "2015-01-25 04:39:26"
  694. },
  695. {
  696. "name": "symfony/filesystem",
  697. "version": "v2.6.4",
  698. "target-dir": "Symfony/Component/Filesystem",
  699. "source": {
  700. "type": "git",
  701. "url": "https://github.com/symfony/Filesystem.git",
  702. "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
  703. },
  704. "dist": {
  705. "type": "zip",
  706. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
  707. "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
  708. "shasum": ""
  709. },
  710. "require": {
  711. "php": ">=5.3.3"
  712. },
  713. "type": "library",
  714. "extra": {
  715. "branch-alias": {
  716. "dev-master": "2.6-dev"
  717. }
  718. },
  719. "autoload": {
  720. "psr-0": {
  721. "Symfony\\Component\\Filesystem\\": ""
  722. }
  723. },
  724. "notification-url": "https://packagist.org/downloads/",
  725. "license": [
  726. "MIT"
  727. ],
  728. "authors": [
  729. {
  730. "name": "Symfony Community",
  731. "homepage": "http://symfony.com/contributors"
  732. },
  733. {
  734. "name": "Fabien Potencier",
  735. "email": "fabien@symfony.com"
  736. }
  737. ],
  738. "description": "Symfony Filesystem Component",
  739. "homepage": "http://symfony.com",
  740. "time": "2015-01-03 21:13:09"
  741. },
  742. {
  743. "name": "symfony/process",
  744. "version": "v2.6.4",
  745. "target-dir": "Symfony/Component/Process",
  746. "source": {
  747. "type": "git",
  748. "url": "https://github.com/symfony/Process.git",
  749. "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae"
  750. },
  751. "dist": {
  752. "type": "zip",
  753. "url": "https://api.github.com/repos/symfony/Process/zipball/ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
  754. "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
  755. "shasum": ""
  756. },
  757. "require": {
  758. "php": ">=5.3.3"
  759. },
  760. "type": "library",
  761. "extra": {
  762. "branch-alias": {
  763. "dev-master": "2.6-dev"
  764. }
  765. },
  766. "autoload": {
  767. "psr-0": {
  768. "Symfony\\Component\\Process\\": ""
  769. }
  770. },
  771. "notification-url": "https://packagist.org/downloads/",
  772. "license": [
  773. "MIT"
  774. ],
  775. "authors": [
  776. {
  777. "name": "Symfony Community",
  778. "homepage": "http://symfony.com/contributors"
  779. },
  780. {
  781. "name": "Fabien Potencier",
  782. "email": "fabien@symfony.com"
  783. }
  784. ],
  785. "description": "Symfony Process Component",
  786. "homepage": "http://symfony.com",
  787. "time": "2015-01-25 04:39:26"
  788. },
  789. {
  790. "name": "symfony/yaml",
  791. "version": "v2.6.4",
  792. "target-dir": "Symfony/Component/Yaml",
  793. "source": {
  794. "type": "git",
  795. "url": "https://github.com/symfony/Yaml.git",
  796. "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8"
  797. },
  798. "dist": {
  799. "type": "zip",
  800. "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8",
  801. "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8",
  802. "shasum": ""
  803. },
  804. "require": {
  805. "php": ">=5.3.3"
  806. },
  807. "type": "library",
  808. "extra": {
  809. "branch-alias": {
  810. "dev-master": "2.6-dev"
  811. }
  812. },
  813. "autoload": {
  814. "psr-0": {
  815. "Symfony\\Component\\Yaml\\": ""
  816. }
  817. },
  818. "notification-url": "https://packagist.org/downloads/",
  819. "license": [
  820. "MIT"
  821. ],
  822. "authors": [
  823. {
  824. "name": "Symfony Community",
  825. "homepage": "http://symfony.com/contributors"
  826. },
  827. {
  828. "name": "Fabien Potencier",
  829. "email": "fabien@symfony.com"
  830. }
  831. ],
  832. "description": "Symfony Yaml Component",
  833. "homepage": "http://symfony.com",
  834. "time": "2015-01-25 04:39:26"
  835. },
  836. {
  837. "name": "toin0u/digitalocean",
  838. "version": "1.4.2",
  839. "source": {
  840. "type": "git",
  841. "url": "https://github.com/toin0u/DigitalOcean.git",
  842. "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
  843. },
  844. "dist": {
  845. "type": "zip",
  846. "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
  847. "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
  848. "shasum": ""
  849. },
  850. "require": {
  851. "php": ">=5.3.0",
  852. "symfony/console": "~2.3",
  853. "symfony/yaml": "~2.3",
  854. "toin0u/http-adapter": "~1.0"
  855. },
  856. "require-dev": {
  857. "satooshi/php-coveralls": "~0.6"
  858. },
  859. "bin": [
  860. "digitalocean"
  861. ],
  862. "type": "library",
  863. "extra": {
  864. "branch-alias": {
  865. "dev-master": "1.4-dev"
  866. }
  867. },
  868. "autoload": {
  869. "psr-0": {
  870. "DigitalOcean": "src/"
  871. }
  872. },
  873. "notification-url": "https://packagist.org/downloads/",
  874. "license": [
  875. "MIT"
  876. ],
  877. "authors": [
  878. {
  879. "name": "Antoine Corcy",
  880. "email": "contact@sbin.dk",
  881. "homepage": "http://sbin.dk",
  882. "role": "Developer"
  883. }
  884. ],
  885. "description": "DigitalOcean API PHP 5.3+ library",
  886. "homepage": "https://github.com/toin0u/DigitalOcean",
  887. "keywords": [
  888. "Cloud Hosting",
  889. "SSD",
  890. "api",
  891. "digitalocean",
  892. "vps"
  893. ],
  894. "time": "2014-01-14 22:20:56"
  895. },
  896. {
  897. "name": "toin0u/http-adapter",
  898. "version": "1.0.3",
  899. "source": {
  900. "type": "git",
  901. "url": "https://github.com/toin0u/HttpAdapter.git",
  902. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
  903. },
  904. "dist": {
  905. "type": "zip",
  906. "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
  907. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
  908. "shasum": ""
  909. },
  910. "require": {
  911. "ext-curl": "*",
  912. "php": ">=5.3.0"
  913. },
  914. "require-dev": {
  915. "guzzle/guzzle": "@stable",
  916. "kriswallsmith/buzz": "@stable",
  917. "satooshi/php-coveralls": "~0.6",
  918. "zendframework/zendframework": "~2.1"
  919. },
  920. "suggest": {
  921. "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
  922. "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
  923. "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
  924. },
  925. "type": "library",
  926. "extra": {
  927. "branch-alias": {
  928. "dev-master": "1.0-dev"
  929. }
  930. },
  931. "autoload": {
  932. "psr-0": {
  933. "HttpAdapter": "src/"
  934. }
  935. },
  936. "notification-url": "https://packagist.org/downloads/",
  937. "license": [
  938. "MIT"
  939. ],
  940. "authors": [
  941. {
  942. "name": "Antoine Corcy",
  943. "email": "contact@sbin.dk",
  944. "homepage": "http://sbin.dk",
  945. "role": "Developer"
  946. }
  947. ],
  948. "description": "HttpAdapter PHP 5.3+ library",
  949. "homepage": "https://github.com/toin0u/HttpAdapter",
  950. "keywords": [
  951. "adapter",
  952. "http"
  953. ],
  954. "time": "2013-05-26 18:18:11"
  955. },
  956. {
  957. "name": "twig/twig",
  958. "version": "v1.18.0",
  959. "source": {
  960. "type": "git",
  961. "url": "https://github.com/twigphp/Twig.git",
  962. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
  963. },
  964. "dist": {
  965. "type": "zip",
  966. "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
  967. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
  968. "shasum": ""
  969. },
  970. "require": {
  971. "php": ">=5.2.4"
  972. },
  973. "type": "library",
  974. "extra": {
  975. "branch-alias": {
  976. "dev-master": "1.18-dev"
  977. }
  978. },
  979. "autoload": {
  980. "psr-0": {
  981. "Twig_": "lib/"
  982. }
  983. },
  984. "notification-url": "https://packagist.org/downloads/",
  985. "license": [
  986. "BSD-3-Clause"
  987. ],
  988. "authors": [
  989. {
  990. "name": "Fabien Potencier",
  991. "email": "fabien@symfony.com",
  992. "homepage": "http://fabien.potencier.org",
  993. "role": "Lead Developer"
  994. },
  995. {
  996. "name": "Armin Ronacher",
  997. "email": "armin.ronacher@active-4.com",
  998. "role": "Project Founder"
  999. },
  1000. {
  1001. "name": "Twig Team",
  1002. "homepage": "http://twig.sensiolabs.org/contributors",
  1003. "role": "Contributors"
  1004. }
  1005. ],
  1006. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1007. "homepage": "http://twig.sensiolabs.org",
  1008. "keywords": [
  1009. "templating"
  1010. ],
  1011. "time": "2015-01-25 17:32:08"
  1012. },
  1013. {
  1014. "name": "zendframework/zend-config",
  1015. "version": "2.3.3",
  1016. "target-dir": "Zend/Config",
  1017. "source": {
  1018. "type": "git",
  1019. "url": "https://github.com/zendframework/Component_ZendConfig.git",
  1020. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8"
  1021. },
  1022. "dist": {
  1023. "type": "zip",
  1024. "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1025. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1026. "shasum": ""
  1027. },
  1028. "require": {
  1029. "php": ">=5.3.23",
  1030. "zendframework/zend-stdlib": "self.version"
  1031. },
  1032. "require-dev": {
  1033. "zendframework/zend-filter": "self.version",
  1034. "zendframework/zend-i18n": "self.version",
  1035. "zendframework/zend-json": "self.version",
  1036. "zendframework/zend-servicemanager": "self.version"
  1037. },
  1038. "suggest": {
  1039. "zendframework/zend-filter": "Zend\\Filter component",
  1040. "zendframework/zend-i18n": "Zend\\I18n component",
  1041. "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
  1042. "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
  1043. },
  1044. "type": "library",
  1045. "extra": {
  1046. "branch-alias": {
  1047. "dev-master": "2.3-dev",
  1048. "dev-develop": "2.4-dev"
  1049. }
  1050. },
  1051. "autoload": {
  1052. "psr-0": {
  1053. "Zend\\Config\\": ""
  1054. }
  1055. },
  1056. "notification-url": "https://packagist.org/downloads/",
  1057. "license": [
  1058. "BSD-3-Clause"
  1059. ],
  1060. "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  1061. "homepage": "https://github.com/zendframework/zf2",
  1062. "keywords": [
  1063. "config",
  1064. "zf2"
  1065. ],
  1066. "time": "2014-09-16 22:58:11"
  1067. },
  1068. {
  1069. "name": "zendframework/zend-stdlib",
  1070. "version": "2.3.3",
  1071. "target-dir": "Zend/Stdlib",
  1072. "source": {
  1073. "type": "git",
  1074. "url": "https://github.com/zendframework/Component_ZendStdlib.git",
  1075. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33"
  1076. },
  1077. "dist": {
  1078. "type": "zip",
  1079. "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  1080. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  1081. "shasum": ""
  1082. },
  1083. "require": {
  1084. "php": ">=5.3.23"
  1085. },
  1086. "require-dev": {
  1087. "zendframework/zend-eventmanager": "self.version",
  1088. "zendframework/zend-serializer": "self.version",
  1089. "zendframework/zend-servicemanager": "self.version"
  1090. },
  1091. "suggest": {
  1092. "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  1093. "zendframework/zend-serializer": "Zend\\Serializer component",
  1094. "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  1095. },
  1096. "type": "library",
  1097. "extra": {
  1098. "branch-alias": {
  1099. "dev-master": "2.3-dev",
  1100. "dev-develop": "2.4-dev"
  1101. }
  1102. },
  1103. "autoload": {
  1104. "psr-0": {
  1105. "Zend\\Stdlib\\": ""
  1106. }
  1107. },
  1108. "notification-url": "https://packagist.org/downloads/",
  1109. "license": [
  1110. "BSD-3-Clause"
  1111. ],
  1112. "homepage": "https://github.com/zendframework/zf2",
  1113. "keywords": [
  1114. "stdlib",
  1115. "zf2"
  1116. ],
  1117. "time": "2014-09-16 22:58:11"
  1118. }
  1119. ],
  1120. "packages-dev": [],
  1121. "aliases": [],
  1122. "minimum-stability": "stable",
  1123. "stability-flags": {
  1124. "php-ffmpeg/php-ffmpeg": 20
  1125. },
  1126. "prefer-stable": false,
  1127. "prefer-lowest": false,
  1128. "platform": {
  1129. "php": ">=5.3.3"
  1130. },
  1131. "platform-dev": []
  1132. }