installed.json 32 KB

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