composer.lock 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012
  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": "e1db721096772d41f16003b39b47c85a",
  8. "packages": [
  9. {
  10. "name": "doctrine/cache",
  11. "version": "v1.4.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/cache.git",
  15. "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
  20. "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.2"
  25. },
  26. "conflict": {
  27. "doctrine/common": ">2.2,<2.4"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": ">=3.7",
  31. "predis/predis": "~1.0",
  32. "satooshi/php-coveralls": "~0.6"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.5.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-0": {
  42. "Doctrine\\Common\\Cache\\": "lib/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Roman Borschel",
  52. "email": "roman@code-factory.org"
  53. },
  54. {
  55. "name": "Benjamin Eberlei",
  56. "email": "kontakt@beberlei.de"
  57. },
  58. {
  59. "name": "Guilherme Blanco",
  60. "email": "guilhermeblanco@gmail.com"
  61. },
  62. {
  63. "name": "Jonathan Wage",
  64. "email": "jonwage@gmail.com"
  65. },
  66. {
  67. "name": "Johannes Schmitt",
  68. "email": "schmittjoh@gmail.com"
  69. }
  70. ],
  71. "description": "Caching library offering an object-oriented API for many cache backends",
  72. "homepage": "http://www.doctrine-project.org",
  73. "keywords": [
  74. "cache",
  75. "caching"
  76. ],
  77. "time": "2015-08-31 12:36:41"
  78. },
  79. {
  80. "name": "donatj/phpuseragentparser",
  81. "version": "v0.5.0",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/donatj/PhpUserAgent.git",
  85. "reference": "1acea75664179c8f0dcd57ced7e75a01af86bfa8"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/donatj/PhpUserAgent/zipball/1acea75664179c8f0dcd57ced7e75a01af86bfa8",
  90. "reference": "1acea75664179c8f0dcd57ced7e75a01af86bfa8",
  91. "shasum": ""
  92. },
  93. "require": {
  94. "php": ">=5.3.0"
  95. },
  96. "require-dev": {
  97. "camspiers/json-pretty": "0.1.*",
  98. "donatj/drop": "*",
  99. "phpunit/phpunit": "4.*"
  100. },
  101. "type": "library",
  102. "autoload": {
  103. "files": [
  104. "Source/UserAgentParser.php"
  105. ]
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "MIT"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Jesse G. Donat",
  114. "email": "donatj@gmail.com",
  115. "homepage": "http://donatstudios.com",
  116. "role": "Developer"
  117. }
  118. ],
  119. "description": "Simple, streamlined PHP user-agent parser",
  120. "homepage": "http://donatstudios.com/PHP-Parser-HTTP_USER_AGENT",
  121. "keywords": [
  122. "browser",
  123. "browser detection",
  124. "parser",
  125. "user agent",
  126. "useragent"
  127. ],
  128. "time": "2015-09-22 21:04:13"
  129. },
  130. {
  131. "name": "erusev/parsedown",
  132. "version": "1.6.0",
  133. "source": {
  134. "type": "git",
  135. "url": "https://github.com/erusev/parsedown.git",
  136. "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
  137. },
  138. "dist": {
  139. "type": "zip",
  140. "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
  141. "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
  142. "shasum": ""
  143. },
  144. "type": "library",
  145. "autoload": {
  146. "psr-0": {
  147. "Parsedown": ""
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "Emanuil Rusev",
  157. "email": "hello@erusev.com",
  158. "homepage": "http://erusev.com"
  159. }
  160. ],
  161. "description": "Parser for Markdown.",
  162. "homepage": "http://parsedown.org",
  163. "keywords": [
  164. "markdown",
  165. "parser"
  166. ],
  167. "time": "2015-10-04 16:44:32"
  168. },
  169. {
  170. "name": "erusev/parsedown-extra",
  171. "version": "0.7.0",
  172. "source": {
  173. "type": "git",
  174. "url": "https://github.com/erusev/parsedown-extra.git",
  175. "reference": "11a44e076d02ffcc4021713398a60cd73f78b6f5"
  176. },
  177. "dist": {
  178. "type": "zip",
  179. "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/11a44e076d02ffcc4021713398a60cd73f78b6f5",
  180. "reference": "11a44e076d02ffcc4021713398a60cd73f78b6f5",
  181. "shasum": ""
  182. },
  183. "require": {
  184. "erusev/parsedown": "~1.4"
  185. },
  186. "type": "library",
  187. "autoload": {
  188. "psr-0": {
  189. "ParsedownExtra": ""
  190. }
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Emanuil Rusev",
  199. "email": "hello@erusev.com",
  200. "homepage": "http://erusev.com"
  201. }
  202. ],
  203. "description": "An extension of Parsedown that adds support for Markdown Extra.",
  204. "homepage": "https://github.com/erusev/parsedown-extra",
  205. "keywords": [
  206. "markdown",
  207. "markdown extra",
  208. "parsedown",
  209. "parser"
  210. ],
  211. "time": "2015-01-25 14:52:34"
  212. },
  213. {
  214. "name": "filp/whoops",
  215. "version": "dev-master",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/filp/whoops.git",
  219. "reference": "9a393ceb80f7497b6513feb574638e87048fed55"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/filp/whoops/zipball/9a393ceb80f7497b6513feb574638e87048fed55",
  224. "reference": "9a393ceb80f7497b6513feb574638e87048fed55",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": ">=5.3.0"
  229. },
  230. "require-dev": {
  231. "mockery/mockery": "0.9.*"
  232. },
  233. "type": "library",
  234. "extra": {
  235. "branch-alias": {
  236. "dev-master": "1.2-dev"
  237. }
  238. },
  239. "autoload": {
  240. "psr-0": {
  241. "Whoops": "src/"
  242. },
  243. "classmap": [
  244. "src/deprecated"
  245. ]
  246. },
  247. "notification-url": "https://packagist.org/downloads/",
  248. "license": [
  249. "MIT"
  250. ],
  251. "authors": [
  252. {
  253. "name": "Filipe Dobreira",
  254. "homepage": "https://github.com/filp",
  255. "role": "Developer"
  256. }
  257. ],
  258. "description": "php error handling for cool kids",
  259. "homepage": "https://github.com/filp/whoops",
  260. "keywords": [
  261. "error",
  262. "exception",
  263. "handling",
  264. "library",
  265. "silex-provider",
  266. "whoops",
  267. "zf2"
  268. ],
  269. "time": "2015-09-27 09:47:06"
  270. },
  271. {
  272. "name": "gregwar/cache",
  273. "version": "v1.0.10",
  274. "target-dir": "Gregwar/Cache",
  275. "source": {
  276. "type": "git",
  277. "url": "https://github.com/Gregwar/Cache.git",
  278. "reference": "0a1a02e4943e95f491b3d2395609247385975622"
  279. },
  280. "dist": {
  281. "type": "zip",
  282. "url": "https://api.github.com/repos/Gregwar/Cache/zipball/0a1a02e4943e95f491b3d2395609247385975622",
  283. "reference": "0a1a02e4943e95f491b3d2395609247385975622",
  284. "shasum": ""
  285. },
  286. "require": {
  287. "php": ">=5.3"
  288. },
  289. "type": "library",
  290. "autoload": {
  291. "psr-0": {
  292. "Gregwar\\Cache": ""
  293. }
  294. },
  295. "notification-url": "https://packagist.org/downloads/",
  296. "license": [
  297. "MIT"
  298. ],
  299. "authors": [
  300. {
  301. "name": "Gregwar",
  302. "email": "g.passault@gmail.com"
  303. }
  304. ],
  305. "description": "A lightweight file-system cache system",
  306. "keywords": [
  307. "cache",
  308. "caching",
  309. "file-system",
  310. "system"
  311. ],
  312. "time": "2014-09-24 11:23:30"
  313. },
  314. {
  315. "name": "gregwar/image",
  316. "version": "v2.0.20",
  317. "target-dir": "Gregwar/Image",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/Gregwar/Image.git",
  321. "reference": "2c6bf2fb3b0eb844f0568d6ee55eeb86fc799414"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/Gregwar/Image/zipball/2c6bf2fb3b0eb844f0568d6ee55eeb86fc799414",
  326. "reference": "2c6bf2fb3b0eb844f0568d6ee55eeb86fc799414",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "ext-gd": "*",
  331. "gregwar/cache": "1.*",
  332. "php": ">=5.3.0"
  333. },
  334. "suggest": {
  335. "behat/transliterator": "Transliterator provides ability to set non-latin1 pretty names"
  336. },
  337. "type": "library",
  338. "autoload": {
  339. "psr-0": {
  340. "Gregwar\\Image": ""
  341. }
  342. },
  343. "notification-url": "https://packagist.org/downloads/",
  344. "license": [
  345. "MIT"
  346. ],
  347. "authors": [
  348. {
  349. "name": "Grégoire Passault",
  350. "email": "g.passault@gmail.com",
  351. "homepage": "http://www.gregwar.com/"
  352. }
  353. ],
  354. "description": "Image handling",
  355. "homepage": "https://github.com/Gregwar/Image",
  356. "keywords": [
  357. "gd",
  358. "image"
  359. ],
  360. "time": "2015-05-30 19:24:37"
  361. },
  362. {
  363. "name": "ircmaxell/password-compat",
  364. "version": "v1.0.4",
  365. "source": {
  366. "type": "git",
  367. "url": "https://github.com/ircmaxell/password_compat.git",
  368. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  369. },
  370. "dist": {
  371. "type": "zip",
  372. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  373. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  374. "shasum": ""
  375. },
  376. "require-dev": {
  377. "phpunit/phpunit": "4.*"
  378. },
  379. "type": "library",
  380. "autoload": {
  381. "files": [
  382. "lib/password.php"
  383. ]
  384. },
  385. "notification-url": "https://packagist.org/downloads/",
  386. "license": [
  387. "MIT"
  388. ],
  389. "authors": [
  390. {
  391. "name": "Anthony Ferrara",
  392. "email": "ircmaxell@php.net",
  393. "homepage": "http://blog.ircmaxell.com"
  394. }
  395. ],
  396. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  397. "homepage": "https://github.com/ircmaxell/password_compat",
  398. "keywords": [
  399. "hashing",
  400. "password"
  401. ],
  402. "time": "2014-11-20 16:49:30"
  403. },
  404. {
  405. "name": "maximebf/debugbar",
  406. "version": "v1.10.5",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/maximebf/php-debugbar.git",
  410. "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e53e8a28284b69dd223c9f5ee8957befd72636",
  415. "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636",
  416. "shasum": ""
  417. },
  418. "require": {
  419. "php": ">=5.3.0",
  420. "psr/log": "~1.0",
  421. "symfony/var-dumper": "~2.6"
  422. },
  423. "require-dev": {
  424. "phpunit/phpunit": "~4.0"
  425. },
  426. "suggest": {
  427. "kriswallsmith/assetic": "The best way to manage assets",
  428. "monolog/monolog": "Log using Monolog",
  429. "predis/predis": "Redis storage"
  430. },
  431. "type": "library",
  432. "extra": {
  433. "branch-alias": {
  434. "dev-master": "1.10-dev"
  435. }
  436. },
  437. "autoload": {
  438. "psr-0": {
  439. "DebugBar": "src/"
  440. }
  441. },
  442. "notification-url": "https://packagist.org/downloads/",
  443. "license": [
  444. "MIT"
  445. ],
  446. "authors": [
  447. {
  448. "name": "Maxime Bouroumeau-Fuseau",
  449. "email": "maxime.bouroumeau@gmail.com",
  450. "homepage": "http://maximebf.com"
  451. }
  452. ],
  453. "description": "Debug bar in the browser for php application",
  454. "homepage": "https://github.com/maximebf/php-debugbar",
  455. "keywords": [
  456. "debug"
  457. ],
  458. "time": "2015-10-19 20:35:12"
  459. },
  460. {
  461. "name": "monolog/monolog",
  462. "version": "1.17.2",
  463. "source": {
  464. "type": "git",
  465. "url": "https://github.com/Seldaek/monolog.git",
  466. "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
  467. },
  468. "dist": {
  469. "type": "zip",
  470. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  471. "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  472. "shasum": ""
  473. },
  474. "require": {
  475. "php": ">=5.3.0",
  476. "psr/log": "~1.0"
  477. },
  478. "provide": {
  479. "psr/log-implementation": "1.0.0"
  480. },
  481. "require-dev": {
  482. "aws/aws-sdk-php": "^2.4.9",
  483. "doctrine/couchdb": "~1.0@dev",
  484. "graylog2/gelf-php": "~1.0",
  485. "jakub-onderka/php-parallel-lint": "0.9",
  486. "php-console/php-console": "^3.1.3",
  487. "phpunit/phpunit": "~4.5",
  488. "phpunit/phpunit-mock-objects": "2.3.0",
  489. "raven/raven": "^0.13",
  490. "ruflin/elastica": ">=0.90 <3.0",
  491. "swiftmailer/swiftmailer": "~5.3",
  492. "videlalvaro/php-amqplib": "~2.4"
  493. },
  494. "suggest": {
  495. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  496. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  497. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  498. "ext-mongo": "Allow sending log messages to a MongoDB server",
  499. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  500. "php-console/php-console": "Allow sending log messages to Google Chrome",
  501. "raven/raven": "Allow sending log messages to a Sentry server",
  502. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  503. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  504. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  505. },
  506. "type": "library",
  507. "extra": {
  508. "branch-alias": {
  509. "dev-master": "1.16.x-dev"
  510. }
  511. },
  512. "autoload": {
  513. "psr-4": {
  514. "Monolog\\": "src/Monolog"
  515. }
  516. },
  517. "notification-url": "https://packagist.org/downloads/",
  518. "license": [
  519. "MIT"
  520. ],
  521. "authors": [
  522. {
  523. "name": "Jordi Boggiano",
  524. "email": "j.boggiano@seld.be",
  525. "homepage": "http://seld.be"
  526. }
  527. ],
  528. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  529. "homepage": "http://github.com/Seldaek/monolog",
  530. "keywords": [
  531. "log",
  532. "logging",
  533. "psr-3"
  534. ],
  535. "time": "2015-10-14 12:51:02"
  536. },
  537. {
  538. "name": "mrclay/minify",
  539. "version": "2.2.1",
  540. "source": {
  541. "type": "git",
  542. "url": "https://github.com/mrclay/minify.git",
  543. "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662"
  544. },
  545. "dist": {
  546. "type": "zip",
  547. "url": "https://api.github.com/repos/mrclay/minify/zipball/3c11ba8232a2155a1a29552aafc528be5fb0a662",
  548. "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662",
  549. "shasum": ""
  550. },
  551. "require": {
  552. "ext-pcre": "*",
  553. "php": ">=5.2.1"
  554. },
  555. "require-dev": {
  556. "tubalmartin/cssmin": "~2.4.8"
  557. },
  558. "suggest": {
  559. "tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
  560. },
  561. "type": "library",
  562. "autoload": {
  563. "classmap": [
  564. "min/lib/"
  565. ]
  566. },
  567. "notification-url": "https://packagist.org/downloads/",
  568. "license": [
  569. "BSD-3-Clause"
  570. ],
  571. "authors": [
  572. {
  573. "name": "Stephen Clay",
  574. "email": "steve@mrclay.org",
  575. "role": "Developer"
  576. }
  577. ],
  578. "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
  579. "homepage": "http://code.google.com/p/minify/",
  580. "time": "2014-10-30 22:58:02"
  581. },
  582. {
  583. "name": "pimple/pimple",
  584. "version": "v3.0.2",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/silexphp/Pimple.git",
  588. "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
  593. "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
  594. "shasum": ""
  595. },
  596. "require": {
  597. "php": ">=5.3.0"
  598. },
  599. "type": "library",
  600. "extra": {
  601. "branch-alias": {
  602. "dev-master": "3.0.x-dev"
  603. }
  604. },
  605. "autoload": {
  606. "psr-0": {
  607. "Pimple": "src/"
  608. }
  609. },
  610. "notification-url": "https://packagist.org/downloads/",
  611. "license": [
  612. "MIT"
  613. ],
  614. "authors": [
  615. {
  616. "name": "Fabien Potencier",
  617. "email": "fabien@symfony.com"
  618. }
  619. ],
  620. "description": "Pimple, a simple Dependency Injection Container",
  621. "homepage": "http://pimple.sensiolabs.org",
  622. "keywords": [
  623. "container",
  624. "dependency injection"
  625. ],
  626. "time": "2015-09-11 15:10:35"
  627. },
  628. {
  629. "name": "psr/log",
  630. "version": "1.0.0",
  631. "source": {
  632. "type": "git",
  633. "url": "https://github.com/php-fig/log.git",
  634. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  635. },
  636. "dist": {
  637. "type": "zip",
  638. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  639. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  640. "shasum": ""
  641. },
  642. "type": "library",
  643. "autoload": {
  644. "psr-0": {
  645. "Psr\\Log\\": ""
  646. }
  647. },
  648. "notification-url": "https://packagist.org/downloads/",
  649. "license": [
  650. "MIT"
  651. ],
  652. "authors": [
  653. {
  654. "name": "PHP-FIG",
  655. "homepage": "http://www.php-fig.org/"
  656. }
  657. ],
  658. "description": "Common interface for logging libraries",
  659. "keywords": [
  660. "log",
  661. "psr",
  662. "psr-3"
  663. ],
  664. "time": "2012-12-21 11:40:51"
  665. },
  666. {
  667. "name": "rockettheme/toolbox",
  668. "version": "1.1.4",
  669. "source": {
  670. "type": "git",
  671. "url": "https://github.com/rockettheme/toolbox.git",
  672. "reference": "ff677d8f66d1addd3590d0cb85bcbaff4174d9c9"
  673. },
  674. "dist": {
  675. "type": "zip",
  676. "url": "https://api.github.com/repos/rockettheme/toolbox/zipball/ff677d8f66d1addd3590d0cb85bcbaff4174d9c9",
  677. "reference": "ff677d8f66d1addd3590d0cb85bcbaff4174d9c9",
  678. "shasum": ""
  679. },
  680. "require": {
  681. "ircmaxell/password-compat": "1.0.*",
  682. "php": ">=5.4.0",
  683. "pimple/pimple": "~3.0",
  684. "symfony/event-dispatcher": "~2.5",
  685. "symfony/yaml": "~2.5"
  686. },
  687. "require-dev": {
  688. "phpunit/phpunit": "4.0.*"
  689. },
  690. "type": "library",
  691. "autoload": {
  692. "psr-4": {
  693. "RocketTheme\\Toolbox\\ArrayTraits\\": "ArrayTraits/src",
  694. "RocketTheme\\Toolbox\\Blueprints\\": "Blueprints/src",
  695. "RocketTheme\\Toolbox\\DI\\": "DI/src",
  696. "RocketTheme\\Toolbox\\Event\\": "Event/src",
  697. "RocketTheme\\Toolbox\\File\\": "File/src",
  698. "RocketTheme\\Toolbox\\ResourceLocator\\": "ResourceLocator/src",
  699. "RocketTheme\\Toolbox\\Session\\": "Session/src",
  700. "RocketTheme\\Toolbox\\StreamWrapper\\": "StreamWrapper/src"
  701. }
  702. },
  703. "notification-url": "https://packagist.org/downloads/",
  704. "license": [
  705. "MIT"
  706. ],
  707. "description": "RocketTheme Toolbox Library",
  708. "homepage": "http://www.rockettheme.com",
  709. "keywords": [
  710. "php",
  711. "rockettheme"
  712. ],
  713. "time": "2015-10-15 23:27:40"
  714. },
  715. {
  716. "name": "symfony/console",
  717. "version": "v2.7.5",
  718. "source": {
  719. "type": "git",
  720. "url": "https://github.com/symfony/console.git",
  721. "reference": "06cb17c013a82f94a3d840682b49425cd00a2161"
  722. },
  723. "dist": {
  724. "type": "zip",
  725. "url": "https://api.github.com/repos/symfony/console/zipball/06cb17c013a82f94a3d840682b49425cd00a2161",
  726. "reference": "06cb17c013a82f94a3d840682b49425cd00a2161",
  727. "shasum": ""
  728. },
  729. "require": {
  730. "php": ">=5.3.9"
  731. },
  732. "require-dev": {
  733. "psr/log": "~1.0",
  734. "symfony/event-dispatcher": "~2.1",
  735. "symfony/phpunit-bridge": "~2.7",
  736. "symfony/process": "~2.1"
  737. },
  738. "suggest": {
  739. "psr/log": "For using the console logger",
  740. "symfony/event-dispatcher": "",
  741. "symfony/process": ""
  742. },
  743. "type": "library",
  744. "extra": {
  745. "branch-alias": {
  746. "dev-master": "2.7-dev"
  747. }
  748. },
  749. "autoload": {
  750. "psr-4": {
  751. "Symfony\\Component\\Console\\": ""
  752. }
  753. },
  754. "notification-url": "https://packagist.org/downloads/",
  755. "license": [
  756. "MIT"
  757. ],
  758. "authors": [
  759. {
  760. "name": "Fabien Potencier",
  761. "email": "fabien@symfony.com"
  762. },
  763. {
  764. "name": "Symfony Community",
  765. "homepage": "https://symfony.com/contributors"
  766. }
  767. ],
  768. "description": "Symfony Console Component",
  769. "homepage": "https://symfony.com",
  770. "time": "2015-09-25 08:32:23"
  771. },
  772. {
  773. "name": "symfony/event-dispatcher",
  774. "version": "v2.7.5",
  775. "source": {
  776. "type": "git",
  777. "url": "https://github.com/symfony/event-dispatcher.git",
  778. "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9"
  779. },
  780. "dist": {
  781. "type": "zip",
  782. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
  783. "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
  784. "shasum": ""
  785. },
  786. "require": {
  787. "php": ">=5.3.9"
  788. },
  789. "require-dev": {
  790. "psr/log": "~1.0",
  791. "symfony/config": "~2.0,>=2.0.5",
  792. "symfony/dependency-injection": "~2.6",
  793. "symfony/expression-language": "~2.6",
  794. "symfony/phpunit-bridge": "~2.7",
  795. "symfony/stopwatch": "~2.3"
  796. },
  797. "suggest": {
  798. "symfony/dependency-injection": "",
  799. "symfony/http-kernel": ""
  800. },
  801. "type": "library",
  802. "extra": {
  803. "branch-alias": {
  804. "dev-master": "2.7-dev"
  805. }
  806. },
  807. "autoload": {
  808. "psr-4": {
  809. "Symfony\\Component\\EventDispatcher\\": ""
  810. }
  811. },
  812. "notification-url": "https://packagist.org/downloads/",
  813. "license": [
  814. "MIT"
  815. ],
  816. "authors": [
  817. {
  818. "name": "Fabien Potencier",
  819. "email": "fabien@symfony.com"
  820. },
  821. {
  822. "name": "Symfony Community",
  823. "homepage": "https://symfony.com/contributors"
  824. }
  825. ],
  826. "description": "Symfony EventDispatcher Component",
  827. "homepage": "https://symfony.com",
  828. "time": "2015-09-22 13:49:29"
  829. },
  830. {
  831. "name": "symfony/var-dumper",
  832. "version": "v2.7.5",
  833. "source": {
  834. "type": "git",
  835. "url": "https://github.com/symfony/var-dumper.git",
  836. "reference": "ba8c9a0edf18f70a7efcb8d3eb35323a10263338"
  837. },
  838. "dist": {
  839. "type": "zip",
  840. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ba8c9a0edf18f70a7efcb8d3eb35323a10263338",
  841. "reference": "ba8c9a0edf18f70a7efcb8d3eb35323a10263338",
  842. "shasum": ""
  843. },
  844. "require": {
  845. "php": ">=5.3.9"
  846. },
  847. "require-dev": {
  848. "symfony/phpunit-bridge": "~2.7"
  849. },
  850. "suggest": {
  851. "ext-symfony_debug": ""
  852. },
  853. "type": "library",
  854. "extra": {
  855. "branch-alias": {
  856. "dev-master": "2.7-dev"
  857. }
  858. },
  859. "autoload": {
  860. "files": [
  861. "Resources/functions/dump.php"
  862. ],
  863. "psr-4": {
  864. "Symfony\\Component\\VarDumper\\": ""
  865. }
  866. },
  867. "notification-url": "https://packagist.org/downloads/",
  868. "license": [
  869. "MIT"
  870. ],
  871. "authors": [
  872. {
  873. "name": "Nicolas Grekas",
  874. "email": "p@tchwork.com"
  875. },
  876. {
  877. "name": "Symfony Community",
  878. "homepage": "https://symfony.com/contributors"
  879. }
  880. ],
  881. "description": "Symfony mechanism for exploring and dumping PHP variables",
  882. "homepage": "https://symfony.com",
  883. "keywords": [
  884. "debug",
  885. "dump"
  886. ],
  887. "time": "2015-09-22 14:41:01"
  888. },
  889. {
  890. "name": "symfony/yaml",
  891. "version": "v2.7.5",
  892. "source": {
  893. "type": "git",
  894. "url": "https://github.com/symfony/yaml.git",
  895. "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770"
  896. },
  897. "dist": {
  898. "type": "zip",
  899. "url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
  900. "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
  901. "shasum": ""
  902. },
  903. "require": {
  904. "php": ">=5.3.9"
  905. },
  906. "require-dev": {
  907. "symfony/phpunit-bridge": "~2.7"
  908. },
  909. "type": "library",
  910. "extra": {
  911. "branch-alias": {
  912. "dev-master": "2.7-dev"
  913. }
  914. },
  915. "autoload": {
  916. "psr-4": {
  917. "Symfony\\Component\\Yaml\\": ""
  918. }
  919. },
  920. "notification-url": "https://packagist.org/downloads/",
  921. "license": [
  922. "MIT"
  923. ],
  924. "authors": [
  925. {
  926. "name": "Fabien Potencier",
  927. "email": "fabien@symfony.com"
  928. },
  929. {
  930. "name": "Symfony Community",
  931. "homepage": "https://symfony.com/contributors"
  932. }
  933. ],
  934. "description": "Symfony Yaml Component",
  935. "homepage": "https://symfony.com",
  936. "time": "2015-09-14 14:14:09"
  937. },
  938. {
  939. "name": "twig/twig",
  940. "version": "v1.22.3",
  941. "source": {
  942. "type": "git",
  943. "url": "https://github.com/twigphp/Twig.git",
  944. "reference": "ebfc36b7e77b0c1175afe30459cf943010245540"
  945. },
  946. "dist": {
  947. "type": "zip",
  948. "url": "https://api.github.com/repos/twigphp/Twig/zipball/ebfc36b7e77b0c1175afe30459cf943010245540",
  949. "reference": "ebfc36b7e77b0c1175afe30459cf943010245540",
  950. "shasum": ""
  951. },
  952. "require": {
  953. "php": ">=5.2.7"
  954. },
  955. "require-dev": {
  956. "symfony/debug": "~2.7",
  957. "symfony/phpunit-bridge": "~2.7"
  958. },
  959. "type": "library",
  960. "extra": {
  961. "branch-alias": {
  962. "dev-master": "1.22-dev"
  963. }
  964. },
  965. "autoload": {
  966. "psr-0": {
  967. "Twig_": "lib/"
  968. }
  969. },
  970. "notification-url": "https://packagist.org/downloads/",
  971. "license": [
  972. "BSD-3-Clause"
  973. ],
  974. "authors": [
  975. {
  976. "name": "Fabien Potencier",
  977. "email": "fabien@symfony.com",
  978. "homepage": "http://fabien.potencier.org",
  979. "role": "Lead Developer"
  980. },
  981. {
  982. "name": "Armin Ronacher",
  983. "email": "armin.ronacher@active-4.com",
  984. "role": "Project Founder"
  985. },
  986. {
  987. "name": "Twig Team",
  988. "homepage": "http://twig.sensiolabs.org/contributors",
  989. "role": "Contributors"
  990. }
  991. ],
  992. "description": "Twig, the flexible, fast, and secure template language for PHP",
  993. "homepage": "http://twig.sensiolabs.org",
  994. "keywords": [
  995. "templating"
  996. ],
  997. "time": "2015-10-13 07:07:02"
  998. }
  999. ],
  1000. "packages-dev": [],
  1001. "aliases": [],
  1002. "minimum-stability": "stable",
  1003. "stability-flags": {
  1004. "filp/whoops": 20
  1005. },
  1006. "prefer-stable": false,
  1007. "prefer-lowest": false,
  1008. "platform": {
  1009. "php": ">=5.4.0"
  1010. },
  1011. "platform-dev": []
  1012. }