composer.lock 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  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": "b9a64081b907e6968045cc2c894d141f",
  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": "nlegoff",
  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": "barryvdh/elfinder-builds",
  112. "version": "v2.1.0.3",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/barryvdh/elfinder-builds.git",
  116. "reference": "5826d79edbeccf2a63404f7ca8e9ca66758fd762"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/barryvdh/elfinder-builds/zipball/5826d79edbeccf2a63404f7ca8e9ca66758fd762",
  121. "reference": "5826d79edbeccf2a63404f7ca8e9ca66758fd762",
  122. "shasum": ""
  123. },
  124. "require": {
  125. "php": ">=5.2"
  126. },
  127. "type": "library",
  128. "extra": {
  129. "branch-alias": {
  130. "dev-master": "2.1-dev"
  131. }
  132. },
  133. "autoload": {
  134. "classmap": [
  135. "php"
  136. ]
  137. },
  138. "notification-url": "https://packagist.org/downloads/",
  139. "license": [
  140. "BSD-3-Clause"
  141. ],
  142. "authors": [
  143. {
  144. "name": "Dmitry Levashov",
  145. "email": "dio@std42.ru",
  146. "homepage": "http://std42.ru"
  147. },
  148. {
  149. "name": "Troex Nevelin",
  150. "email": "troex@fury.scancode.ru",
  151. "homepage": "http://std42.ru"
  152. },
  153. {
  154. "name": "Naoki Sawada",
  155. "email": "hypweb@gmail.com",
  156. "homepage": "http://xoops.hypweb.net"
  157. },
  158. {
  159. "name": "Community contributions",
  160. "homepage": "https://github.com/Studio-42/elFinder/contributors"
  161. }
  162. ],
  163. "description": "File manager for web",
  164. "homepage": "http://elfinder.org",
  165. "time": "2015-02-11 11:10:51"
  166. },
  167. {
  168. "name": "ckeditor/ckeditor",
  169. "version": "4.4.7",
  170. "source": {
  171. "type": "git",
  172. "url": "https://github.com/ckeditor/ckeditor-releases.git",
  173. "reference": "cc324415302784eb1abe33a3762fbdd3b48c558b"
  174. },
  175. "dist": {
  176. "type": "zip",
  177. "url": "https://api.github.com/repos/ckeditor/ckeditor-releases/zipball/cc324415302784eb1abe33a3762fbdd3b48c558b",
  178. "reference": "cc324415302784eb1abe33a3762fbdd3b48c558b",
  179. "shasum": ""
  180. },
  181. "type": "library",
  182. "notification-url": "https://packagist.org/downloads/",
  183. "license": [
  184. "GPL-2.0+",
  185. "LGPL-2.1+",
  186. "MPL-1.1+"
  187. ],
  188. "authors": [
  189. {
  190. "name": "CKSource",
  191. "homepage": "http://cksource.com"
  192. }
  193. ],
  194. "description": "JavaScript WYSIWYG web text editor.",
  195. "homepage": "http://ckeditor.com",
  196. "keywords": [
  197. "CKEditor",
  198. "editor",
  199. "fckeditor",
  200. "html",
  201. "javascript",
  202. "richtext",
  203. "text",
  204. "wysiwyg"
  205. ],
  206. "time": "2015-01-27 15:13:53"
  207. },
  208. {
  209. "name": "doctrine/cache",
  210. "version": "v1.4.0",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/doctrine/cache.git",
  214. "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
  219. "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
  220. "shasum": ""
  221. },
  222. "require": {
  223. "php": ">=5.3.2"
  224. },
  225. "conflict": {
  226. "doctrine/common": ">2.2,<2.4"
  227. },
  228. "require-dev": {
  229. "phpunit/phpunit": ">=3.7",
  230. "predis/predis": "~0.8",
  231. "satooshi/php-coveralls": "~0.6"
  232. },
  233. "type": "library",
  234. "extra": {
  235. "branch-alias": {
  236. "dev-master": "1.4.x-dev"
  237. }
  238. },
  239. "autoload": {
  240. "psr-0": {
  241. "Doctrine\\Common\\Cache\\": "lib/"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "MIT"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Roman Borschel",
  251. "email": "roman@code-factory.org"
  252. },
  253. {
  254. "name": "Benjamin Eberlei",
  255. "email": "kontakt@beberlei.de"
  256. },
  257. {
  258. "name": "Guilherme Blanco",
  259. "email": "guilhermeblanco@gmail.com"
  260. },
  261. {
  262. "name": "Jonathan Wage",
  263. "email": "jonwage@gmail.com"
  264. },
  265. {
  266. "name": "Johannes Schmitt",
  267. "email": "schmittjoh@gmail.com"
  268. }
  269. ],
  270. "description": "Caching library offering an object-oriented API for many cache backends",
  271. "homepage": "http://www.doctrine-project.org",
  272. "keywords": [
  273. "cache",
  274. "caching"
  275. ],
  276. "time": "2015-01-15 20:38:55"
  277. },
  278. {
  279. "name": "emojione/emojione",
  280. "version": "v1.3.0",
  281. "source": {
  282. "type": "git",
  283. "url": "https://github.com/Ranks/emojione.git",
  284. "reference": "2a34acf3771a219045e133063aa759035d4f842c"
  285. },
  286. "dist": {
  287. "type": "zip",
  288. "url": "https://api.github.com/repos/Ranks/emojione/zipball/2a34acf3771a219045e133063aa759035d4f842c",
  289. "reference": "2a34acf3771a219045e133063aa759035d4f842c",
  290. "shasum": ""
  291. },
  292. "require": {
  293. "php": ">=5.3"
  294. },
  295. "type": "library",
  296. "autoload": {
  297. "psr-4": {
  298. "Emojione\\": "lib/php/src"
  299. }
  300. },
  301. "notification-url": "https://packagist.org/downloads/",
  302. "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.",
  303. "homepage": "http://www.emojione.com",
  304. "keywords": [
  305. "Emoji One",
  306. "emoji",
  307. "emojione",
  308. "emojis",
  309. "emoticons",
  310. "smileys",
  311. "smilies",
  312. "unicode"
  313. ],
  314. "time": "2014-10-31 19:31:57"
  315. },
  316. {
  317. "name": "evenement/evenement",
  318. "version": "v1.0.0",
  319. "source": {
  320. "type": "git",
  321. "url": "https://github.com/igorw/evenement.git",
  322. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
  323. },
  324. "dist": {
  325. "type": "zip",
  326. "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  327. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  328. "shasum": ""
  329. },
  330. "require": {
  331. "php": ">=5.3.0"
  332. },
  333. "type": "library",
  334. "autoload": {
  335. "psr-0": {
  336. "Evenement": "src"
  337. }
  338. },
  339. "notification-url": "https://packagist.org/downloads/",
  340. "license": [
  341. "MIT"
  342. ],
  343. "authors": [
  344. {
  345. "name": "Igor Wiedler",
  346. "email": "igor@wiedler.ch",
  347. "homepage": "http://wiedler.ch/igor/"
  348. }
  349. ],
  350. "description": "Événement is a very simple event dispatching library for PHP 5.3",
  351. "keywords": [
  352. "event-dispatcher"
  353. ],
  354. "time": "2012-05-30 15:01:08"
  355. },
  356. {
  357. "name": "ezyang/htmlpurifier",
  358. "version": "v4.6.0",
  359. "source": {
  360. "type": "git",
  361. "url": "https://github.com/ezyang/htmlpurifier.git",
  362. "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
  363. },
  364. "dist": {
  365. "type": "zip",
  366. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
  367. "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
  368. "shasum": ""
  369. },
  370. "require": {
  371. "php": ">=5.2"
  372. },
  373. "type": "library",
  374. "autoload": {
  375. "psr-0": {
  376. "HTMLPurifier": "library/"
  377. },
  378. "files": [
  379. "library/HTMLPurifier.composer.php"
  380. ]
  381. },
  382. "notification-url": "https://packagist.org/downloads/",
  383. "license": [
  384. "LGPL"
  385. ],
  386. "authors": [
  387. {
  388. "name": "Edward Z. Yang",
  389. "email": "admin@htmlpurifier.org",
  390. "homepage": "http://ezyang.com"
  391. }
  392. ],
  393. "description": "Standards compliant HTML filter written in PHP",
  394. "homepage": "http://htmlpurifier.org/",
  395. "keywords": [
  396. "html"
  397. ],
  398. "time": "2013-11-30 08:25:19"
  399. },
  400. {
  401. "name": "jbroadway/urlify",
  402. "version": "1.0.3-stable",
  403. "source": {
  404. "type": "git",
  405. "url": "https://github.com/jbroadway/urlify.git",
  406. "reference": "c9ada9d3873d11f72fa772aecd6896efad11ee67"
  407. },
  408. "dist": {
  409. "type": "zip",
  410. "url": "https://api.github.com/repos/jbroadway/urlify/zipball/c9ada9d3873d11f72fa772aecd6896efad11ee67",
  411. "reference": "c9ada9d3873d11f72fa772aecd6896efad11ee67",
  412. "shasum": ""
  413. },
  414. "require": {
  415. "php": ">=5.3.0"
  416. },
  417. "type": "library",
  418. "extra": {
  419. "branch-alias": {
  420. "dev-master": "1.0-dev"
  421. }
  422. },
  423. "autoload": {
  424. "psr-0": {
  425. "URLify": ""
  426. }
  427. },
  428. "notification-url": "https://packagist.org/downloads/",
  429. "license": [
  430. "MIT"
  431. ],
  432. "authors": [
  433. {
  434. "name": "Johnny Broadway",
  435. "email": "johnny@johnnybroadway.com",
  436. "homepage": "http://www.johnnybroadway.com/",
  437. "role": "Main Developer"
  438. }
  439. ],
  440. "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
  441. "homepage": "https://github.com/jbroadway/urlify",
  442. "keywords": [
  443. "encode",
  444. "iconv",
  445. "link",
  446. "slug",
  447. "translit",
  448. "transliterate",
  449. "transliteration",
  450. "url",
  451. "urlify"
  452. ],
  453. "time": "2014-03-17 16:14:04"
  454. },
  455. {
  456. "name": "michelf/php-markdown",
  457. "version": "1.4.1",
  458. "source": {
  459. "type": "git",
  460. "url": "https://github.com/michelf/php-markdown.git",
  461. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
  462. },
  463. "dist": {
  464. "type": "zip",
  465. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  466. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  467. "shasum": ""
  468. },
  469. "require": {
  470. "php": ">=5.3.0"
  471. },
  472. "type": "library",
  473. "extra": {
  474. "branch-alias": {
  475. "dev-lib": "1.4.x-dev"
  476. }
  477. },
  478. "autoload": {
  479. "psr-0": {
  480. "Michelf": ""
  481. }
  482. },
  483. "notification-url": "https://packagist.org/downloads/",
  484. "license": [
  485. "BSD-3-Clause"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Michel Fortin",
  490. "email": "michel.fortin@michelf.ca",
  491. "homepage": "http://michelf.ca/",
  492. "role": "Developer"
  493. },
  494. {
  495. "name": "John Gruber",
  496. "homepage": "http://daringfireball.net/"
  497. }
  498. ],
  499. "description": "PHP Markdown",
  500. "homepage": "http://michelf.ca/projects/php-markdown/",
  501. "keywords": [
  502. "markdown"
  503. ],
  504. "time": "2014-05-05 02:43:50"
  505. },
  506. {
  507. "name": "monolog/monolog",
  508. "version": "1.12.0",
  509. "source": {
  510. "type": "git",
  511. "url": "https://github.com/Seldaek/monolog.git",
  512. "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
  513. },
  514. "dist": {
  515. "type": "zip",
  516. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
  517. "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
  518. "shasum": ""
  519. },
  520. "require": {
  521. "php": ">=5.3.0",
  522. "psr/log": "~1.0"
  523. },
  524. "provide": {
  525. "psr/log-implementation": "1.0.0"
  526. },
  527. "require-dev": {
  528. "aws/aws-sdk-php": "~2.4, >2.4.8",
  529. "doctrine/couchdb": "~1.0@dev",
  530. "graylog2/gelf-php": "~1.0",
  531. "phpunit/phpunit": "~4.0",
  532. "raven/raven": "~0.5",
  533. "ruflin/elastica": "0.90.*",
  534. "videlalvaro/php-amqplib": "~2.4"
  535. },
  536. "suggest": {
  537. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  538. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  539. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  540. "ext-mongo": "Allow sending log messages to a MongoDB server",
  541. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  542. "raven/raven": "Allow sending log messages to a Sentry server",
  543. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  544. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  545. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  546. },
  547. "type": "library",
  548. "extra": {
  549. "branch-alias": {
  550. "dev-master": "1.12.x-dev"
  551. }
  552. },
  553. "autoload": {
  554. "psr-4": {
  555. "Monolog\\": "src/Monolog"
  556. }
  557. },
  558. "notification-url": "https://packagist.org/downloads/",
  559. "license": [
  560. "MIT"
  561. ],
  562. "authors": [
  563. {
  564. "name": "Jordi Boggiano",
  565. "email": "j.boggiano@seld.be",
  566. "homepage": "http://seld.be"
  567. }
  568. ],
  569. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  570. "homepage": "http://github.com/Seldaek/monolog",
  571. "keywords": [
  572. "log",
  573. "logging",
  574. "psr-3"
  575. ],
  576. "time": "2014-12-29 21:29:35"
  577. },
  578. {
  579. "name": "mpdf/mpdf",
  580. "version": "v5.7.4",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/finwe/mpdf.git",
  584. "reference": "f9a374c7ea975ce8c795cec4dfd17ef55addac9c"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/finwe/mpdf/zipball/f9a374c7ea975ce8c795cec4dfd17ef55addac9c",
  589. "reference": "f9a374c7ea975ce8c795cec4dfd17ef55addac9c",
  590. "shasum": ""
  591. },
  592. "require": {
  593. "ext-mbstring": "*",
  594. "php": ">=4.3.10"
  595. },
  596. "type": "library",
  597. "autoload": {
  598. "classmap": [
  599. "mpdf.php",
  600. "classes"
  601. ]
  602. },
  603. "notification-url": "https://packagist.org/downloads/",
  604. "license": [
  605. "GPL-1.0+"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Ian Back"
  610. }
  611. ],
  612. "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
  613. "homepage": "http://www.mpdf1.com/mpdf/index.php",
  614. "keywords": [
  615. "pdf",
  616. "php",
  617. "utf-8"
  618. ],
  619. "time": "2014-12-14 18:32:11"
  620. },
  621. {
  622. "name": "neutron/temporary-filesystem",
  623. "version": "2.1.1",
  624. "source": {
  625. "type": "git",
  626. "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
  627. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
  628. },
  629. "dist": {
  630. "type": "zip",
  631. "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  632. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  633. "shasum": ""
  634. },
  635. "require": {
  636. "symfony/filesystem": "~2.0"
  637. },
  638. "require-dev": {
  639. "phpunit/phpunit": "~3.7"
  640. },
  641. "type": "library",
  642. "autoload": {
  643. "psr-0": {
  644. "Neutron": "src"
  645. }
  646. },
  647. "notification-url": "https://packagist.org/downloads/",
  648. "license": [
  649. "MIT"
  650. ],
  651. "authors": [
  652. {
  653. "name": "Romain Neutron",
  654. "email": "imprec@gmail.com",
  655. "homepage": "http://www.lickmychip.com/"
  656. }
  657. ],
  658. "description": "Symfony filesystem extension to handle temporary files",
  659. "time": "2013-10-10 10:58:09"
  660. },
  661. {
  662. "name": "php-ffmpeg/php-ffmpeg",
  663. "version": "0.6.0",
  664. "source": {
  665. "type": "git",
  666. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  667. "reference": "6e3134e4ecc96852b1205e6c88ceffdb8cf17d34"
  668. },
  669. "dist": {
  670. "type": "zip",
  671. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/6e3134e4ecc96852b1205e6c88ceffdb8cf17d34",
  672. "reference": "6e3134e4ecc96852b1205e6c88ceffdb8cf17d34",
  673. "shasum": ""
  674. },
  675. "require": {
  676. "alchemy/binary-driver": "~1.5",
  677. "doctrine/cache": "~1.0",
  678. "evenement/evenement": "~1.0",
  679. "neutron/temporary-filesystem": "~2.1, >=2.1.1",
  680. "php": ">=5.3.3"
  681. },
  682. "require-dev": {
  683. "phpunit/phpunit": "~3.7",
  684. "sami/sami": "~1.0",
  685. "silex/silex": "~1.0"
  686. },
  687. "suggest": {
  688. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  689. },
  690. "type": "library",
  691. "extra": {
  692. "branch-alias": {
  693. "dev-master": "0.5-dev"
  694. }
  695. },
  696. "autoload": {
  697. "psr-0": {
  698. "FFMpeg": "src"
  699. }
  700. },
  701. "notification-url": "https://packagist.org/downloads/",
  702. "license": [
  703. "MIT"
  704. ],
  705. "authors": [
  706. {
  707. "name": "Romain Neutron",
  708. "email": "imprec@gmail.com",
  709. "homepage": "http://www.lickmychip.com/"
  710. },
  711. {
  712. "name": "Phraseanet Team",
  713. "email": "info@alchemy.fr",
  714. "homepage": "http://www.phraseanet.com/"
  715. }
  716. ],
  717. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  718. "keywords": [
  719. "audio",
  720. "audio processing",
  721. "avconv",
  722. "avprobe",
  723. "ffmpeg",
  724. "ffprobe",
  725. "video",
  726. "video processing"
  727. ],
  728. "time": "2015-01-30 19:07:38"
  729. },
  730. {
  731. "name": "psr/log",
  732. "version": "1.0.0",
  733. "source": {
  734. "type": "git",
  735. "url": "https://github.com/php-fig/log.git",
  736. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  737. },
  738. "dist": {
  739. "type": "zip",
  740. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  741. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  742. "shasum": ""
  743. },
  744. "type": "library",
  745. "autoload": {
  746. "psr-0": {
  747. "Psr\\Log\\": ""
  748. }
  749. },
  750. "notification-url": "https://packagist.org/downloads/",
  751. "license": [
  752. "MIT"
  753. ],
  754. "authors": [
  755. {
  756. "name": "PHP-FIG",
  757. "homepage": "http://www.php-fig.org/"
  758. }
  759. ],
  760. "description": "Common interface for logging libraries",
  761. "keywords": [
  762. "log",
  763. "psr",
  764. "psr-3"
  765. ],
  766. "time": "2012-12-21 11:40:51"
  767. },
  768. {
  769. "name": "sabre/vobject",
  770. "version": "3.3.5",
  771. "source": {
  772. "type": "git",
  773. "url": "https://github.com/fruux/sabre-vobject.git",
  774. "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef"
  775. },
  776. "dist": {
  777. "type": "zip",
  778. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/77cb636a5bde4c19d7522c2c548b258859ddd1ef",
  779. "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef",
  780. "shasum": ""
  781. },
  782. "require": {
  783. "ext-mbstring": "*",
  784. "php": ">=5.3.1"
  785. },
  786. "require-dev": {
  787. "phpunit/phpunit": "*",
  788. "squizlabs/php_codesniffer": "*"
  789. },
  790. "bin": [
  791. "bin/vobject",
  792. "bin/generate_vcards"
  793. ],
  794. "type": "library",
  795. "extra": {
  796. "branch-alias": {
  797. "dev-master": "3.2.x-dev"
  798. }
  799. },
  800. "autoload": {
  801. "psr-4": {
  802. "Sabre\\VObject\\": "lib/"
  803. }
  804. },
  805. "notification-url": "https://packagist.org/downloads/",
  806. "license": [
  807. "BSD-3-Clause"
  808. ],
  809. "authors": [
  810. {
  811. "name": "Evert Pot",
  812. "email": "me@evertpot.com",
  813. "homepage": "http://evertpot.com/",
  814. "role": "Developer"
  815. },
  816. {
  817. "name": "Dominik Tobschall",
  818. "email": "dominik@fruux.com",
  819. "homepage": "http://tobschall.de/",
  820. "role": "Developer"
  821. }
  822. ],
  823. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  824. "homepage": "http://sabre.io/vobject/",
  825. "keywords": [
  826. "VObject",
  827. "iCalendar",
  828. "jCal",
  829. "jCard",
  830. "vCard"
  831. ],
  832. "time": "2015-01-10 00:54:52"
  833. },
  834. {
  835. "name": "symfony/console",
  836. "version": "v2.6.4",
  837. "target-dir": "Symfony/Component/Console",
  838. "source": {
  839. "type": "git",
  840. "url": "https://github.com/symfony/Console.git",
  841. "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34"
  842. },
  843. "dist": {
  844. "type": "zip",
  845. "url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
  846. "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
  847. "shasum": ""
  848. },
  849. "require": {
  850. "php": ">=5.3.3"
  851. },
  852. "require-dev": {
  853. "psr/log": "~1.0",
  854. "symfony/event-dispatcher": "~2.1",
  855. "symfony/process": "~2.1"
  856. },
  857. "suggest": {
  858. "psr/log": "For using the console logger",
  859. "symfony/event-dispatcher": "",
  860. "symfony/process": ""
  861. },
  862. "type": "library",
  863. "extra": {
  864. "branch-alias": {
  865. "dev-master": "2.6-dev"
  866. }
  867. },
  868. "autoload": {
  869. "psr-0": {
  870. "Symfony\\Component\\Console\\": ""
  871. }
  872. },
  873. "notification-url": "https://packagist.org/downloads/",
  874. "license": [
  875. "MIT"
  876. ],
  877. "authors": [
  878. {
  879. "name": "Symfony Community",
  880. "homepage": "http://symfony.com/contributors"
  881. },
  882. {
  883. "name": "Fabien Potencier",
  884. "email": "fabien@symfony.com"
  885. }
  886. ],
  887. "description": "Symfony Console Component",
  888. "homepage": "http://symfony.com",
  889. "time": "2015-01-25 04:39:26"
  890. },
  891. {
  892. "name": "symfony/filesystem",
  893. "version": "v2.6.4",
  894. "target-dir": "Symfony/Component/Filesystem",
  895. "source": {
  896. "type": "git",
  897. "url": "https://github.com/symfony/Filesystem.git",
  898. "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
  899. },
  900. "dist": {
  901. "type": "zip",
  902. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
  903. "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
  904. "shasum": ""
  905. },
  906. "require": {
  907. "php": ">=5.3.3"
  908. },
  909. "type": "library",
  910. "extra": {
  911. "branch-alias": {
  912. "dev-master": "2.6-dev"
  913. }
  914. },
  915. "autoload": {
  916. "psr-0": {
  917. "Symfony\\Component\\Filesystem\\": ""
  918. }
  919. },
  920. "notification-url": "https://packagist.org/downloads/",
  921. "license": [
  922. "MIT"
  923. ],
  924. "authors": [
  925. {
  926. "name": "Symfony Community",
  927. "homepage": "http://symfony.com/contributors"
  928. },
  929. {
  930. "name": "Fabien Potencier",
  931. "email": "fabien@symfony.com"
  932. }
  933. ],
  934. "description": "Symfony Filesystem Component",
  935. "homepage": "http://symfony.com",
  936. "time": "2015-01-03 21:13:09"
  937. },
  938. {
  939. "name": "symfony/process",
  940. "version": "v2.6.4",
  941. "target-dir": "Symfony/Component/Process",
  942. "source": {
  943. "type": "git",
  944. "url": "https://github.com/symfony/Process.git",
  945. "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae"
  946. },
  947. "dist": {
  948. "type": "zip",
  949. "url": "https://api.github.com/repos/symfony/Process/zipball/ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
  950. "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
  951. "shasum": ""
  952. },
  953. "require": {
  954. "php": ">=5.3.3"
  955. },
  956. "type": "library",
  957. "extra": {
  958. "branch-alias": {
  959. "dev-master": "2.6-dev"
  960. }
  961. },
  962. "autoload": {
  963. "psr-0": {
  964. "Symfony\\Component\\Process\\": ""
  965. }
  966. },
  967. "notification-url": "https://packagist.org/downloads/",
  968. "license": [
  969. "MIT"
  970. ],
  971. "authors": [
  972. {
  973. "name": "Symfony Community",
  974. "homepage": "http://symfony.com/contributors"
  975. },
  976. {
  977. "name": "Fabien Potencier",
  978. "email": "fabien@symfony.com"
  979. }
  980. ],
  981. "description": "Symfony Process Component",
  982. "homepage": "http://symfony.com",
  983. "time": "2015-01-25 04:39:26"
  984. },
  985. {
  986. "name": "symfony/yaml",
  987. "version": "v2.6.4",
  988. "target-dir": "Symfony/Component/Yaml",
  989. "source": {
  990. "type": "git",
  991. "url": "https://github.com/symfony/Yaml.git",
  992. "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8"
  993. },
  994. "dist": {
  995. "type": "zip",
  996. "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8",
  997. "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8",
  998. "shasum": ""
  999. },
  1000. "require": {
  1001. "php": ">=5.3.3"
  1002. },
  1003. "type": "library",
  1004. "extra": {
  1005. "branch-alias": {
  1006. "dev-master": "2.6-dev"
  1007. }
  1008. },
  1009. "autoload": {
  1010. "psr-0": {
  1011. "Symfony\\Component\\Yaml\\": ""
  1012. }
  1013. },
  1014. "notification-url": "https://packagist.org/downloads/",
  1015. "license": [
  1016. "MIT"
  1017. ],
  1018. "authors": [
  1019. {
  1020. "name": "Symfony Community",
  1021. "homepage": "http://symfony.com/contributors"
  1022. },
  1023. {
  1024. "name": "Fabien Potencier",
  1025. "email": "fabien@symfony.com"
  1026. }
  1027. ],
  1028. "description": "Symfony Yaml Component",
  1029. "homepage": "http://symfony.com",
  1030. "time": "2015-01-25 04:39:26"
  1031. },
  1032. {
  1033. "name": "szymach/c-pchart",
  1034. "version": "1.1.5",
  1035. "source": {
  1036. "type": "git",
  1037. "url": "https://github.com/szymach/c-pchart.git",
  1038. "reference": "1d54c14f8b7295abc87039ba806fed45d29d67d9"
  1039. },
  1040. "dist": {
  1041. "type": "zip",
  1042. "url": "https://api.github.com/repos/szymach/c-pchart/zipball/1d54c14f8b7295abc87039ba806fed45d29d67d9",
  1043. "reference": "1d54c14f8b7295abc87039ba806fed45d29d67d9",
  1044. "shasum": ""
  1045. },
  1046. "require": {
  1047. "ext-gd": "*",
  1048. "php": ">=5.3.3"
  1049. },
  1050. "type": "project",
  1051. "autoload": {
  1052. "psr-4": {
  1053. "CpChart\\": "src/"
  1054. },
  1055. "files": [
  1056. "src/Resources/data/constants.php"
  1057. ]
  1058. },
  1059. "notification-url": "https://packagist.org/downloads/",
  1060. "license": [
  1061. "MIT"
  1062. ],
  1063. "description": "Port of \"pChart\" library into PHP 5.3.",
  1064. "homepage": "https://github.com/szymach/c-pchart",
  1065. "keywords": [
  1066. "c-pChart",
  1067. "charts",
  1068. "composer",
  1069. "pchart",
  1070. "statistics"
  1071. ],
  1072. "time": "2015-01-28 19:54:53"
  1073. },
  1074. {
  1075. "name": "toin0u/digitalocean",
  1076. "version": "1.4.2",
  1077. "source": {
  1078. "type": "git",
  1079. "url": "https://github.com/toin0u/DigitalOcean.git",
  1080. "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
  1081. },
  1082. "dist": {
  1083. "type": "zip",
  1084. "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
  1085. "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
  1086. "shasum": ""
  1087. },
  1088. "require": {
  1089. "php": ">=5.3.0",
  1090. "symfony/console": "~2.3",
  1091. "symfony/yaml": "~2.3",
  1092. "toin0u/http-adapter": "~1.0"
  1093. },
  1094. "require-dev": {
  1095. "satooshi/php-coveralls": "~0.6"
  1096. },
  1097. "bin": [
  1098. "digitalocean"
  1099. ],
  1100. "type": "library",
  1101. "extra": {
  1102. "branch-alias": {
  1103. "dev-master": "1.4-dev"
  1104. }
  1105. },
  1106. "autoload": {
  1107. "psr-0": {
  1108. "DigitalOcean": "src/"
  1109. }
  1110. },
  1111. "notification-url": "https://packagist.org/downloads/",
  1112. "license": [
  1113. "MIT"
  1114. ],
  1115. "authors": [
  1116. {
  1117. "name": "Antoine Corcy",
  1118. "email": "contact@sbin.dk",
  1119. "homepage": "http://sbin.dk",
  1120. "role": "Developer"
  1121. }
  1122. ],
  1123. "description": "DigitalOcean API PHP 5.3+ library",
  1124. "homepage": "https://github.com/toin0u/DigitalOcean",
  1125. "keywords": [
  1126. "Cloud Hosting",
  1127. "SSD",
  1128. "api",
  1129. "digitalocean",
  1130. "vps"
  1131. ],
  1132. "time": "2014-01-14 22:20:56"
  1133. },
  1134. {
  1135. "name": "toin0u/http-adapter",
  1136. "version": "1.0.3",
  1137. "source": {
  1138. "type": "git",
  1139. "url": "https://github.com/toin0u/HttpAdapter.git",
  1140. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
  1141. },
  1142. "dist": {
  1143. "type": "zip",
  1144. "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
  1145. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
  1146. "shasum": ""
  1147. },
  1148. "require": {
  1149. "ext-curl": "*",
  1150. "php": ">=5.3.0"
  1151. },
  1152. "require-dev": {
  1153. "guzzle/guzzle": "@stable",
  1154. "kriswallsmith/buzz": "@stable",
  1155. "satooshi/php-coveralls": "~0.6",
  1156. "zendframework/zendframework": "~2.1"
  1157. },
  1158. "suggest": {
  1159. "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
  1160. "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
  1161. "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
  1162. },
  1163. "type": "library",
  1164. "extra": {
  1165. "branch-alias": {
  1166. "dev-master": "1.0-dev"
  1167. }
  1168. },
  1169. "autoload": {
  1170. "psr-0": {
  1171. "HttpAdapter": "src/"
  1172. }
  1173. },
  1174. "notification-url": "https://packagist.org/downloads/",
  1175. "license": [
  1176. "MIT"
  1177. ],
  1178. "authors": [
  1179. {
  1180. "name": "Antoine Corcy",
  1181. "email": "contact@sbin.dk",
  1182. "homepage": "http://sbin.dk",
  1183. "role": "Developer"
  1184. }
  1185. ],
  1186. "description": "HttpAdapter PHP 5.3+ library",
  1187. "homepage": "https://github.com/toin0u/HttpAdapter",
  1188. "keywords": [
  1189. "adapter",
  1190. "http"
  1191. ],
  1192. "time": "2013-05-26 18:18:11"
  1193. },
  1194. {
  1195. "name": "twig/twig",
  1196. "version": "v1.18.0",
  1197. "source": {
  1198. "type": "git",
  1199. "url": "https://github.com/twigphp/Twig.git",
  1200. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
  1201. },
  1202. "dist": {
  1203. "type": "zip",
  1204. "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
  1205. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
  1206. "shasum": ""
  1207. },
  1208. "require": {
  1209. "php": ">=5.2.4"
  1210. },
  1211. "type": "library",
  1212. "extra": {
  1213. "branch-alias": {
  1214. "dev-master": "1.18-dev"
  1215. }
  1216. },
  1217. "autoload": {
  1218. "psr-0": {
  1219. "Twig_": "lib/"
  1220. }
  1221. },
  1222. "notification-url": "https://packagist.org/downloads/",
  1223. "license": [
  1224. "BSD-3-Clause"
  1225. ],
  1226. "authors": [
  1227. {
  1228. "name": "Fabien Potencier",
  1229. "email": "fabien@symfony.com",
  1230. "homepage": "http://fabien.potencier.org",
  1231. "role": "Lead Developer"
  1232. },
  1233. {
  1234. "name": "Armin Ronacher",
  1235. "email": "armin.ronacher@active-4.com",
  1236. "role": "Project Founder"
  1237. },
  1238. {
  1239. "name": "Twig Team",
  1240. "homepage": "http://twig.sensiolabs.org/contributors",
  1241. "role": "Contributors"
  1242. }
  1243. ],
  1244. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1245. "homepage": "http://twig.sensiolabs.org",
  1246. "keywords": [
  1247. "templating"
  1248. ],
  1249. "time": "2015-01-25 17:32:08"
  1250. },
  1251. {
  1252. "name": "zendframework/zend-config",
  1253. "version": "2.3.3",
  1254. "target-dir": "Zend/Config",
  1255. "source": {
  1256. "type": "git",
  1257. "url": "https://github.com/zendframework/Component_ZendConfig.git",
  1258. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8"
  1259. },
  1260. "dist": {
  1261. "type": "zip",
  1262. "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1263. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1264. "shasum": ""
  1265. },
  1266. "require": {
  1267. "php": ">=5.3.23",
  1268. "zendframework/zend-stdlib": "self.version"
  1269. },
  1270. "require-dev": {
  1271. "zendframework/zend-filter": "self.version",
  1272. "zendframework/zend-i18n": "self.version",
  1273. "zendframework/zend-json": "self.version",
  1274. "zendframework/zend-servicemanager": "self.version"
  1275. },
  1276. "suggest": {
  1277. "zendframework/zend-filter": "Zend\\Filter component",
  1278. "zendframework/zend-i18n": "Zend\\I18n component",
  1279. "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
  1280. "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
  1281. },
  1282. "type": "library",
  1283. "extra": {
  1284. "branch-alias": {
  1285. "dev-master": "2.3-dev",
  1286. "dev-develop": "2.4-dev"
  1287. }
  1288. },
  1289. "autoload": {
  1290. "psr-0": {
  1291. "Zend\\Config\\": ""
  1292. }
  1293. },
  1294. "notification-url": "https://packagist.org/downloads/",
  1295. "license": [
  1296. "BSD-3-Clause"
  1297. ],
  1298. "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  1299. "homepage": "https://github.com/zendframework/zf2",
  1300. "keywords": [
  1301. "config",
  1302. "zf2"
  1303. ],
  1304. "time": "2014-09-16 22:58:11"
  1305. },
  1306. {
  1307. "name": "zendframework/zend-stdlib",
  1308. "version": "2.3.3",
  1309. "target-dir": "Zend/Stdlib",
  1310. "source": {
  1311. "type": "git",
  1312. "url": "https://github.com/zendframework/Component_ZendStdlib.git",
  1313. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33"
  1314. },
  1315. "dist": {
  1316. "type": "zip",
  1317. "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  1318. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  1319. "shasum": ""
  1320. },
  1321. "require": {
  1322. "php": ">=5.3.23"
  1323. },
  1324. "require-dev": {
  1325. "zendframework/zend-eventmanager": "self.version",
  1326. "zendframework/zend-serializer": "self.version",
  1327. "zendframework/zend-servicemanager": "self.version"
  1328. },
  1329. "suggest": {
  1330. "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  1331. "zendframework/zend-serializer": "Zend\\Serializer component",
  1332. "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  1333. },
  1334. "type": "library",
  1335. "extra": {
  1336. "branch-alias": {
  1337. "dev-master": "2.3-dev",
  1338. "dev-develop": "2.4-dev"
  1339. }
  1340. },
  1341. "autoload": {
  1342. "psr-0": {
  1343. "Zend\\Stdlib\\": ""
  1344. }
  1345. },
  1346. "notification-url": "https://packagist.org/downloads/",
  1347. "license": [
  1348. "BSD-3-Clause"
  1349. ],
  1350. "homepage": "https://github.com/zendframework/zf2",
  1351. "keywords": [
  1352. "stdlib",
  1353. "zf2"
  1354. ],
  1355. "time": "2014-09-16 22:58:11"
  1356. }
  1357. ],
  1358. "packages-dev": [],
  1359. "aliases": [],
  1360. "minimum-stability": "stable",
  1361. "stability-flags": [],
  1362. "prefer-stable": false,
  1363. "prefer-lowest": false,
  1364. "platform": {
  1365. "php": ">=5.3.3"
  1366. },
  1367. "platform-dev": []
  1368. }