composer.lock 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  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": "869c0f0cb81f3231bc4f679445bcc110",
  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": "mpdf/mpdf",
  427. "version": "v5.7.4",
  428. "source": {
  429. "type": "git",
  430. "url": "https://github.com/finwe/mpdf.git",
  431. "reference": "f9a374c7ea975ce8c795cec4dfd17ef55addac9c"
  432. },
  433. "dist": {
  434. "type": "zip",
  435. "url": "https://api.github.com/repos/finwe/mpdf/zipball/f9a374c7ea975ce8c795cec4dfd17ef55addac9c",
  436. "reference": "f9a374c7ea975ce8c795cec4dfd17ef55addac9c",
  437. "shasum": ""
  438. },
  439. "require": {
  440. "ext-mbstring": "*",
  441. "php": ">=4.3.10"
  442. },
  443. "type": "library",
  444. "autoload": {
  445. "classmap": [
  446. "mpdf.php",
  447. "classes"
  448. ]
  449. },
  450. "notification-url": "https://packagist.org/downloads/",
  451. "license": [
  452. "GPL-1.0+"
  453. ],
  454. "authors": [
  455. {
  456. "name": "Ian Back"
  457. }
  458. ],
  459. "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
  460. "homepage": "http://www.mpdf1.com/mpdf/index.php",
  461. "keywords": [
  462. "pdf",
  463. "php",
  464. "utf-8"
  465. ],
  466. "time": "2014-12-14 18:32:11"
  467. },
  468. {
  469. "name": "neutron/temporary-filesystem",
  470. "version": "2.1.1",
  471. "source": {
  472. "type": "git",
  473. "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
  474. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
  475. },
  476. "dist": {
  477. "type": "zip",
  478. "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  479. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  480. "shasum": ""
  481. },
  482. "require": {
  483. "symfony/filesystem": "~2.0"
  484. },
  485. "require-dev": {
  486. "phpunit/phpunit": "~3.7"
  487. },
  488. "type": "library",
  489. "autoload": {
  490. "psr-0": {
  491. "Neutron": "src"
  492. }
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "MIT"
  497. ],
  498. "authors": [
  499. {
  500. "name": "Romain Neutron",
  501. "email": "imprec@gmail.com",
  502. "homepage": "http://www.lickmychip.com/"
  503. }
  504. ],
  505. "description": "Symfony filesystem extension to handle temporary files",
  506. "time": "2013-10-10 10:58:09"
  507. },
  508. {
  509. "name": "php-ffmpeg/php-ffmpeg",
  510. "version": "0.3.x-dev",
  511. "source": {
  512. "type": "git",
  513. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  514. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0"
  515. },
  516. "dist": {
  517. "type": "zip",
  518. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  519. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  520. "shasum": ""
  521. },
  522. "require": {
  523. "alchemy/binary-driver": "~1.5",
  524. "doctrine/cache": "~1.0",
  525. "evenement/evenement": "~1.0",
  526. "neutron/temporary-filesystem": "~2.1, >=2.1.1",
  527. "php": ">=5.3.3"
  528. },
  529. "require-dev": {
  530. "phpunit/phpunit": "~3.7",
  531. "sami/sami": "~1.0",
  532. "silex/silex": "~1.0"
  533. },
  534. "suggest": {
  535. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  536. },
  537. "type": "library",
  538. "extra": {
  539. "branch-alias": {
  540. "dev-master": "0.4-dev"
  541. }
  542. },
  543. "autoload": {
  544. "psr-0": {
  545. "FFMpeg": "src"
  546. }
  547. },
  548. "notification-url": "https://packagist.org/downloads/",
  549. "license": [
  550. "MIT"
  551. ],
  552. "authors": [
  553. {
  554. "name": "Romain Neutron",
  555. "email": "imprec@gmail.com",
  556. "homepage": "http://www.lickmychip.com/"
  557. },
  558. {
  559. "name": "Phraseanet Team",
  560. "email": "info@alchemy.fr",
  561. "homepage": "http://www.phraseanet.com/"
  562. }
  563. ],
  564. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  565. "keywords": [
  566. "audio",
  567. "audio processing",
  568. "avconv",
  569. "avprobe",
  570. "ffmpeg",
  571. "ffprobe",
  572. "video",
  573. "video processing"
  574. ],
  575. "time": "2013-10-21 12:13:46"
  576. },
  577. {
  578. "name": "psr/log",
  579. "version": "1.0.0",
  580. "source": {
  581. "type": "git",
  582. "url": "https://github.com/php-fig/log.git",
  583. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  588. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  589. "shasum": ""
  590. },
  591. "type": "library",
  592. "autoload": {
  593. "psr-0": {
  594. "Psr\\Log\\": ""
  595. }
  596. },
  597. "notification-url": "https://packagist.org/downloads/",
  598. "license": [
  599. "MIT"
  600. ],
  601. "authors": [
  602. {
  603. "name": "PHP-FIG",
  604. "homepage": "http://www.php-fig.org/"
  605. }
  606. ],
  607. "description": "Common interface for logging libraries",
  608. "keywords": [
  609. "log",
  610. "psr",
  611. "psr-3"
  612. ],
  613. "time": "2012-12-21 11:40:51"
  614. },
  615. {
  616. "name": "sabre/vobject",
  617. "version": "3.3.5",
  618. "source": {
  619. "type": "git",
  620. "url": "https://github.com/fruux/sabre-vobject.git",
  621. "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef"
  622. },
  623. "dist": {
  624. "type": "zip",
  625. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/77cb636a5bde4c19d7522c2c548b258859ddd1ef",
  626. "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef",
  627. "shasum": ""
  628. },
  629. "require": {
  630. "ext-mbstring": "*",
  631. "php": ">=5.3.1"
  632. },
  633. "require-dev": {
  634. "phpunit/phpunit": "*",
  635. "squizlabs/php_codesniffer": "*"
  636. },
  637. "bin": [
  638. "bin/vobject",
  639. "bin/generate_vcards"
  640. ],
  641. "type": "library",
  642. "extra": {
  643. "branch-alias": {
  644. "dev-master": "3.2.x-dev"
  645. }
  646. },
  647. "autoload": {
  648. "psr-4": {
  649. "Sabre\\VObject\\": "lib/"
  650. }
  651. },
  652. "notification-url": "https://packagist.org/downloads/",
  653. "license": [
  654. "BSD-3-Clause"
  655. ],
  656. "authors": [
  657. {
  658. "name": "Evert Pot",
  659. "email": "me@evertpot.com",
  660. "homepage": "http://evertpot.com/",
  661. "role": "Developer"
  662. },
  663. {
  664. "name": "Dominik Tobschall",
  665. "email": "dominik@fruux.com",
  666. "homepage": "http://tobschall.de/",
  667. "role": "Developer"
  668. }
  669. ],
  670. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  671. "homepage": "http://sabre.io/vobject/",
  672. "keywords": [
  673. "VObject",
  674. "iCalendar",
  675. "jCal",
  676. "jCard",
  677. "vCard"
  678. ],
  679. "time": "2015-01-10 00:54:52"
  680. },
  681. {
  682. "name": "symfony/console",
  683. "version": "v2.6.4",
  684. "target-dir": "Symfony/Component/Console",
  685. "source": {
  686. "type": "git",
  687. "url": "https://github.com/symfony/Console.git",
  688. "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34"
  689. },
  690. "dist": {
  691. "type": "zip",
  692. "url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
  693. "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
  694. "shasum": ""
  695. },
  696. "require": {
  697. "php": ">=5.3.3"
  698. },
  699. "require-dev": {
  700. "psr/log": "~1.0",
  701. "symfony/event-dispatcher": "~2.1",
  702. "symfony/process": "~2.1"
  703. },
  704. "suggest": {
  705. "psr/log": "For using the console logger",
  706. "symfony/event-dispatcher": "",
  707. "symfony/process": ""
  708. },
  709. "type": "library",
  710. "extra": {
  711. "branch-alias": {
  712. "dev-master": "2.6-dev"
  713. }
  714. },
  715. "autoload": {
  716. "psr-0": {
  717. "Symfony\\Component\\Console\\": ""
  718. }
  719. },
  720. "notification-url": "https://packagist.org/downloads/",
  721. "license": [
  722. "MIT"
  723. ],
  724. "authors": [
  725. {
  726. "name": "Symfony Community",
  727. "homepage": "http://symfony.com/contributors"
  728. },
  729. {
  730. "name": "Fabien Potencier",
  731. "email": "fabien@symfony.com"
  732. }
  733. ],
  734. "description": "Symfony Console Component",
  735. "homepage": "http://symfony.com",
  736. "time": "2015-01-25 04:39:26"
  737. },
  738. {
  739. "name": "symfony/filesystem",
  740. "version": "v2.6.4",
  741. "target-dir": "Symfony/Component/Filesystem",
  742. "source": {
  743. "type": "git",
  744. "url": "https://github.com/symfony/Filesystem.git",
  745. "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
  746. },
  747. "dist": {
  748. "type": "zip",
  749. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
  750. "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
  751. "shasum": ""
  752. },
  753. "require": {
  754. "php": ">=5.3.3"
  755. },
  756. "type": "library",
  757. "extra": {
  758. "branch-alias": {
  759. "dev-master": "2.6-dev"
  760. }
  761. },
  762. "autoload": {
  763. "psr-0": {
  764. "Symfony\\Component\\Filesystem\\": ""
  765. }
  766. },
  767. "notification-url": "https://packagist.org/downloads/",
  768. "license": [
  769. "MIT"
  770. ],
  771. "authors": [
  772. {
  773. "name": "Symfony Community",
  774. "homepage": "http://symfony.com/contributors"
  775. },
  776. {
  777. "name": "Fabien Potencier",
  778. "email": "fabien@symfony.com"
  779. }
  780. ],
  781. "description": "Symfony Filesystem Component",
  782. "homepage": "http://symfony.com",
  783. "time": "2015-01-03 21:13:09"
  784. },
  785. {
  786. "name": "symfony/process",
  787. "version": "v2.6.4",
  788. "target-dir": "Symfony/Component/Process",
  789. "source": {
  790. "type": "git",
  791. "url": "https://github.com/symfony/Process.git",
  792. "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae"
  793. },
  794. "dist": {
  795. "type": "zip",
  796. "url": "https://api.github.com/repos/symfony/Process/zipball/ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
  797. "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
  798. "shasum": ""
  799. },
  800. "require": {
  801. "php": ">=5.3.3"
  802. },
  803. "type": "library",
  804. "extra": {
  805. "branch-alias": {
  806. "dev-master": "2.6-dev"
  807. }
  808. },
  809. "autoload": {
  810. "psr-0": {
  811. "Symfony\\Component\\Process\\": ""
  812. }
  813. },
  814. "notification-url": "https://packagist.org/downloads/",
  815. "license": [
  816. "MIT"
  817. ],
  818. "authors": [
  819. {
  820. "name": "Symfony Community",
  821. "homepage": "http://symfony.com/contributors"
  822. },
  823. {
  824. "name": "Fabien Potencier",
  825. "email": "fabien@symfony.com"
  826. }
  827. ],
  828. "description": "Standards compliant HTML filter written in PHP",
  829. "homepage": "http://htmlpurifier.org/",
  830. "keywords": [
  831. "html"
  832. ],
  833. "time": "2015-01-25 04:39:26"
  834. },
  835. {
  836. "name": "symfony/yaml",
  837. "version": "v2.6.4",
  838. "target-dir": "Symfony/Component/Yaml",
  839. "source": {
  840. "type": "git",
  841. "url": "https://github.com/symfony/Yaml.git",
  842. "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8"
  843. },
  844. "dist": {
  845. "type": "zip",
  846. "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8",
  847. "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8",
  848. "shasum": ""
  849. },
  850. "require": {
  851. "php": ">=5.3.3"
  852. },
  853. "type": "library",
  854. "extra": {
  855. "branch-alias": {
  856. "dev-master": "2.6-dev"
  857. }
  858. },
  859. "autoload": {
  860. "psr-0": {
  861. "Symfony\\Component\\Yaml\\": ""
  862. }
  863. },
  864. "notification-url": "https://packagist.org/downloads/",
  865. "license": [
  866. "MIT"
  867. ],
  868. "authors": [
  869. {
  870. "name": "Symfony Community",
  871. "homepage": "http://symfony.com/contributors"
  872. },
  873. {
  874. "name": "Fabien Potencier",
  875. "email": "fabien@symfony.com"
  876. }
  877. ],
  878. "description": "Symfony Yaml Component",
  879. "homepage": "http://symfony.com",
  880. "time": "2015-01-25 04:39:26"
  881. },
  882. {
  883. "name": "szymach/c-pchart",
  884. "version": "1.1.5",
  885. "source": {
  886. "type": "git",
  887. "url": "https://github.com/szymach/c-pchart.git",
  888. "reference": "1d54c14f8b7295abc87039ba806fed45d29d67d9"
  889. },
  890. "dist": {
  891. "type": "zip",
  892. "url": "https://api.github.com/repos/szymach/c-pchart/zipball/1d54c14f8b7295abc87039ba806fed45d29d67d9",
  893. "reference": "1d54c14f8b7295abc87039ba806fed45d29d67d9",
  894. "shasum": ""
  895. },
  896. "require": {
  897. "ext-gd": "*",
  898. "php": ">=5.3.3"
  899. },
  900. "type": "project",
  901. "autoload": {
  902. "psr-4": {
  903. "CpChart\\": "src/"
  904. },
  905. "files": [
  906. "src/Resources/data/constants.php"
  907. ]
  908. },
  909. "notification-url": "https://packagist.org/downloads/",
  910. "license": [
  911. "MIT"
  912. ],
  913. "description": "Port of \"pChart\" library into PHP 5.3.",
  914. "homepage": "https://github.com/szymach/c-pchart",
  915. "keywords": [
  916. "c-pChart",
  917. "charts",
  918. "composer",
  919. "pchart",
  920. "statistics"
  921. ],
  922. "time": "2015-01-28 19:54:53"
  923. },
  924. {
  925. "name": "toin0u/digitalocean",
  926. "version": "1.4.2",
  927. "source": {
  928. "type": "git",
  929. "url": "https://github.com/toin0u/DigitalOcean.git",
  930. "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
  931. },
  932. "dist": {
  933. "type": "zip",
  934. "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
  935. "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
  936. "shasum": ""
  937. },
  938. "require": {
  939. "php": ">=5.3.0",
  940. "symfony/console": "~2.3",
  941. "symfony/yaml": "~2.3",
  942. "toin0u/http-adapter": "~1.0"
  943. },
  944. "require-dev": {
  945. "satooshi/php-coveralls": "~0.6"
  946. },
  947. "bin": [
  948. "digitalocean"
  949. ],
  950. "type": "library",
  951. "extra": {
  952. "branch-alias": {
  953. "dev-master": "1.4-dev"
  954. }
  955. },
  956. "autoload": {
  957. "psr-0": {
  958. "DigitalOcean": "src/"
  959. }
  960. },
  961. "notification-url": "https://packagist.org/downloads/",
  962. "license": [
  963. "MIT"
  964. ],
  965. "authors": [
  966. {
  967. "name": "Antoine Corcy",
  968. "email": "contact@sbin.dk",
  969. "homepage": "http://sbin.dk",
  970. "role": "Developer"
  971. }
  972. ],
  973. "description": "DigitalOcean API PHP 5.3+ library",
  974. "homepage": "https://github.com/toin0u/DigitalOcean",
  975. "keywords": [
  976. "Cloud Hosting",
  977. "SSD",
  978. "api",
  979. "digitalocean",
  980. "vps"
  981. ],
  982. "time": "2014-01-14 22:20:56"
  983. },
  984. {
  985. "name": "toin0u/http-adapter",
  986. "version": "1.0.3",
  987. "source": {
  988. "type": "git",
  989. "url": "https://github.com/toin0u/HttpAdapter.git",
  990. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
  991. },
  992. "dist": {
  993. "type": "zip",
  994. "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
  995. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
  996. "shasum": ""
  997. },
  998. "require": {
  999. "ext-curl": "*",
  1000. "php": ">=5.3.0"
  1001. },
  1002. "require-dev": {
  1003. "guzzle/guzzle": "@stable",
  1004. "kriswallsmith/buzz": "@stable",
  1005. "satooshi/php-coveralls": "~0.6",
  1006. "zendframework/zendframework": "~2.1"
  1007. },
  1008. "suggest": {
  1009. "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
  1010. "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
  1011. "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
  1012. },
  1013. "type": "library",
  1014. "extra": {
  1015. "branch-alias": {
  1016. "dev-master": "1.0-dev"
  1017. }
  1018. },
  1019. "autoload": {
  1020. "psr-0": {
  1021. "HttpAdapter": "src/"
  1022. }
  1023. },
  1024. "notification-url": "https://packagist.org/downloads/",
  1025. "license": [
  1026. "MIT"
  1027. ],
  1028. "authors": [
  1029. {
  1030. "name": "Antoine Corcy",
  1031. "email": "contact@sbin.dk",
  1032. "homepage": "http://sbin.dk",
  1033. "role": "Developer"
  1034. }
  1035. ],
  1036. "description": "HttpAdapter PHP 5.3+ library",
  1037. "homepage": "https://github.com/toin0u/HttpAdapter",
  1038. "keywords": [
  1039. "adapter",
  1040. "http"
  1041. ],
  1042. "time": "2013-05-26 18:18:11"
  1043. },
  1044. {
  1045. "name": "twig/twig",
  1046. "version": "v1.18.0",
  1047. "source": {
  1048. "type": "git",
  1049. "url": "https://github.com/twigphp/Twig.git",
  1050. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
  1051. },
  1052. "dist": {
  1053. "type": "zip",
  1054. "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
  1055. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
  1056. "shasum": ""
  1057. },
  1058. "require": {
  1059. "php": ">=5.2.4"
  1060. },
  1061. "type": "library",
  1062. "extra": {
  1063. "branch-alias": {
  1064. "dev-master": "1.18-dev"
  1065. }
  1066. },
  1067. "autoload": {
  1068. "psr-0": {
  1069. "Twig_": "lib/"
  1070. }
  1071. },
  1072. "notification-url": "https://packagist.org/downloads/",
  1073. "license": [
  1074. "BSD-3-Clause"
  1075. ],
  1076. "authors": [
  1077. {
  1078. "name": "Fabien Potencier",
  1079. "email": "fabien@symfony.com",
  1080. "homepage": "http://fabien.potencier.org",
  1081. "role": "Lead Developer"
  1082. },
  1083. {
  1084. "name": "Armin Ronacher",
  1085. "email": "armin.ronacher@active-4.com",
  1086. "role": "Project Founder"
  1087. },
  1088. {
  1089. "name": "Twig Team",
  1090. "homepage": "http://twig.sensiolabs.org/contributors",
  1091. "role": "Contributors"
  1092. }
  1093. ],
  1094. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1095. "homepage": "http://twig.sensiolabs.org",
  1096. "keywords": [
  1097. "templating"
  1098. ],
  1099. "time": "2015-01-25 17:32:08"
  1100. },
  1101. {
  1102. "name": "zendframework/zend-config",
  1103. "version": "2.3.3",
  1104. "target-dir": "Zend/Config",
  1105. "source": {
  1106. "type": "git",
  1107. "url": "https://github.com/zendframework/Component_ZendConfig.git",
  1108. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8"
  1109. },
  1110. "dist": {
  1111. "type": "zip",
  1112. "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1113. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1114. "shasum": ""
  1115. },
  1116. "require": {
  1117. "php": ">=5.3.23",
  1118. "zendframework/zend-stdlib": "self.version"
  1119. },
  1120. "require-dev": {
  1121. "zendframework/zend-filter": "self.version",
  1122. "zendframework/zend-i18n": "self.version",
  1123. "zendframework/zend-json": "self.version",
  1124. "zendframework/zend-servicemanager": "self.version"
  1125. },
  1126. "suggest": {
  1127. "zendframework/zend-filter": "Zend\\Filter component",
  1128. "zendframework/zend-i18n": "Zend\\I18n component",
  1129. "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
  1130. "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
  1131. },
  1132. "type": "library",
  1133. "extra": {
  1134. "branch-alias": {
  1135. "dev-master": "2.3-dev",
  1136. "dev-develop": "2.4-dev"
  1137. }
  1138. },
  1139. "autoload": {
  1140. "psr-0": {
  1141. "Zend\\Config\\": ""
  1142. }
  1143. },
  1144. "notification-url": "https://packagist.org/downloads/",
  1145. "license": [
  1146. "BSD-3-Clause"
  1147. ],
  1148. "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  1149. "homepage": "https://github.com/zendframework/zf2",
  1150. "keywords": [
  1151. "config",
  1152. "zf2"
  1153. ],
  1154. "time": "2014-09-16 22:58:11"
  1155. },
  1156. {
  1157. "name": "zendframework/zend-stdlib",
  1158. "version": "2.3.3",
  1159. "target-dir": "Zend/Stdlib",
  1160. "source": {
  1161. "type": "git",
  1162. "url": "https://github.com/zendframework/Component_ZendStdlib.git",
  1163. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33"
  1164. },
  1165. "dist": {
  1166. "type": "zip",
  1167. "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  1168. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  1169. "shasum": ""
  1170. },
  1171. "require": {
  1172. "php": ">=5.3.23"
  1173. },
  1174. "require-dev": {
  1175. "zendframework/zend-eventmanager": "self.version",
  1176. "zendframework/zend-serializer": "self.version",
  1177. "zendframework/zend-servicemanager": "self.version"
  1178. },
  1179. "suggest": {
  1180. "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  1181. "zendframework/zend-serializer": "Zend\\Serializer component",
  1182. "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  1183. },
  1184. "type": "library",
  1185. "extra": {
  1186. "branch-alias": {
  1187. "dev-master": "2.3-dev",
  1188. "dev-develop": "2.4-dev"
  1189. }
  1190. },
  1191. "autoload": {
  1192. "psr-0": {
  1193. "Zend\\Stdlib\\": ""
  1194. }
  1195. },
  1196. "notification-url": "https://packagist.org/downloads/",
  1197. "license": [
  1198. "BSD-3-Clause"
  1199. ],
  1200. "homepage": "https://github.com/zendframework/zf2",
  1201. "keywords": [
  1202. "stdlib",
  1203. "zf2"
  1204. ],
  1205. "time": "2014-09-16 22:58:11"
  1206. }
  1207. ],
  1208. "packages-dev": [],
  1209. "aliases": [],
  1210. "minimum-stability": "stable",
  1211. "stability-flags": {
  1212. "php-ffmpeg/php-ffmpeg": 20
  1213. },
  1214. "prefer-stable": false,
  1215. "prefer-lowest": false,
  1216. "platform": {
  1217. "php": ">=5.3.3"
  1218. },
  1219. "platform-dev": []
  1220. }