You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3693 lines
127 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "5a5fae61e7139c98dd26b3cadb4fcbce",
  8. "packages": [
  9. {
  10. "name": "barnabywalters/mf-cleaner",
  11. "version": "v0.1.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
  15. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  20. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  21. "shasum": ""
  22. },
  23. "require-dev": {
  24. "php": ">=5.3",
  25. "phpunit/phpunit": "*"
  26. },
  27. "suggest": {
  28. "mf2/mf2": "To parse microformats2 structures from (X)HTML"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "files": [
  33. "src/BarnabyWalters/Mf2/Functions.php"
  34. ]
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Barnaby Walters",
  43. "email": "barnaby@waterpigs.co.uk"
  44. }
  45. ],
  46. "description": "Cleans up microformats2 array structures",
  47. "time": "2014-10-06 23:11:15"
  48. },
  49. {
  50. "name": "danielstjules/stringy",
  51. "version": "1.10.0",
  52. "source": {
  53. "type": "git",
  54. "url": "https://github.com/danielstjules/Stringy.git",
  55. "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
  56. },
  57. "dist": {
  58. "type": "zip",
  59. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
  60. "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
  61. "shasum": ""
  62. },
  63. "require": {
  64. "ext-mbstring": "*",
  65. "php": ">=5.3.0"
  66. },
  67. "require-dev": {
  68. "phpunit/phpunit": "~4.0"
  69. },
  70. "type": "library",
  71. "autoload": {
  72. "psr-4": {
  73. "Stringy\\": "src/"
  74. },
  75. "files": [
  76. "src/Create.php"
  77. ]
  78. },
  79. "notification-url": "https://packagist.org/downloads/",
  80. "license": [
  81. "MIT"
  82. ],
  83. "authors": [
  84. {
  85. "name": "Daniel St. Jules",
  86. "email": "danielst.jules@gmail.com",
  87. "homepage": "http://www.danielstjules.com"
  88. }
  89. ],
  90. "description": "A string manipulation library with multibyte support",
  91. "homepage": "https://github.com/danielstjules/Stringy",
  92. "keywords": [
  93. "UTF",
  94. "helpers",
  95. "manipulation",
  96. "methods",
  97. "multibyte",
  98. "string",
  99. "utf-8",
  100. "utility",
  101. "utils"
  102. ],
  103. "time": "2015-07-23 00:54:12"
  104. },
  105. {
  106. "name": "doctrine/inflector",
  107. "version": "v1.0.1",
  108. "source": {
  109. "type": "git",
  110. "url": "https://github.com/doctrine/inflector.git",
  111. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
  112. },
  113. "dist": {
  114. "type": "zip",
  115. "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
  116. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
  117. "shasum": ""
  118. },
  119. "require": {
  120. "php": ">=5.3.2"
  121. },
  122. "require-dev": {
  123. "phpunit/phpunit": "4.*"
  124. },
  125. "type": "library",
  126. "extra": {
  127. "branch-alias": {
  128. "dev-master": "1.0.x-dev"
  129. }
  130. },
  131. "autoload": {
  132. "psr-0": {
  133. "Doctrine\\Common\\Inflector\\": "lib/"
  134. }
  135. },
  136. "notification-url": "https://packagist.org/downloads/",
  137. "license": [
  138. "MIT"
  139. ],
  140. "authors": [
  141. {
  142. "name": "Roman Borschel",
  143. "email": "roman@code-factory.org"
  144. },
  145. {
  146. "name": "Benjamin Eberlei",
  147. "email": "kontakt@beberlei.de"
  148. },
  149. {
  150. "name": "Guilherme Blanco",
  151. "email": "guilhermeblanco@gmail.com"
  152. },
  153. {
  154. "name": "Jonathan Wage",
  155. "email": "jonwage@gmail.com"
  156. },
  157. {
  158. "name": "Johannes Schmitt",
  159. "email": "schmittjoh@gmail.com"
  160. }
  161. ],
  162. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  163. "homepage": "http://www.doctrine-project.org",
  164. "keywords": [
  165. "inflection",
  166. "pluralize",
  167. "singularize",
  168. "string"
  169. ],
  170. "time": "2014-12-20 21:24:13"
  171. },
  172. {
  173. "name": "guzzlehttp/guzzle",
  174. "version": "6.1.0",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/guzzle/guzzle.git",
  178. "reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
  183. "reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
  184. "shasum": ""
  185. },
  186. "require": {
  187. "guzzlehttp/promises": "~1.0",
  188. "guzzlehttp/psr7": "~1.1",
  189. "php": ">=5.5.0"
  190. },
  191. "require-dev": {
  192. "ext-curl": "*",
  193. "phpunit/phpunit": "~4.0",
  194. "psr/log": "~1.0"
  195. },
  196. "type": "library",
  197. "extra": {
  198. "branch-alias": {
  199. "dev-master": "6.1-dev"
  200. }
  201. },
  202. "autoload": {
  203. "files": [
  204. "src/functions_include.php"
  205. ],
  206. "psr-4": {
  207. "GuzzleHttp\\": "src/"
  208. }
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "MIT"
  213. ],
  214. "authors": [
  215. {
  216. "name": "Michael Dowling",
  217. "email": "mtdowling@gmail.com",
  218. "homepage": "https://github.com/mtdowling"
  219. }
  220. ],
  221. "description": "Guzzle is a PHP HTTP client library",
  222. "homepage": "http://guzzlephp.org/",
  223. "keywords": [
  224. "client",
  225. "curl",
  226. "framework",
  227. "http",
  228. "http client",
  229. "rest",
  230. "web service"
  231. ],
  232. "time": "2015-09-08 17:36:26"
  233. },
  234. {
  235. "name": "guzzlehttp/promises",
  236. "version": "1.0.2",
  237. "source": {
  238. "type": "git",
  239. "url": "https://github.com/guzzle/promises.git",
  240. "reference": "97fe7210def29451ec74923b27e552238defd75a"
  241. },
  242. "dist": {
  243. "type": "zip",
  244. "url": "https://api.github.com/repos/guzzle/promises/zipball/97fe7210def29451ec74923b27e552238defd75a",
  245. "reference": "97fe7210def29451ec74923b27e552238defd75a",
  246. "shasum": ""
  247. },
  248. "require": {
  249. "php": ">=5.5.0"
  250. },
  251. "require-dev": {
  252. "phpunit/phpunit": "~4.0"
  253. },
  254. "type": "library",
  255. "extra": {
  256. "branch-alias": {
  257. "dev-master": "1.0-dev"
  258. }
  259. },
  260. "autoload": {
  261. "psr-4": {
  262. "GuzzleHttp\\Promise\\": "src/"
  263. },
  264. "files": [
  265. "src/functions_include.php"
  266. ]
  267. },
  268. "notification-url": "https://packagist.org/downloads/",
  269. "license": [
  270. "MIT"
  271. ],
  272. "authors": [
  273. {
  274. "name": "Michael Dowling",
  275. "email": "mtdowling@gmail.com",
  276. "homepage": "https://github.com/mtdowling"
  277. }
  278. ],
  279. "description": "Guzzle promises library",
  280. "keywords": [
  281. "promise"
  282. ],
  283. "time": "2015-08-15 19:37:21"
  284. },
  285. {
  286. "name": "guzzlehttp/psr7",
  287. "version": "1.2.0",
  288. "source": {
  289. "type": "git",
  290. "url": "https://github.com/guzzle/psr7.git",
  291. "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e"
  292. },
  293. "dist": {
  294. "type": "zip",
  295. "url": "https://api.github.com/repos/guzzle/psr7/zipball/4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
  296. "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
  297. "shasum": ""
  298. },
  299. "require": {
  300. "php": ">=5.4.0",
  301. "psr/http-message": "~1.0"
  302. },
  303. "provide": {
  304. "psr/http-message-implementation": "1.0"
  305. },
  306. "require-dev": {
  307. "phpunit/phpunit": "~4.0"
  308. },
  309. "type": "library",
  310. "extra": {
  311. "branch-alias": {
  312. "dev-master": "1.0-dev"
  313. }
  314. },
  315. "autoload": {
  316. "psr-4": {
  317. "GuzzleHttp\\Psr7\\": "src/"
  318. },
  319. "files": [
  320. "src/functions_include.php"
  321. ]
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "Michael Dowling",
  330. "email": "mtdowling@gmail.com",
  331. "homepage": "https://github.com/mtdowling"
  332. }
  333. ],
  334. "description": "PSR-7 message implementation",
  335. "keywords": [
  336. "http",
  337. "message",
  338. "stream",
  339. "uri"
  340. ],
  341. "time": "2015-08-15 19:32:36"
  342. },
  343. {
  344. "name": "illuminate/auth",
  345. "version": "v5.1.16",
  346. "source": {
  347. "type": "git",
  348. "url": "https://github.com/illuminate/auth.git",
  349. "reference": "62cc601415637a2b8ff588e9d6d65e7630db7068"
  350. },
  351. "dist": {
  352. "type": "zip",
  353. "url": "https://api.github.com/repos/illuminate/auth/zipball/62cc601415637a2b8ff588e9d6d65e7630db7068",
  354. "reference": "62cc601415637a2b8ff588e9d6d65e7630db7068",
  355. "shasum": ""
  356. },
  357. "require": {
  358. "illuminate/contracts": "5.1.*",
  359. "illuminate/http": "5.1.*",
  360. "illuminate/session": "5.1.*",
  361. "illuminate/support": "5.1.*",
  362. "nesbot/carbon": "~1.19",
  363. "php": ">=5.5.9"
  364. },
  365. "suggest": {
  366. "illuminate/console": "Required to use the auth:clear-resets command (5.1.*)."
  367. },
  368. "type": "library",
  369. "extra": {
  370. "branch-alias": {
  371. "dev-master": "5.1-dev"
  372. }
  373. },
  374. "autoload": {
  375. "psr-4": {
  376. "Illuminate\\Auth\\": ""
  377. }
  378. },
  379. "notification-url": "https://packagist.org/downloads/",
  380. "license": [
  381. "MIT"
  382. ],
  383. "authors": [
  384. {
  385. "name": "Taylor Otwell",
  386. "email": "taylorotwell@gmail.com"
  387. }
  388. ],
  389. "description": "The Illuminate Auth package.",
  390. "homepage": "http://laravel.com",
  391. "time": "2015-09-03 13:58:07"
  392. },
  393. {
  394. "name": "illuminate/broadcasting",
  395. "version": "v5.1.16",
  396. "source": {
  397. "type": "git",
  398. "url": "https://github.com/illuminate/broadcasting.git",
  399. "reference": "8b47507b0bc7a6d98020deae0cf28898d8781cba"
  400. },
  401. "dist": {
  402. "type": "zip",
  403. "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/8b47507b0bc7a6d98020deae0cf28898d8781cba",
  404. "reference": "8b47507b0bc7a6d98020deae0cf28898d8781cba",
  405. "shasum": ""
  406. },
  407. "require": {
  408. "illuminate/contracts": "5.1.*",
  409. "illuminate/support": "5.1.*",
  410. "php": ">=5.5.9"
  411. },
  412. "suggest": {
  413. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
  414. },
  415. "type": "library",
  416. "extra": {
  417. "branch-alias": {
  418. "dev-master": "5.1-dev"
  419. }
  420. },
  421. "autoload": {
  422. "psr-4": {
  423. "Illuminate\\Broadcasting\\": ""
  424. }
  425. },
  426. "notification-url": "https://packagist.org/downloads/",
  427. "license": [
  428. "MIT"
  429. ],
  430. "authors": [
  431. {
  432. "name": "Taylor Otwell",
  433. "email": "taylorotwell@gmail.com"
  434. }
  435. ],
  436. "description": "The Illuminate Broadcasting package.",
  437. "homepage": "http://laravel.com",
  438. "time": "2015-07-11 20:41:11"
  439. },
  440. {
  441. "name": "illuminate/bus",
  442. "version": "v5.1.16",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/illuminate/bus.git",
  446. "reference": "f06735223936552d56733a6e7657040029dd7a7d"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/illuminate/bus/zipball/f06735223936552d56733a6e7657040029dd7a7d",
  451. "reference": "f06735223936552d56733a6e7657040029dd7a7d",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "illuminate/contracts": "5.1.*",
  456. "illuminate/pipeline": "5.1.*",
  457. "illuminate/support": "5.1.*",
  458. "php": ">=5.5.9"
  459. },
  460. "type": "library",
  461. "extra": {
  462. "branch-alias": {
  463. "dev-master": "5.1-dev"
  464. }
  465. },
  466. "autoload": {
  467. "psr-4": {
  468. "Illuminate\\Bus\\": ""
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "MIT"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Taylor Otwell",
  478. "email": "taylorotwell@gmail.com"
  479. }
  480. ],
  481. "description": "The Illuminate Bus package.",
  482. "homepage": "http://laravel.com",
  483. "time": "2015-08-25 00:21:39"
  484. },
  485. {
  486. "name": "illuminate/cache",
  487. "version": "v5.1.16",
  488. "source": {
  489. "type": "git",
  490. "url": "https://github.com/illuminate/cache.git",
  491. "reference": "dcd7551151aa752324562ad220e4fe4ee0687116"
  492. },
  493. "dist": {
  494. "type": "zip",
  495. "url": "https://api.github.com/repos/illuminate/cache/zipball/dcd7551151aa752324562ad220e4fe4ee0687116",
  496. "reference": "dcd7551151aa752324562ad220e4fe4ee0687116",
  497. "shasum": ""
  498. },
  499. "require": {
  500. "illuminate/contracts": "5.1.*",
  501. "illuminate/support": "5.1.*",
  502. "nesbot/carbon": "~1.19",
  503. "php": ">=5.5.9"
  504. },
  505. "suggest": {
  506. "illuminate/database": "Required to use the database cache driver (5.1.*).",
  507. "illuminate/filesystem": "Required to use the file cache driver (5.1.*).",
  508. "illuminate/redis": "Required to use the redis cache driver (5.1.*)."
  509. },
  510. "type": "library",
  511. "extra": {
  512. "branch-alias": {
  513. "dev-master": "5.1-dev"
  514. }
  515. },
  516. "autoload": {
  517. "psr-4": {
  518. "Illuminate\\Cache\\": ""
  519. }
  520. },
  521. "notification-url": "https://packagist.org/downloads/",
  522. "license": [
  523. "MIT"
  524. ],
  525. "authors": [
  526. {
  527. "name": "Taylor Otwell",
  528. "email": "taylorotwell@gmail.com"
  529. }
  530. ],
  531. "description": "The Illuminate Cache package.",
  532. "homepage": "http://laravel.com",
  533. "time": "2015-09-03 11:44:03"
  534. },
  535. {
  536. "name": "illuminate/config",
  537. "version": "v5.1.16",
  538. "source": {
  539. "type": "git",
  540. "url": "https://github.com/illuminate/config.git",
  541. "reference": "de6c1cc0f2745645dec3f8bab0e43a3aa141d12d"
  542. },
  543. "dist": {
  544. "type": "zip",
  545. "url": "https://api.github.com/repos/illuminate/config/zipball/de6c1cc0f2745645dec3f8bab0e43a3aa141d12d",
  546. "reference": "de6c1cc0f2745645dec3f8bab0e43a3aa141d12d",
  547. "shasum": ""
  548. },
  549. "require": {
  550. "illuminate/contracts": "5.1.*",
  551. "illuminate/filesystem": "5.1.*",
  552. "illuminate/support": "5.1.*",
  553. "php": ">=5.5.9"
  554. },
  555. "type": "library",
  556. "extra": {
  557. "branch-alias": {
  558. "dev-master": "5.1-dev"
  559. }
  560. },
  561. "autoload": {
  562. "psr-4": {
  563. "Illuminate\\Config\\": ""
  564. }
  565. },
  566. "notification-url": "https://packagist.org/downloads/",
  567. "license": [
  568. "MIT"
  569. ],
  570. "authors": [
  571. {
  572. "name": "Taylor Otwell",
  573. "email": "taylorotwell@gmail.com"
  574. }
  575. ],
  576. "description": "The Illuminate Config package.",
  577. "homepage": "http://laravel.com",
  578. "time": "2015-06-18 02:16:31"
  579. },
  580. {
  581. "name": "illuminate/console",
  582. "version": "v5.1.16",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/illuminate/console.git",
  586. "reference": "1b63e829eba104077ed3a79160dfd11d5357e851"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/illuminate/console/zipball/1b63e829eba104077ed3a79160dfd11d5357e851",
  591. "reference": "1b63e829eba104077ed3a79160dfd11d5357e851",
  592. "shasum": ""
  593. },
  594. "require": {
  595. "illuminate/contracts": "5.1.*",
  596. "illuminate/support": "5.1.*",
  597. "nesbot/carbon": "~1.19",
  598. "php": ">=5.5.9",
  599. "symfony/console": "2.7.*"
  600. },
  601. "suggest": {
  602. "guzzlehttp/guzzle": "Required to use the thenPing method on schedules (~5.3|~6.0).",
  603. "mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
  604. "symfony/process": "Required to use scheduling component (2.7.*)."
  605. },
  606. "type": "library",
  607. "extra": {
  608. "branch-alias": {
  609. "dev-master": "5.1-dev"
  610. }
  611. },
  612. "autoload": {
  613. "psr-4": {
  614. "Illuminate\\Console\\": ""
  615. }
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "MIT"
  620. ],
  621. "authors": [
  622. {
  623. "name": "Taylor Otwell",
  624. "email": "taylorotwell@gmail.com"
  625. }
  626. ],
  627. "description": "The Illuminate Console package.",
  628. "homepage": "http://laravel.com",
  629. "time": "2015-08-12 14:49:07"
  630. },
  631. {
  632. "name": "illuminate/container",
  633. "version": "v5.1.16",
  634. "source": {
  635. "type": "git",
  636. "url": "https://github.com/illuminate/container.git",
  637. "reference": "66621248395705cc64bc1ce9262b99b4bfa606f2"
  638. },
  639. "dist": {
  640. "type": "zip",
  641. "url": "https://api.github.com/repos/illuminate/container/zipball/66621248395705cc64bc1ce9262b99b4bfa606f2",
  642. "reference": "66621248395705cc64bc1ce9262b99b4bfa606f2",
  643. "shasum": ""
  644. },
  645. "require": {
  646. "illuminate/contracts": "5.1.*",
  647. "php": ">=5.5.9"
  648. },
  649. "type": "library",
  650. "extra": {
  651. "branch-alias": {
  652. "dev-master": "5.1-dev"
  653. }
  654. },
  655. "autoload": {
  656. "psr-4": {
  657. "Illuminate\\Container\\": ""
  658. }
  659. },
  660. "notification-url": "https://packagist.org/downloads/",
  661. "license": [
  662. "MIT"
  663. ],
  664. "authors": [
  665. {
  666. "name": "Taylor Otwell",
  667. "email": "taylorotwell@gmail.com"
  668. }
  669. ],
  670. "description": "The Illuminate Container package.",
  671. "homepage": "http://laravel.com",
  672. "time": "2015-08-26 23:00:38"
  673. },
  674. {
  675. "name": "illuminate/contracts",
  676. "version": "v5.1.16",
  677. "source": {
  678. "type": "git",
  679. "url": "https://github.com/illuminate/contracts.git",
  680. "reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2"
  681. },
  682. "dist": {
  683. "type": "zip",
  684. "url": "https://api.github.com/repos/illuminate/contracts/zipball/610aea16e3d91dfd85db4cf43703403a83b7cba2",
  685. "reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2",
  686. "shasum": ""
  687. },
  688. "require": {
  689. "php": ">=5.5.9"
  690. },
  691. "type": "library",
  692. "extra": {
  693. "branch-alias": {
  694. "dev-master": "5.1-dev"
  695. }
  696. },
  697. "autoload": {
  698. "psr-4": {
  699. "Illuminate\\Contracts\\": ""
  700. }
  701. },
  702. "notification-url": "https://packagist.org/downloads/",
  703. "license": [
  704. "MIT"
  705. ],
  706. "authors": [
  707. {
  708. "name": "Taylor Otwell",
  709. "email": "taylorotwell@gmail.com"
  710. }
  711. ],
  712. "description": "The Illuminate Contracts package.",
  713. "homepage": "http://laravel.com",
  714. "time": "2015-08-31 12:59:22"
  715. },
  716. {
  717. "name": "illuminate/cookie",
  718. "version": "v5.1.16",
  719. "source": {
  720. "type": "git",
  721. "url": "https://github.com/illuminate/cookie.git",
  722. "reference": "2d1317d77c96f0df95bb47a185df944484b5f437"
  723. },
  724. "dist": {
  725. "type": "zip",
  726. "url": "https://api.github.com/repos/illuminate/cookie/zipball/2d1317d77c96f0df95bb47a185df944484b5f437",
  727. "reference": "2d1317d77c96f0df95bb47a185df944484b5f437",
  728. "shasum": ""
  729. },
  730. "require": {
  731. "illuminate/contracts": "5.1.*",
  732. "illuminate/support": "5.1.*",
  733. "php": ">=5.5.9",
  734. "symfony/http-foundation": "2.7.*",
  735. "symfony/http-kernel": "2.7.*"
  736. },
  737. "type": "library",
  738. "extra": {
  739. "branch-alias": {
  740. "dev-master": "5.1-dev"
  741. }
  742. },
  743. "autoload": {
  744. "psr-4": {
  745. "Illuminate\\Cookie\\": ""
  746. }
  747. },
  748. "notification-url": "https://packagist.org/downloads/",
  749. "license": [
  750. "MIT"
  751. ],
  752. "authors": [
  753. {
  754. "name": "Taylor Otwell",
  755. "email": "taylorotwell@gmail.com"
  756. }
  757. ],
  758. "description": "The Illuminate Cookie package.",
  759. "homepage": "http://laravel.com",
  760. "time": "2015-08-01 00:02:33"
  761. },
  762. {
  763. "name": "illuminate/database",
  764. "version": "v5.1.16",
  765. "source": {
  766. "type": "git",
  767. "url": "https://github.com/illuminate/database.git",
  768. "reference": "7655e39c507776c9b9226a8f5619ed9933d3396e"
  769. },
  770. "dist": {
  771. "type": "zip",
  772. "url": "https://api.github.com/repos/illuminate/database/zipball/7655e39c507776c9b9226a8f5619ed9933d3396e",
  773. "reference": "7655e39c507776c9b9226a8f5619ed9933d3396e",
  774. "shasum": ""
  775. },
  776. "require": {
  777. "illuminate/container": "5.1.*",
  778. "illuminate/contracts": "5.1.*",
  779. "illuminate/support": "5.1.*",
  780. "nesbot/carbon": "~1.19",
  781. "php": ">=5.5.9"
  782. },
  783. "suggest": {
  784. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
  785. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  786. "illuminate/console": "Required to use the database commands (5.1.*).",
  787. "illuminate/events": "Required to use the observers with Eloquent (5.1.*).",
  788. "illuminate/filesystem": "Required to use the migrations (5.1.*)."
  789. },
  790. "type": "library",
  791. "extra": {
  792. "branch-alias": {
  793. "dev-master": "5.1-dev"
  794. }
  795. },
  796. "autoload": {
  797. "psr-4": {
  798. "Illuminate\\Database\\": ""
  799. }
  800. },
  801. "notification-url": "https://packagist.org/downloads/",
  802. "license": [
  803. "MIT"
  804. ],
  805. "authors": [
  806. {
  807. "name": "Taylor Otwell",
  808. "email": "taylorotwell@gmail.com"
  809. }
  810. ],
  811. "description": "The Illuminate Database package.",
  812. "homepage": "http://laravel.com",
  813. "keywords": [
  814. "database",
  815. "laravel",
  816. "orm",
  817. "sql"
  818. ],
  819. "time": "2015-09-03 14:53:32"
  820. },
  821. {
  822. "name": "illuminate/encryption",
  823. "version": "v5.1.16",
  824. "source": {
  825. "type": "git",
  826. "url": "https://github.com/illuminate/encryption.git",
  827. "reference": "fa6e4d3a48f1230f31f4f33a7974154768d108e7"
  828. },
  829. "dist": {
  830. "type": "zip",
  831. "url": "https://api.github.com/repos/illuminate/encryption/zipball/fa6e4d3a48f1230f31f4f33a7974154768d108e7",
  832. "reference": "fa6e4d3a48f1230f31f4f33a7974154768d108e7",
  833. "shasum": ""
  834. },
  835. "require": {
  836. "ext-mbstring": "*",
  837. "ext-openssl": "*",
  838. "illuminate/contracts": "5.1.*",
  839. "illuminate/support": "5.1.*",
  840. "php": ">=5.5.9"
  841. },
  842. "type": "library",
  843. "extra": {
  844. "branch-alias": {
  845. "dev-master": "5.1-dev"
  846. }
  847. },
  848. "autoload": {
  849. "psr-4": {
  850. "Illuminate\\Encryption\\": ""
  851. }
  852. },
  853. "notification-url": "https://packagist.org/downloads/",
  854. "license": [
  855. "MIT"
  856. ],
  857. "authors": [
  858. {
  859. "name": "Taylor Otwell",
  860. "email": "taylorotwell@gmail.com"
  861. }
  862. ],
  863. "description": "The Illuminate Encryption package.",
  864. "homepage": "http://laravel.com",
  865. "time": "2015-08-09 08:20:05"
  866. },
  867. {
  868. "name": "illuminate/events",
  869. "version": "v5.1.16",
  870. "source": {
  871. "type": "git",
  872. "url": "https://github.com/illuminate/events.git",
  873. "reference": "851c2351401145d81674991fe8491d560e620ec6"
  874. },
  875. "dist": {
  876. "type": "zip",
  877. "url": "https://api.github.com/repos/illuminate/events/zipball/851c2351401145d81674991fe8491d560e620ec6",
  878. "reference": "851c2351401145d81674991fe8491d560e620ec6",
  879. "shasum": ""
  880. },
  881. "require": {
  882. "illuminate/container": "5.1.*",
  883. "illuminate/contracts": "5.1.*",
  884. "illuminate/support": "5.1.*",
  885. "php": ">=5.5.9"
  886. },
  887. "type": "library",
  888. "extra": {
  889. "branch-alias": {
  890. "dev-master": "5.1-dev"
  891. }
  892. },
  893. "autoload": {
  894. "psr-4": {
  895. "Illuminate\\Events\\": ""
  896. }
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Taylor Otwell",
  905. "email": "taylorotwell@gmail.com"
  906. }
  907. ],
  908. "description": "The Illuminate Events package.",
  909. "homepage": "http://laravel.com",
  910. "time": "2015-08-08 13:06:30"
  911. },
  912. {
  913. "name": "illuminate/filesystem",
  914. "version": "v5.1.16",
  915. "source": {
  916. "type": "git",
  917. "url": "https://github.com/illuminate/filesystem.git",
  918. "reference": "b93043ad8efe4a2ccd0bb202d8493255bb865720"
  919. },
  920. "dist": {
  921. "type": "zip",
  922. "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b93043ad8efe4a2ccd0bb202d8493255bb865720",
  923. "reference": "b93043ad8efe4a2ccd0bb202d8493255bb865720",
  924. "shasum": ""
  925. },
  926. "require": {
  927. "illuminate/contracts": "5.1.*",
  928. "illuminate/support": "5.1.*",
  929. "php": ">=5.5.9",
  930. "symfony/finder": "2.7.*"
  931. },
  932. "suggest": {
  933. "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
  934. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  935. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
  936. },
  937. "type": "library",
  938. "extra": {
  939. "branch-alias": {
  940. "dev-master": "5.1-dev"
  941. }
  942. },
  943. "autoload": {
  944. "psr-4": {
  945. "Illuminate\\Filesystem\\": ""
  946. }
  947. },
  948. "notification-url": "https://packagist.org/downloads/",
  949. "license": [
  950. "MIT"
  951. ],
  952. "authors": [
  953. {
  954. "name": "Taylor Otwell",
  955. "email": "taylorotwell@gmail.com"
  956. }
  957. ],
  958. "description": "The Illuminate Filesystem package.",
  959. "homepage": "http://laravel.com",
  960. "time": "2015-08-24 08:44:48"
  961. },
  962. {
  963. "name": "illuminate/hashing",
  964. "version": "v5.1.16",
  965. "source": {
  966. "type": "git",
  967. "url": "https://github.com/illuminate/hashing.git",
  968. "reference": "86d12970c19823809314eae180939de62d4fab2c"
  969. },
  970. "dist": {
  971. "type": "zip",
  972. "url": "https://api.github.com/repos/illuminate/hashing/zipball/86d12970c19823809314eae180939de62d4fab2c",
  973. "reference": "86d12970c19823809314eae180939de62d4fab2c",
  974. "shasum": ""
  975. },
  976. "require": {
  977. "illuminate/contracts": "5.1.*",
  978. "illuminate/support": "5.1.*",
  979. "php": ">=5.5.9"
  980. },
  981. "type": "library",
  982. "extra": {
  983. "branch-alias": {
  984. "dev-master": "5.1-dev"
  985. }
  986. },
  987. "autoload": {
  988. "psr-4": {
  989. "Illuminate\\Hashing\\": ""
  990. }
  991. },
  992. "notification-url": "https://packagist.org/downloads/",
  993. "license": [
  994. "MIT"
  995. ],
  996. "authors": [
  997. {
  998. "name": "Taylor Otwell",
  999. "email": "taylorotwell@gmail.com"
  1000. }
  1001. ],
  1002. "description": "The Illuminate Hashing package.",
  1003. "homepage": "http://laravel.com",
  1004. "time": "2015-07-16 20:28:10"
  1005. },
  1006. {
  1007. "name": "illuminate/http",
  1008. "version": "v5.1.16",
  1009. "source": {
  1010. "type": "git",
  1011. "url": "https://github.com/illuminate/http.git",
  1012. "reference": "33e454bcf4f8711da12e182ec84eb0ee0b1f6eb5"
  1013. },
  1014. "dist": {
  1015. "type": "zip",
  1016. "url": "https://api.github.com/repos/illuminate/http/zipball/33e454bcf4f8711da12e182ec84eb0ee0b1f6eb5",
  1017. "reference": "33e454bcf4f8711da12e182ec84eb0ee0b1f6eb5",
  1018. "shasum": ""
  1019. },
  1020. "require": {
  1021. "illuminate/session": "5.1.*",
  1022. "illuminate/support": "5.1.*",
  1023. "php": ">=5.5.9",
  1024. "symfony/http-foundation": "2.7.*",
  1025. "symfony/http-kernel": "2.7.*"
  1026. },
  1027. "type": "library",
  1028. "extra": {
  1029. "branch-alias": {
  1030. "dev-master": "5.1-dev"
  1031. }
  1032. },
  1033. "autoload": {
  1034. "psr-4": {
  1035. "Illuminate\\Http\\": ""
  1036. }
  1037. },
  1038. "notification-url": "https://packagist.org/downloads/",
  1039. "license": [
  1040. "MIT"
  1041. ],
  1042. "authors": [
  1043. {
  1044. "name": "Taylor Otwell",
  1045. "email": "taylorotwell@gmail.com"
  1046. }
  1047. ],
  1048. "description": "The Illuminate Http package.",
  1049. "homepage": "http://laravel.com",
  1050. "time": "2015-08-01 00:02:33"
  1051. },
  1052. {
  1053. "name": "illuminate/pagination",
  1054. "version": "v5.1.16",
  1055. "source": {
  1056. "type": "git",
  1057. "url": "https://github.com/illuminate/pagination.git",
  1058. "reference": "0ce7a8e498efb1bfbe48d614da35fb510a59e839"
  1059. },
  1060. "dist": {
  1061. "type": "zip",
  1062. "url": "https://api.github.com/repos/illuminate/pagination/zipball/0ce7a8e498efb1bfbe48d614da35fb510a59e839",
  1063. "reference": "0ce7a8e498efb1bfbe48d614da35fb510a59e839",
  1064. "shasum": ""
  1065. },
  1066. "require": {
  1067. "illuminate/contracts": "5.1.*",
  1068. "illuminate/support": "5.1.*",
  1069. "php": ">=5.5.9"
  1070. },
  1071. "type": "library",
  1072. "extra": {
  1073. "branch-alias": {
  1074. "dev-master": "5.1-dev"
  1075. }
  1076. },
  1077. "autoload": {
  1078. "psr-4": {
  1079. "Illuminate\\Pagination\\": ""
  1080. }
  1081. },
  1082. "notification-url": "https://packagist.org/downloads/",
  1083. "license": [
  1084. "MIT"
  1085. ],
  1086. "authors": [
  1087. {
  1088. "name": "Taylor Otwell",
  1089. "email": "taylorotwell@gmail.com"
  1090. }
  1091. ],
  1092. "description": "The Illuminate Pagination package.",
  1093. "homepage": "http://laravel.com",
  1094. "time": "2015-08-01 00:02:33"
  1095. },
  1096. {
  1097. "name": "illuminate/pipeline",
  1098. "version": "v5.1.16",
  1099. "source": {
  1100. "type": "git",
  1101. "url": "https://github.com/illuminate/pipeline.git",
  1102. "reference": "579c8c6f270a13225e26e1801d6797283ecd153a"
  1103. },
  1104. "dist": {
  1105. "type": "zip",
  1106. "url": "https://api.github.com/repos/illuminate/pipeline/zipball/579c8c6f270a13225e26e1801d6797283ecd153a",
  1107. "reference": "579c8c6f270a13225e26e1801d6797283ecd153a",
  1108. "shasum": ""
  1109. },
  1110. "require": {
  1111. "illuminate/contracts": "5.1.*",
  1112. "illuminate/support": "5.1.*",
  1113. "php": ">=5.5.9"
  1114. },
  1115. "type": "library",
  1116. "extra": {
  1117. "branch-alias": {
  1118. "dev-master": "5.1-dev"
  1119. }
  1120. },
  1121. "autoload": {
  1122. "psr-4": {
  1123. "Illuminate\\Pipeline\\": ""
  1124. }
  1125. },
  1126. "notification-url": "https://packagist.org/downloads/",
  1127. "license": [
  1128. "MIT"
  1129. ],
  1130. "authors": [
  1131. {
  1132. "name": "Taylor Otwell",
  1133. "email": "taylorotwell@gmail.com"
  1134. }
  1135. ],
  1136. "description": "The Illuminate Pipeline package.",
  1137. "homepage": "http://laravel.com",
  1138. "time": "2015-06-01 15:39:11"
  1139. },
  1140. {
  1141. "name": "illuminate/queue",
  1142. "version": "v5.1.16",
  1143. "source": {
  1144. "type": "git",
  1145. "url": "https://github.com/illuminate/queue.git",
  1146. "reference": "f0d95a6ac9ee7527e0822448a2d816cdce2a949a"
  1147. },
  1148. "dist": {
  1149. "type": "zip",
  1150. "url": "https://api.github.com/repos/illuminate/queue/zipball/f0d95a6ac9ee7527e0822448a2d816cdce2a949a",
  1151. "reference": "f0d95a6ac9ee7527e0822448a2d816cdce2a949a",
  1152. "shasum": ""
  1153. },
  1154. "require": {
  1155. "illuminate/console": "5.1.*",
  1156. "illuminate/container": "5.1.*",
  1157. "illuminate/contracts": "5.1.*",
  1158. "illuminate/http": "5.1.*",
  1159. "illuminate/support": "5.1.*",
  1160. "nesbot/carbon": "~1.19",
  1161. "php": ">=5.5.9",
  1162. "symfony/process": "2.7.*"
  1163. },
  1164. "suggest": {
  1165. "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
  1166. "illuminate/redis": "Required to use the redis queue driver (5.1.*).",
  1167. "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).",
  1168. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0)."
  1169. },
  1170. "type": "library",
  1171. "extra": {
  1172. "branch-alias": {
  1173. "dev-master": "5.1-dev"
  1174. }
  1175. },
  1176. "autoload": {
  1177. "psr-4": {
  1178. "Illuminate\\Queue\\": ""
  1179. },
  1180. "classmap": [
  1181. "IlluminateQueueClosure.php"
  1182. ]
  1183. },
  1184. "notification-url": "https://packagist.org/downloads/",
  1185. "license": [
  1186. "MIT"
  1187. ],
  1188. "authors": [
  1189. {
  1190. "name": "Taylor Otwell",
  1191. "email": "taylorotwell@gmail.com"
  1192. }
  1193. ],
  1194. "description": "The Illuminate Queue package.",
  1195. "homepage": "http://laravel.com",
  1196. "time": "2015-08-16 14:07:18"
  1197. },
  1198. {
  1199. "name": "illuminate/session",
  1200. "version": "v5.1.16",
  1201. "source": {
  1202. "type": "git",
  1203. "url": "https://github.com/illuminate/session.git",
  1204. "reference": "f3fa68562ea3eb3fe8f52ef1543716fce32f930a"
  1205. },
  1206. "dist": {
  1207. "type": "zip",
  1208. "url": "https://api.github.com/repos/illuminate/session/zipball/f3fa68562ea3eb3fe8f52ef1543716fce32f930a",
  1209. "reference": "f3fa68562ea3eb3fe8f52ef1543716fce32f930a",
  1210. "shasum": ""
  1211. },
  1212. "require": {
  1213. "illuminate/contracts": "5.1.*",
  1214. "illuminate/support": "5.1.*",
  1215. "nesbot/carbon": "~1.19",
  1216. "php": ">=5.5.9",
  1217. "symfony/finder": "2.7.*",
  1218. "symfony/http-foundation": "2.7.*"
  1219. },
  1220. "suggest": {
  1221. "illuminate/console": "Required to use the session:table command (5.1.*)."
  1222. },
  1223. "type": "library",
  1224. "extra": {
  1225. "branch-alias": {
  1226. "dev-master": "5.1-dev"
  1227. }
  1228. },
  1229. "autoload": {
  1230. "psr-4": {
  1231. "Illuminate\\Session\\": ""
  1232. }
  1233. },
  1234. "notification-url": "https://packagist.org/downloads/",
  1235. "license": [
  1236. "MIT"
  1237. ],
  1238. "authors": [
  1239. {
  1240. "name": "Taylor Otwell",
  1241. "email": "taylorotwell@gmail.com"
  1242. }
  1243. ],
  1244. "description": "The Illuminate Session package.",
  1245. "homepage": "http://laravel.com",
  1246. "time": "2015-08-01 00:02:33"
  1247. },
  1248. {
  1249. "name": "illuminate/support",
  1250. "version": "v5.1.16",
  1251. "source": {
  1252. "type": "git",
  1253. "url": "https://github.com/illuminate/support.git",
  1254. "reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b"
  1255. },
  1256. "dist": {
  1257. "type": "zip",
  1258. "url": "https://api.github.com/repos/illuminate/support/zipball/c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
  1259. "reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
  1260. "shasum": ""
  1261. },
  1262. "require": {
  1263. "danielstjules/stringy": "~1.8",
  1264. "doctrine/inflector": "~1.0",
  1265. "ext-mbstring": "*",
  1266. "illuminate/contracts": "5.1.*",
  1267. "php": ">=5.5.9"
  1268. },
  1269. "suggest": {
  1270. "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
  1271. "symfony/var-dumper": "Required to use the dd function (2.7.*)."
  1272. },
  1273. "type": "library",
  1274. "extra": {
  1275. "branch-alias": {
  1276. "dev-master": "5.1-dev"
  1277. }
  1278. },
  1279. "autoload": {
  1280. "psr-4": {
  1281. "Illuminate\\Support\\": ""
  1282. },
  1283. "files": [
  1284. "helpers.php"
  1285. ]
  1286. },
  1287. "notification-url": "https://packagist.org/downloads/",
  1288. "license": [
  1289. "MIT"
  1290. ],
  1291. "authors": [
  1292. {
  1293. "name": "Taylor Otwell",
  1294. "email": "taylorotwell@gmail.com"
  1295. }
  1296. ],
  1297. "description": "The Illuminate Support package.",
  1298. "homepage": "http://laravel.com",
  1299. "time": "2015-09-03 15:47:41"
  1300. },
  1301. {
  1302. "name": "illuminate/translation",
  1303. "version": "v5.1.16",
  1304. "source": {
  1305. "type": "git",
  1306. "url": "https://github.com/illuminate/translation.git",
  1307. "reference": "81bf81fcb3ccc18e7aeabaefdbb7306581439fcc"
  1308. },
  1309. "dist": {
  1310. "type": "zip",
  1311. "url": "https://api.github.com/repos/illuminate/translation/zipball/81bf81fcb3ccc18e7aeabaefdbb7306581439fcc",
  1312. "reference": "81bf81fcb3ccc18e7aeabaefdbb7306581439fcc",
  1313. "shasum": ""
  1314. },
  1315. "require": {
  1316. "illuminate/filesystem": "5.1.*",
  1317. "illuminate/support": "5.1.*",
  1318. "php": ">=5.5.9",
  1319. "symfony/translation": "2.7.*"
  1320. },
  1321. "type": "library",
  1322. "extra": {
  1323. "branch-alias": {
  1324. "dev-master": "5.1-dev"
  1325. }
  1326. },
  1327. "autoload": {
  1328. "psr-4": {
  1329. "Illuminate\\Translation\\": ""
  1330. }
  1331. },
  1332. "notification-url": "https://packagist.org/downloads/",
  1333. "license": [
  1334. "MIT"
  1335. ],
  1336. "authors": [
  1337. {
  1338. "name": "Taylor Otwell",
  1339. "email": "taylorotwell@gmail.com"
  1340. }
  1341. ],
  1342. "description": "The Illuminate Translation package.",
  1343. "homepage": "http://laravel.com",
  1344. "time": "2015-08-01 00:02:33"
  1345. },
  1346. {
  1347. "name": "illuminate/validation",
  1348. "version": "v5.1.16",
  1349. "source": {
  1350. "type": "git",
  1351. "url": "https://github.com/illuminate/validation.git",
  1352. "reference": "6192667064fd75ff70efb83c6f5366a9edeac275"
  1353. },
  1354. "dist": {
  1355. "type": "zip",
  1356. "url": "https://api.github.com/repos/illuminate/validation/zipball/6192667064fd75ff70efb83c6f5366a9edeac275",
  1357. "reference": "6192667064fd75ff70efb83c6f5366a9edeac275",
  1358. "shasum": ""
  1359. },
  1360. "require": {
  1361. "illuminate/container": "5.1.*",
  1362. "illuminate/contracts": "5.1.*",
  1363. "illuminate/support": "5.1.*",
  1364. "php": ">=5.5.9",
  1365. "symfony/http-foundation": "2.7.*",
  1366. "symfony/translation": "2.7.*"
  1367. },
  1368. "suggest": {
  1369. "illuminate/database": "Required to use the database presence verifier (5.1.*)."
  1370. },
  1371. "type": "library",
  1372. "extra": {
  1373. "branch-alias": {
  1374. "dev-master": "5.1-dev"
  1375. }
  1376. },
  1377. "autoload": {
  1378. "psr-4": {
  1379. "Illuminate\\Validation\\": ""
  1380. }
  1381. },
  1382. "notification-url": "https://packagist.org/downloads/",
  1383. "license": [
  1384. "MIT"
  1385. ],
  1386. "authors": [
  1387. {
  1388. "name": "Taylor Otwell",
  1389. "email": "taylorotwell@gmail.com"
  1390. }
  1391. ],
  1392. "description": "The Illuminate Validation package.",
  1393. "homepage": "http://laravel.com",
  1394. "time": "2015-08-17 22:03:13"
  1395. },
  1396. {
  1397. "name": "illuminate/view",
  1398. "version": "v5.1.16",
  1399. "source": {
  1400. "type": "git",
  1401. "url": "https://github.com/illuminate/view.git",
  1402. "reference": "82c5bc657554360a7325ace0761c24f26de9e771"
  1403. },
  1404. "dist": {
  1405. "type": "zip",
  1406. "url": "https://api.github.com/repos/illuminate/view/zipball/82c5bc657554360a7325ace0761c24f26de9e771",
  1407. "reference": "82c5bc657554360a7325ace0761c24f26de9e771",
  1408. "shasum": ""
  1409. },
  1410. "require": {
  1411. "illuminate/container": "5.1.*",
  1412. "illuminate/contracts": "5.1.*",
  1413. "illuminate/events": "5.1.*",
  1414. "illuminate/filesystem": "5.1.*",
  1415. "illuminate/support": "5.1.*",
  1416. "php": ">=5.5.9"
  1417. },
  1418. "type": "library",
  1419. "extra": {
  1420. "branch-alias": {
  1421. "dev-master": "5.1-dev"
  1422. }
  1423. },
  1424. "autoload": {
  1425. "psr-4": {
  1426. "Illuminate\\View\\": ""
  1427. }
  1428. },
  1429. "notification-url": "https://packagist.org/downloads/",
  1430. "license": [
  1431. "MIT"
  1432. ],
  1433. "authors": [
  1434. {
  1435. "name": "Taylor Otwell",
  1436. "email": "taylorotwell@gmail.com"
  1437. }
  1438. ],
  1439. "description": "The Illuminate View package.",
  1440. "homepage": "http://laravel.com",
  1441. "time": "2015-09-04 12:45:07"
  1442. },
  1443. {
  1444. "name": "indieauth/client",
  1445. "version": "0.1.11",
  1446. "source": {
  1447. "type": "git",
  1448. "url": "https://github.com/indieweb/indieauth-client-php.git",
  1449. "reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038"
  1450. },
  1451. "dist": {
  1452. "type": "zip",
  1453. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/6504ed0d4714084e9955f639d6e5cf4e976f9038",
  1454. "reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038",
  1455. "shasum": ""
  1456. },
  1457. "require": {
  1458. "barnabywalters/mf-cleaner": "0.*",
  1459. "indieweb/link-rel-parser": "0.1.1",
  1460. "mf2/mf2": "0.2.*",
  1461. "php": ">5.3.0"
  1462. },
  1463. "type": "library",
  1464. "autoload": {
  1465. "psr-0": {
  1466. "IndieAuth": "src/"
  1467. }
  1468. },
  1469. "notification-url": "https://packagist.org/downloads/",
  1470. "license": [
  1471. "Apache 2.0"
  1472. ],
  1473. "authors": [
  1474. {
  1475. "name": "Aaron Parecki",
  1476. "homepage": "http://aaronparecki.com"
  1477. }
  1478. ],
  1479. "description": "IndieAuth Client Library",
  1480. "time": "2015-08-30 22:29:40"
  1481. },
  1482. {
  1483. "name": "indieweb/link-rel-parser",
  1484. "version": "0.1.1",
  1485. "source": {
  1486. "type": "git",
  1487. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  1488. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  1489. },
  1490. "dist": {
  1491. "type": "zip",
  1492. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  1493. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  1494. "shasum": ""
  1495. },
  1496. "require": {
  1497. "php": ">=5.3.0"
  1498. },
  1499. "type": "library",
  1500. "autoload": {
  1501. "files": [
  1502. "src/IndieWeb/link_rel_parser.php"
  1503. ]
  1504. },
  1505. "notification-url": "https://packagist.org/downloads/",
  1506. "license": [
  1507. "Apache-2.0"
  1508. ],
  1509. "authors": [
  1510. {
  1511. "name": "Aaron Parecki",
  1512. "homepage": "http://aaronparecki.com"
  1513. },
  1514. {
  1515. "name": "Tantek Çelik",
  1516. "homepage": "http://tantek.com"
  1517. }
  1518. ],
  1519. "description": "Parse rel values from HTTP headers",
  1520. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  1521. "keywords": [
  1522. "http",
  1523. "indieweb",
  1524. "microformats2"
  1525. ],
  1526. "time": "2013-12-23 00:14:58"
  1527. },
  1528. {
  1529. "name": "laravel/lumen-framework",
  1530. "version": "v5.1.4",
  1531. "source": {
  1532. "type": "git",
  1533. "url": "https://github.com/laravel/lumen-framework.git",
  1534. "reference": "b49e8275e47670b70043b50dcce67bd4079a03e9"
  1535. },
  1536. "dist": {
  1537. "type": "zip",
  1538. "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/b49e8275e47670b70043b50dcce67bd4079a03e9",
  1539. "reference": "b49e8275e47670b70043b50dcce67bd4079a03e9",
  1540. "shasum": ""
  1541. },
  1542. "require": {
  1543. "illuminate/auth": "5.1.*",
  1544. "illuminate/broadcasting": "5.1.*",
  1545. "illuminate/bus": "5.1.*",
  1546. "illuminate/cache": "5.1.*",
  1547. "illuminate/config": "5.1.*",
  1548. "illuminate/console": "5.1.*",
  1549. "illuminate/container": "5.1.*",
  1550. "illuminate/contracts": "5.1.*",
  1551. "illuminate/cookie": "5.1.*",
  1552. "illuminate/database": "5.1.*",
  1553. "illuminate/encryption": "5.1.*",
  1554. "illuminate/events": "5.1.*",
  1555. "illuminate/filesystem": "5.1.*",
  1556. "illuminate/hashing": "5.1.*",
  1557. "illuminate/http": "5.1.*",
  1558. "illuminate/pagination": "5.1.*",
  1559. "illuminate/queue": "5.1.*",
  1560. "illuminate/session": "5.1.*",
  1561. "illuminate/support": "5.1.*",
  1562. "illuminate/translation": "5.1.*",
  1563. "illuminate/validation": "5.1.*",
  1564. "illuminate/view": "5.1.*",
  1565. "monolog/monolog": "~1.0",
  1566. "mtdowling/cron-expression": "~1.0",
  1567. "nikic/fast-route": "0.4.*",
  1568. "php": ">=5.5.9",
  1569. "symfony/dom-crawler": "2.7.*",
  1570. "symfony/http-foundation": "2.7.*",
  1571. "symfony/http-kernel": "2.7.*",
  1572. "symfony/security-core": "2.7.*",
  1573. "symfony/var-dumper": "2.7.*"
  1574. },
  1575. "require-dev": {
  1576. "mockery/mockery": "~0.9",
  1577. "phpunit/phpunit": "~4.0"
  1578. },
  1579. "suggest": {
  1580. "vlucas/phpdotenv": "Required to use .env files (~1.0)."
  1581. },
  1582. "type": "library",
  1583. "autoload": {
  1584. "psr-4": {
  1585. "Laravel\\Lumen\\": "src/"
  1586. },
  1587. "classmap": [
  1588. "src/Foundation"
  1589. ],
  1590. "files": [
  1591. "src/helpers.php"
  1592. ]
  1593. },
  1594. "notification-url": "https://packagist.org/downloads/",
  1595. "license": [
  1596. "MIT"
  1597. ],
  1598. "authors": [
  1599. {
  1600. "name": "Taylor Otwell",
  1601. "email": "taylorotwell@gmail.com"
  1602. }
  1603. ],
  1604. "description": "The Laravel Lumen Framework.",
  1605. "homepage": "http://laravel.com",
  1606. "keywords": [
  1607. "framework",
  1608. "laravel",
  1609. "lumen"
  1610. ],
  1611. "time": "2015-08-31 15:51:22"
  1612. },
  1613. {
  1614. "name": "mf2/mf2",
  1615. "version": "v0.2.12",
  1616. "source": {
  1617. "type": "git",
  1618. "url": "https://github.com/indieweb/php-mf2.git",
  1619. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e"
  1620. },
  1621. "dist": {
  1622. "type": "zip",
  1623. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/6701504876d6c9242eb310b35f41d40d9785ab4e",
  1624. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e",
  1625. "shasum": ""
  1626. },
  1627. "require": {
  1628. "php": ">=5.3.0"
  1629. },
  1630. "require-dev": {
  1631. "phpunit/phpunit": "3.7.*"
  1632. },
  1633. "suggest": {
  1634. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  1635. },
  1636. "bin": [
  1637. "bin/fetch-mf2",
  1638. "bin/parse-mf2"
  1639. ],
  1640. "type": "library",
  1641. "autoload": {
  1642. "files": [
  1643. "Mf2/Parser.php"
  1644. ]
  1645. },
  1646. "notification-url": "https://packagist.org/downloads/",
  1647. "license": [
  1648. "MIT"
  1649. ],
  1650. "authors": [
  1651. {
  1652. "name": "Barnaby Walters",
  1653. "homepage": "http://waterpigs.co.uk"
  1654. }
  1655. ],
  1656. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  1657. "keywords": [
  1658. "html",
  1659. "microformats",
  1660. "microformats 2",
  1661. "parser",
  1662. "semantic"
  1663. ],
  1664. "time": "2015-07-12 14:10:01"
  1665. },
  1666. {
  1667. "name": "monolog/monolog",
  1668. "version": "1.17.1",
  1669. "source": {
  1670. "type": "git",
  1671. "url": "https://github.com/Seldaek/monolog.git",
  1672. "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
  1673. },
  1674. "dist": {
  1675. "type": "zip",
  1676. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
  1677. "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
  1678. "shasum": ""
  1679. },
  1680. "require": {
  1681. "php": ">=5.3.0",
  1682. "psr/log": "~1.0"
  1683. },
  1684. "provide": {
  1685. "psr/log-implementation": "1.0.0"
  1686. },
  1687. "require-dev": {
  1688. "aws/aws-sdk-php": "^2.4.9",
  1689. "doctrine/couchdb": "~1.0@dev",
  1690. "graylog2/gelf-php": "~1.0",
  1691. "php-console/php-console": "^3.1.3",
  1692. "phpunit/phpunit": "~4.5",
  1693. "phpunit/phpunit-mock-objects": "2.3.0",
  1694. "raven/raven": "~0.11",
  1695. "ruflin/elastica": ">=0.90 <3.0",
  1696. "swiftmailer/swiftmailer": "~5.3",
  1697. "videlalvaro/php-amqplib": "~2.4"
  1698. },
  1699. "suggest": {
  1700. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1701. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1702. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1703. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1704. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1705. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1706. "raven/raven": "Allow sending log messages to a Sentry server",
  1707. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1708. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1709. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  1710. },
  1711. "type": "library",
  1712. "extra": {
  1713. "branch-alias": {
  1714. "dev-master": "1.16.x-dev"
  1715. }
  1716. },
  1717. "autoload": {
  1718. "psr-4": {
  1719. "Monolog\\": "src/Monolog"
  1720. }
  1721. },
  1722. "notification-url": "https://packagist.org/downloads/",
  1723. "license": [
  1724. "MIT"
  1725. ],
  1726. "authors": [
  1727. {
  1728. "name": "Jordi Boggiano",
  1729. "email": "j.boggiano@seld.be",
  1730. "homepage": "http://seld.be"
  1731. }
  1732. ],
  1733. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1734. "homepage": "http://github.com/Seldaek/monolog",
  1735. "keywords": [
  1736. "log",
  1737. "logging",
  1738. "psr-3"
  1739. ],
  1740. "time": "2015-08-31 09:17:37"
  1741. },
  1742. {
  1743. "name": "mtdowling/cron-expression",
  1744. "version": "v1.0.4",
  1745. "source": {
  1746. "type": "git",
  1747. "url": "https://github.com/mtdowling/cron-expression.git",
  1748. "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
  1749. },
  1750. "dist": {
  1751. "type": "zip",
  1752. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
  1753. "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
  1754. "shasum": ""
  1755. },
  1756. "require": {
  1757. "php": ">=5.3.2"
  1758. },
  1759. "require-dev": {
  1760. "phpunit/phpunit": "4.*"
  1761. },
  1762. "type": "library",
  1763. "autoload": {
  1764. "psr-0": {
  1765. "Cron": "src/"
  1766. }
  1767. },
  1768. "notification-url": "https://packagist.org/downloads/",
  1769. "license": [
  1770. "MIT"
  1771. ],
  1772. "authors": [
  1773. {
  1774. "name": "Michael Dowling",
  1775. "email": "mtdowling@gmail.com",
  1776. "homepage": "https://github.com/mtdowling"
  1777. }
  1778. ],
  1779. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1780. "keywords": [
  1781. "cron",
  1782. "schedule"
  1783. ],
  1784. "time": "2015-01-11 23:07:46"
  1785. },
  1786. {
  1787. "name": "nesbot/carbon",
  1788. "version": "1.20.0",
  1789. "source": {
  1790. "type": "git",
  1791. "url": "https://github.com/briannesbitt/Carbon.git",
  1792. "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
  1793. },
  1794. "dist": {
  1795. "type": "zip",
  1796. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
  1797. "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
  1798. "shasum": ""
  1799. },
  1800. "require": {
  1801. "php": ">=5.3.0",
  1802. "symfony/translation": "~2.6|~3.0"
  1803. },
  1804. "require-dev": {
  1805. "phpunit/phpunit": "~4.0"
  1806. },
  1807. "type": "library",
  1808. "autoload": {
  1809. "psr-0": {
  1810. "Carbon": "src"
  1811. }
  1812. },
  1813. "notification-url": "https://packagist.org/downloads/",
  1814. "license": [
  1815. "MIT"
  1816. ],
  1817. "authors": [
  1818. {
  1819. "name": "Brian Nesbitt",
  1820. "email": "brian@nesbot.com",
  1821. "homepage": "http://nesbot.com"
  1822. }
  1823. ],
  1824. "description": "A simple API extension for DateTime.",
  1825. "homepage": "http://carbon.nesbot.com",
  1826. "keywords": [
  1827. "date",
  1828. "datetime",
  1829. "time"
  1830. ],
  1831. "time": "2015-06-25 04:19:39"
  1832. },
  1833. {
  1834. "name": "nikic/fast-route",
  1835. "version": "v0.4.0",
  1836. "source": {
  1837. "type": "git",
  1838. "url": "https://github.com/nikic/FastRoute.git",
  1839. "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
  1840. },
  1841. "dist": {
  1842. "type": "zip",
  1843. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
  1844. "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
  1845. "shasum": ""
  1846. },
  1847. "require": {
  1848. "php": ">=5.4.0"
  1849. },
  1850. "type": "library",
  1851. "autoload": {
  1852. "psr-4": {
  1853. "FastRoute\\": "src/"
  1854. },
  1855. "files": [
  1856. "src/functions.php"
  1857. ]
  1858. },
  1859. "notification-url": "https://packagist.org/downloads/",
  1860. "license": [
  1861. "BSD-3-Clause"
  1862. ],
  1863. "authors": [
  1864. {
  1865. "name": "Nikita Popov",
  1866. "email": "nikic@php.net"
  1867. }
  1868. ],
  1869. "description": "Fast request router for PHP",
  1870. "keywords": [
  1871. "router",
  1872. "routing"
  1873. ],
  1874. "time": "2015-02-26 15:33:07"
  1875. },
  1876. {
  1877. "name": "p3k/quartz-db",
  1878. "version": "0.1.0",
  1879. "source": {
  1880. "type": "git",
  1881. "url": "https://github.com/aaronpk/QuartzDB.git",
  1882. "reference": "d060c23716fc5d0a4bdb77f32e8c813e29c923ed"
  1883. },
  1884. "dist": {
  1885. "type": "zip",
  1886. "url": "https://api.github.com/repos/aaronpk/QuartzDB/zipball/d060c23716fc5d0a4bdb77f32e8c813e29c923ed",
  1887. "reference": "d060c23716fc5d0a4bdb77f32e8c813e29c923ed",
  1888. "shasum": ""
  1889. },
  1890. "type": "library",
  1891. "autoload": {
  1892. "psr-0": {
  1893. "Quartz": "src/"
  1894. }
  1895. },
  1896. "notification-url": "https://packagist.org/downloads/",
  1897. "license": [
  1898. "Apache 2.0"
  1899. ],
  1900. "authors": [
  1901. {
  1902. "name": "Aaron Parecki"
  1903. }
  1904. ],
  1905. "description": "A flat-file database optimized to hold time-series data.",
  1906. "time": "2015-09-21 17:56:12"
  1907. },
  1908. {
  1909. "name": "psr/http-message",
  1910. "version": "1.0",
  1911. "source": {
  1912. "type": "git",
  1913. "url": "https://github.com/php-fig/http-message.git",
  1914. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  1915. },
  1916. "dist": {
  1917. "type": "zip",
  1918. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1919. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1920. "shasum": ""
  1921. },
  1922. "require": {
  1923. "php": ">=5.3.0"
  1924. },
  1925. "type": "library",
  1926. "extra": {
  1927. "branch-alias": {
  1928. "dev-master": "1.0.x-dev"
  1929. }
  1930. },
  1931. "autoload": {
  1932. "psr-4": {
  1933. "Psr\\Http\\Message\\": "src/"
  1934. }
  1935. },
  1936. "notification-url": "https://packagist.org/downloads/",
  1937. "license": [
  1938. "MIT"
  1939. ],
  1940. "authors": [
  1941. {
  1942. "name": "PHP-FIG",
  1943. "homepage": "http://www.php-fig.org/"
  1944. }
  1945. ],
  1946. "description": "Common interface for HTTP messages",
  1947. "keywords": [
  1948. "http",
  1949. "http-message",
  1950. "psr",
  1951. "psr-7",
  1952. "request",
  1953. "response"
  1954. ],
  1955. "time": "2015-05-04 20:22:00"
  1956. },
  1957. {
  1958. "name": "psr/log",
  1959. "version": "1.0.0",
  1960. "source": {
  1961. "type": "git",
  1962. "url": "https://github.com/php-fig/log.git",
  1963. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1964. },
  1965. "dist": {
  1966. "type": "zip",
  1967. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1968. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1969. "shasum": ""
  1970. },
  1971. "type": "library",
  1972. "autoload": {
  1973. "psr-0": {
  1974. "Psr\\Log\\": ""
  1975. }
  1976. },
  1977. "notification-url": "https://packagist.org/downloads/",
  1978. "license": [
  1979. "MIT"
  1980. ],
  1981. "authors": [
  1982. {
  1983. "name": "PHP-FIG",
  1984. "homepage": "http://www.php-fig.org/"
  1985. }
  1986. ],
  1987. "description": "Common interface for logging libraries",
  1988. "keywords": [
  1989. "log",
  1990. "psr",
  1991. "psr-3"
  1992. ],
  1993. "time": "2012-12-21 11:40:51"
  1994. },
  1995. {
  1996. "name": "symfony/console",
  1997. "version": "v2.7.4",
  1998. "source": {
  1999. "type": "git",
  2000. "url": "https://github.com/symfony/Console.git",
  2001. "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8"
  2002. },
  2003. "dist": {
  2004. "type": "zip",
  2005. "url": "https://api.github.com/repos/symfony/Console/zipball/9ff9032151186bd66ecee727d728f1319f52d1d8",
  2006. "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8",
  2007. "shasum": ""
  2008. },
  2009. "require": {
  2010. "php": ">=5.3.9"
  2011. },
  2012. "require-dev": {
  2013. "psr/log": "~1.0",
  2014. "symfony/event-dispatcher": "~2.1",
  2015. "symfony/phpunit-bridge": "~2.7",
  2016. "symfony/process": "~2.1"
  2017. },
  2018. "suggest": {
  2019. "psr/log": "For using the console logger",
  2020. "symfony/event-dispatcher": "",
  2021. "symfony/process": ""
  2022. },
  2023. "type": "library",
  2024. "extra": {
  2025. "branch-alias": {
  2026. "dev-master": "2.7-dev"
  2027. }
  2028. },
  2029. "autoload": {
  2030. "psr-4": {
  2031. "Symfony\\Component\\Console\\": ""
  2032. }
  2033. },
  2034. "notification-url": "https://packagist.org/downloads/",
  2035. "license": [
  2036. "MIT"
  2037. ],
  2038. "authors": [
  2039. {
  2040. "name": "Fabien Potencier",
  2041. "email": "fabien@symfony.com"
  2042. },
  2043. {
  2044. "name": "Symfony Community",
  2045. "homepage": "https://symfony.com/contributors"
  2046. }
  2047. ],
  2048. "description": "Symfony Console Component",
  2049. "homepage": "https://symfony.com",
  2050. "time": "2015-09-03 11:40:38"
  2051. },
  2052. {
  2053. "name": "symfony/debug",
  2054. "version": "v2.7.4",
  2055. "source": {
  2056. "type": "git",
  2057. "url": "https://github.com/symfony/Debug.git",
  2058. "reference": "726bf9651d29f53243281d0b6418cfaa5e318281"
  2059. },
  2060. "dist": {
  2061. "type": "zip",
  2062. "url": "https://api.github.com/repos/symfony/Debug/zipball/726bf9651d29f53243281d0b6418cfaa5e318281",
  2063. "reference": "726bf9651d29f53243281d0b6418cfaa5e318281",
  2064. "shasum": ""
  2065. },
  2066. "require": {
  2067. "php": ">=5.3.9",
  2068. "psr/log": "~1.0"
  2069. },
  2070. "conflict": {
  2071. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2072. },
  2073. "require-dev": {
  2074. "symfony/class-loader": "~2.2",
  2075. "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
  2076. "symfony/phpunit-bridge": "~2.7"
  2077. },
  2078. "type": "library",
  2079. "extra": {
  2080. "branch-alias": {
  2081. "dev-master": "2.7-dev"
  2082. }
  2083. },
  2084. "autoload": {
  2085. "psr-4": {
  2086. "Symfony\\Component\\Debug\\": ""
  2087. }
  2088. },
  2089. "notification-url": "https://packagist.org/downloads/",
  2090. "license": [
  2091. "MIT"
  2092. ],
  2093. "authors": [
  2094. {
  2095. "name": "Fabien Potencier",
  2096. "email": "fabien@symfony.com"
  2097. },
  2098. {
  2099. "name": "Symfony Community",
  2100. "homepage": "https://symfony.com/contributors"
  2101. }
  2102. ],
  2103. "description": "Symfony Debug Component",
  2104. "homepage": "https://symfony.com",
  2105. "time": "2015-08-29 11:12:16"
  2106. },
  2107. {
  2108. "name": "symfony/dom-crawler",
  2109. "version": "v2.7.4",
  2110. "source": {
  2111. "type": "git",
  2112. "url": "https://github.com/symfony/DomCrawler.git",
  2113. "reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e"
  2114. },
  2115. "dist": {
  2116. "type": "zip",
  2117. "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/2a161e4ee2b2f33d4153be58df4f6f2a5506936e",
  2118. "reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e",
  2119. "shasum": ""
  2120. },
  2121. "require": {
  2122. "php": ">=5.3.9"
  2123. },
  2124. "require-dev": {
  2125. "symfony/css-selector": "~2.3",
  2126. "symfony/phpunit-bridge": "~2.7"
  2127. },
  2128. "suggest": {
  2129. "symfony/css-selector": ""
  2130. },
  2131. "type": "library",
  2132. "extra": {
  2133. "branch-alias": {
  2134. "dev-master": "2.7-dev"
  2135. }
  2136. },
  2137. "autoload": {
  2138. "psr-4": {
  2139. "Symfony\\Component\\DomCrawler\\": ""
  2140. }
  2141. },
  2142. "notification-url": "https://packagist.org/downloads/",
  2143. "license": [
  2144. "MIT"
  2145. ],
  2146. "authors": [
  2147. {
  2148. "name": "Fabien Potencier",
  2149. "email": "fabien@symfony.com"
  2150. },
  2151. {
  2152. "name": "Symfony Community",
  2153. "homepage": "https://symfony.com/contributors"
  2154. }
  2155. ],
  2156. "description": "Symfony DomCrawler Component",
  2157. "homepage": "https://symfony.com",
  2158. "time": "2015-08-26 10:48:03"
  2159. },
  2160. {
  2161. "name": "symfony/event-dispatcher",
  2162. "version": "v2.7.4",
  2163. "source": {
  2164. "type": "git",
  2165. "url": "https://github.com/symfony/EventDispatcher.git",
  2166. "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa"
  2167. },
  2168. "dist": {
  2169. "type": "zip",
  2170. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa",
  2171. "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
  2172. "shasum": ""
  2173. },
  2174. "require": {
  2175. "php": ">=5.3.9"
  2176. },
  2177. "require-dev": {
  2178. "psr/log": "~1.0",
  2179. "symfony/config": "~2.0,>=2.0.5",
  2180. "symfony/dependency-injection": "~2.6",
  2181. "symfony/expression-language": "~2.6",
  2182. "symfony/phpunit-bridge": "~2.7",
  2183. "symfony/stopwatch": "~2.3"
  2184. },
  2185. "suggest": {
  2186. "symfony/dependency-injection": "",
  2187. "symfony/http-kernel": ""
  2188. },
  2189. "type": "library",
  2190. "extra": {
  2191. "branch-alias": {
  2192. "dev-master": "2.7-dev"
  2193. }
  2194. },
  2195. "autoload": {
  2196. "psr-4": {
  2197. "Symfony\\Component\\EventDispatcher\\": ""
  2198. }
  2199. },
  2200. "notification-url": "https://packagist.org/downloads/",
  2201. "license": [
  2202. "MIT"
  2203. ],
  2204. "authors": [
  2205. {
  2206. "name": "Fabien Potencier",
  2207. "email": "fabien@symfony.com"
  2208. },
  2209. {
  2210. "name": "Symfony Community",
  2211. "homepage": "https://symfony.com/contributors"
  2212. }
  2213. ],
  2214. "description": "Symfony EventDispatcher Component",
  2215. "homepage": "https://symfony.com",
  2216. "time": "2015-08-24 07:13:45"
  2217. },
  2218. {
  2219. "name": "symfony/finder",
  2220. "version": "v2.7.4",
  2221. "source": {
  2222. "type": "git",
  2223. "url": "https://github.com/symfony/Finder.git",
  2224. "reference": "fff4b0c362640a0ab7355e2647b3d461608e9065"
  2225. },
  2226. "dist": {
  2227. "type": "zip",
  2228. "url": "https://api.github.com/repos/symfony/Finder/zipball/fff4b0c362640a0ab7355e2647b3d461608e9065",
  2229. "reference": "fff4b0c362640a0ab7355e2647b3d461608e9065",
  2230. "shasum": ""
  2231. },
  2232. "require": {
  2233. "php": ">=5.3.9"
  2234. },
  2235. "require-dev": {
  2236. "symfony/phpunit-bridge": "~2.7"
  2237. },
  2238. "type": "library",
  2239. "extra": {
  2240. "branch-alias": {
  2241. "dev-master": "2.7-dev"
  2242. }
  2243. },
  2244. "autoload": {
  2245. "psr-4": {
  2246. "Symfony\\Component\\Finder\\": ""
  2247. }
  2248. },
  2249. "notification-url": "https://packagist.org/downloads/",
  2250. "license": [
  2251. "MIT"
  2252. ],
  2253. "authors": [
  2254. {
  2255. "name": "Fabien Potencier",
  2256. "email": "fabien@symfony.com"
  2257. },
  2258. {
  2259. "name": "Symfony Community",
  2260. "homepage": "https://symfony.com/contributors"
  2261. }
  2262. ],
  2263. "description": "Symfony Finder Component",
  2264. "homepage": "https://symfony.com",
  2265. "time": "2015-08-26 17:56:37"
  2266. },
  2267. {
  2268. "name": "symfony/http-foundation",
  2269. "version": "v2.7.4",
  2270. "source": {
  2271. "type": "git",
  2272. "url": "https://github.com/symfony/HttpFoundation.git",
  2273. "reference": "7253c2041652353e71560bbd300d6256d170ddaf"
  2274. },
  2275. "dist": {
  2276. "type": "zip",
  2277. "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/7253c2041652353e71560bbd300d6256d170ddaf",
  2278. "reference": "7253c2041652353e71560bbd300d6256d170ddaf",
  2279. "shasum": ""
  2280. },
  2281. "require": {
  2282. "php": ">=5.3.9"
  2283. },
  2284. "require-dev": {
  2285. "symfony/expression-language": "~2.4",
  2286. "symfony/phpunit-bridge": "~2.7"
  2287. },
  2288. "type": "library",
  2289. "extra": {
  2290. "branch-alias": {
  2291. "dev-master": "2.7-dev"
  2292. }
  2293. },
  2294. "autoload": {
  2295. "psr-4": {
  2296. "Symfony\\Component\\HttpFoundation\\": ""
  2297. },
  2298. "classmap": [
  2299. "Resources/stubs"
  2300. ]
  2301. },
  2302. "notification-url": "https://packagist.org/downloads/",
  2303. "license": [
  2304. "MIT"
  2305. ],
  2306. "authors": [
  2307. {
  2308. "name": "Fabien Potencier",
  2309. "email": "fabien@symfony.com"
  2310. },
  2311. {
  2312. "name": "Symfony Community",
  2313. "homepage": "https://symfony.com/contributors"
  2314. }
  2315. ],
  2316. "description": "Symfony HttpFoundation Component",
  2317. "homepage": "https://symfony.com",
  2318. "time": "2015-08-27 06:45:45"
  2319. },
  2320. {
  2321. "name": "symfony/http-kernel",
  2322. "version": "v2.7.4",
  2323. "source": {
  2324. "type": "git",
  2325. "url": "https://github.com/symfony/HttpKernel.git",
  2326. "reference": "fd9c7af92c9e3ade1327cc3af10b17731eebc4a7"
  2327. },
  2328. "dist": {
  2329. "type": "zip",
  2330. "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/fd9c7af92c9e3ade1327cc3af10b17731eebc4a7",
  2331. "reference": "fd9c7af92c9e3ade1327cc3af10b17731eebc4a7",
  2332. "shasum": ""
  2333. },
  2334. "require": {
  2335. "php": ">=5.3.9",
  2336. "psr/log": "~1.0",
  2337. "symfony/debug": "~2.6,>=2.6.2",
  2338. "symfony/event-dispatcher": "~2.6,>=2.6.7",
  2339. "symfony/http-foundation": "~2.5,>=2.5.4"
  2340. },
  2341. "conflict": {
  2342. "symfony/config": "<2.7"
  2343. },
  2344. "require-dev": {
  2345. "symfony/browser-kit": "~2.3",
  2346. "symfony/class-loader": "~2.1",
  2347. "symfony/config": "~2.7",
  2348. "symfony/console": "~2.3",
  2349. "symfony/css-selector": "~2.0,>=2.0.5",
  2350. "symfony/dependency-injection": "~2.2",
  2351. "symfony/dom-crawler": "~2.0,>=2.0.5",
  2352. "symfony/expression-language": "~2.4",
  2353. "symfony/finder": "~2.0,>=2.0.5",
  2354. "symfony/phpunit-bridge": "~2.7",
  2355. "symfony/process": "~2.0,>=2.0.5",
  2356. "symfony/routing": "~2.2",
  2357. "symfony/stopwatch": "~2.3",
  2358. "symfony/templating": "~2.2",
  2359. "symfony/translation": "~2.0,>=2.0.5",
  2360. "symfony/var-dumper": "~2.6"
  2361. },
  2362. "suggest": {
  2363. "symfony/browser-kit": "",
  2364. "symfony/class-loader": "",
  2365. "symfony/config": "",
  2366. "symfony/console": "",
  2367. "symfony/dependency-injection": "",
  2368. "symfony/finder": "",
  2369. "symfony/var-dumper": ""
  2370. },
  2371. "type": "library",
  2372. "extra": {
  2373. "branch-alias": {
  2374. "dev-master": "2.7-dev"
  2375. }
  2376. },
  2377. "autoload": {
  2378. "psr-4": {
  2379. "Symfony\\Component\\HttpKernel\\": ""
  2380. }
  2381. },
  2382. "notification-url": "https://packagist.org/downloads/",
  2383. "license": [
  2384. "MIT"
  2385. ],
  2386. "authors": [
  2387. {
  2388. "name": "Fabien Potencier",
  2389. "email": "fabien@symfony.com"
  2390. },
  2391. {
  2392. "name": "Symfony Community",
  2393. "homepage": "https://symfony.com/contributors"
  2394. }
  2395. ],
  2396. "description": "Symfony HttpKernel Component",
  2397. "homepage": "https://symfony.com",
  2398. "time": "2015-09-08 14:26:39"
  2399. },
  2400. {
  2401. "name": "symfony/process",
  2402. "version": "v2.7.4",
  2403. "source": {
  2404. "type": "git",
  2405. "url": "https://github.com/symfony/Process.git",
  2406. "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e"
  2407. },
  2408. "dist": {
  2409. "type": "zip",
  2410. "url": "https://api.github.com/repos/symfony/Process/zipball/f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
  2411. "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
  2412. "shasum": ""
  2413. },
  2414. "require": {
  2415. "php": ">=5.3.9"
  2416. },
  2417. "require-dev": {
  2418. "symfony/phpunit-bridge": "~2.7"
  2419. },
  2420. "type": "library",
  2421. "extra": {
  2422. "branch-alias": {
  2423. "dev-master": "2.7-dev"
  2424. }
  2425. },
  2426. "autoload": {
  2427. "psr-4": {
  2428. "Symfony\\Component\\Process\\": ""
  2429. }
  2430. },
  2431. "notification-url": "https://packagist.org/downloads/",
  2432. "license": [
  2433. "MIT"
  2434. ],
  2435. "authors": [
  2436. {
  2437. "name": "Fabien Potencier",
  2438. "email": "fabien@symfony.com"
  2439. },
  2440. {
  2441. "name": "Symfony Community",
  2442. "homepage": "https://symfony.com/contributors"
  2443. }
  2444. ],
  2445. "description": "Symfony Process Component",
  2446. "homepage": "https://symfony.com",
  2447. "time": "2015-08-27 06:45:45"
  2448. },
  2449. {
  2450. "name": "symfony/security-core",
  2451. "version": "v2.7.4",
  2452. "source": {
  2453. "type": "git",
  2454. "url": "https://github.com/symfony/security-core.git",
  2455. "reference": "fba105731ce43dcb512ace74c82b72d042b6938c"
  2456. },
  2457. "dist": {
  2458. "type": "zip",
  2459. "url": "https://api.github.com/repos/symfony/security-core/zipball/fba105731ce43dcb512ace74c82b72d042b6938c",
  2460. "reference": "fba105731ce43dcb512ace74c82b72d042b6938c",
  2461. "shasum": ""
  2462. },
  2463. "require": {
  2464. "php": ">=5.3.9"
  2465. },
  2466. "require-dev": {
  2467. "ircmaxell/password-compat": "1.0.*",
  2468. "psr/log": "~1.0",
  2469. "symfony/event-dispatcher": "~2.1",
  2470. "symfony/expression-language": "~2.6",
  2471. "symfony/http-foundation": "~2.4",
  2472. "symfony/phpunit-bridge": "~2.7",
  2473. "symfony/translation": "~2.0,>=2.0.5",
  2474. "symfony/validator": "~2.5,>=2.5.5"
  2475. },
  2476. "suggest": {
  2477. "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
  2478. "symfony/event-dispatcher": "",
  2479. "symfony/expression-language": "For using the expression voter",
  2480. "symfony/http-foundation": "",
  2481. "symfony/validator": "For using the user password constraint"
  2482. },
  2483. "type": "library",
  2484. "extra": {
  2485. "branch-alias": {
  2486. "dev-master": "2.7-dev"
  2487. }
  2488. },
  2489. "autoload": {
  2490. "psr-4": {
  2491. "Symfony\\Component\\Security\\Core\\": ""
  2492. }
  2493. },
  2494. "notification-url": "https://packagist.org/downloads/",
  2495. "license": [
  2496. "MIT"
  2497. ],
  2498. "authors": [
  2499. {
  2500. "name": "Fabien Potencier",
  2501. "email": "fabien@symfony.com"
  2502. },
  2503. {
  2504. "name": "Symfony Community",
  2505. "homepage": "https://symfony.com/contributors"
  2506. }
  2507. ],
  2508. "description": "Symfony Security Component - Core Library",
  2509. "homepage": "https://symfony.com",
  2510. "time": "2015-08-30 11:26:29"
  2511. },
  2512. {
  2513. "name": "symfony/translation",
  2514. "version": "v2.7.4",
  2515. "source": {
  2516. "type": "git",
  2517. "url": "https://github.com/symfony/Translation.git",
  2518. "reference": "485877661835e188cd78345c6d4eef1290d17571"
  2519. },
  2520. "dist": {
  2521. "type": "zip",
  2522. "url": "https://api.github.com/repos/symfony/Translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
  2523. "reference": "485877661835e188cd78345c6d4eef1290d17571",
  2524. "shasum": ""
  2525. },
  2526. "require": {
  2527. "php": ">=5.3.9"
  2528. },
  2529. "conflict": {
  2530. "symfony/config": "<2.7"
  2531. },
  2532. "require-dev": {
  2533. "psr/log": "~1.0",
  2534. "symfony/config": "~2.7",
  2535. "symfony/intl": "~2.4",
  2536. "symfony/phpunit-bridge": "~2.7",
  2537. "symfony/yaml": "~2.2"
  2538. },
  2539. "suggest": {
  2540. "psr/log": "To use logging capability in translator",
  2541. "symfony/config": "",
  2542. "symfony/yaml": ""
  2543. },
  2544. "type": "library",
  2545. "extra": {
  2546. "branch-alias": {
  2547. "dev-master": "2.7-dev"
  2548. }
  2549. },
  2550. "autoload": {
  2551. "psr-4": {
  2552. "Symfony\\Component\\Translation\\": ""
  2553. }
  2554. },
  2555. "notification-url": "https://packagist.org/downloads/",
  2556. "license": [
  2557. "MIT"
  2558. ],
  2559. "authors": [
  2560. {
  2561. "name": "Fabien Potencier",
  2562. "email": "fabien@symfony.com"
  2563. },
  2564. {
  2565. "name": "Symfony Community",
  2566. "homepage": "https://symfony.com/contributors"
  2567. }
  2568. ],
  2569. "description": "Symfony Translation Component",
  2570. "homepage": "https://symfony.com",
  2571. "time": "2015-09-06 08:36:38"
  2572. },
  2573. {
  2574. "name": "symfony/var-dumper",
  2575. "version": "v2.7.4",
  2576. "source": {
  2577. "type": "git",
  2578. "url": "https://github.com/symfony/var-dumper.git",
  2579. "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57"
  2580. },
  2581. "dist": {
  2582. "type": "zip",
  2583. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b39221998ff5fc26ba63f96d2b833dfddc233d57",
  2584. "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57",
  2585. "shasum": ""
  2586. },
  2587. "require": {
  2588. "php": ">=5.3.9"
  2589. },
  2590. "require-dev": {
  2591. "symfony/phpunit-bridge": "~2.7"
  2592. },
  2593. "suggest": {
  2594. "ext-symfony_debug": ""
  2595. },
  2596. "type": "library",
  2597. "extra": {
  2598. "branch-alias": {
  2599. "dev-master": "2.7-dev"
  2600. }
  2601. },
  2602. "autoload": {
  2603. "files": [
  2604. "Resources/functions/dump.php"
  2605. ],
  2606. "psr-4": {
  2607. "Symfony\\Component\\VarDumper\\": ""
  2608. }
  2609. },
  2610. "notification-url": "https://packagist.org/downloads/",
  2611. "license": [
  2612. "MIT"
  2613. ],
  2614. "authors": [
  2615. {
  2616. "name": "Nicolas Grekas",
  2617. "email": "p@tchwork.com"
  2618. },
  2619. {
  2620. "name": "Symfony Community",
  2621. "homepage": "https://symfony.com/contributors"
  2622. }
  2623. ],
  2624. "description": "Symfony mechanism for exploring and dumping PHP variables",
  2625. "homepage": "https://symfony.com",
  2626. "keywords": [
  2627. "debug",
  2628. "dump"
  2629. ],
  2630. "time": "2015-08-31 12:28:11"
  2631. },
  2632. {
  2633. "name": "vlucas/phpdotenv",
  2634. "version": "v1.1.1",
  2635. "source": {
  2636. "type": "git",
  2637. "url": "https://github.com/vlucas/phpdotenv.git",
  2638. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
  2639. },
  2640. "dist": {
  2641. "type": "zip",
  2642. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  2643. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  2644. "shasum": ""
  2645. },
  2646. "require": {
  2647. "php": ">=5.3.2"
  2648. },
  2649. "require-dev": {
  2650. "phpunit/phpunit": "~4.0"
  2651. },
  2652. "type": "library",
  2653. "autoload": {
  2654. "psr-0": {
  2655. "Dotenv": "src/"
  2656. }
  2657. },
  2658. "notification-url": "https://packagist.org/downloads/",
  2659. "license": [
  2660. "BSD"
  2661. ],
  2662. "authors": [
  2663. {
  2664. "name": "Vance Lucas",
  2665. "email": "vance@vancelucas.com",
  2666. "homepage": "http://www.vancelucas.com"
  2667. }
  2668. ],
  2669. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2670. "homepage": "http://github.com/vlucas/phpdotenv",
  2671. "keywords": [
  2672. "dotenv",
  2673. "env",
  2674. "environment"
  2675. ],
  2676. "time": "2015-05-30 15:59:26"
  2677. }
  2678. ],
  2679. "packages-dev": [
  2680. {
  2681. "name": "doctrine/instantiator",
  2682. "version": "1.0.5",
  2683. "source": {
  2684. "type": "git",
  2685. "url": "https://github.com/doctrine/instantiator.git",
  2686. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  2687. },
  2688. "dist": {
  2689. "type": "zip",
  2690. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  2691. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  2692. "shasum": ""
  2693. },
  2694. "require": {
  2695. "php": ">=5.3,<8.0-DEV"
  2696. },
  2697. "require-dev": {
  2698. "athletic/athletic": "~0.1.8",
  2699. "ext-pdo": "*",
  2700. "ext-phar": "*",
  2701. "phpunit/phpunit": "~4.0",
  2702. "squizlabs/php_codesniffer": "~2.0"
  2703. },
  2704. "type": "library",
  2705. "extra": {
  2706. "branch-alias": {
  2707. "dev-master": "1.0.x-dev"
  2708. }
  2709. },
  2710. "autoload": {
  2711. "psr-4": {
  2712. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2713. }
  2714. },
  2715. "notification-url": "https://packagist.org/downloads/",
  2716. "license": [
  2717. "MIT"
  2718. ],
  2719. "authors": [
  2720. {
  2721. "name": "Marco Pivetta",
  2722. "email": "ocramius@gmail.com",
  2723. "homepage": "http://ocramius.github.com/"
  2724. }
  2725. ],
  2726. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2727. "homepage": "https://github.com/doctrine/instantiator",
  2728. "keywords": [
  2729. "constructor",
  2730. "instantiate"
  2731. ],
  2732. "time": "2015-06-14 21:17:01"
  2733. },
  2734. {
  2735. "name": "fzaninotto/faker",
  2736. "version": "v1.5.0",
  2737. "source": {
  2738. "type": "git",
  2739. "url": "https://github.com/fzaninotto/Faker.git",
  2740. "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
  2741. },
  2742. "dist": {
  2743. "type": "zip",
  2744. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
  2745. "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
  2746. "shasum": ""
  2747. },
  2748. "require": {
  2749. "php": ">=5.3.3"
  2750. },
  2751. "require-dev": {
  2752. "phpunit/phpunit": "~4.0",
  2753. "squizlabs/php_codesniffer": "~1.5"
  2754. },
  2755. "suggest": {
  2756. "ext-intl": "*"
  2757. },
  2758. "type": "library",
  2759. "extra": {
  2760. "branch-alias": {
  2761. "dev-master": "1.5.x-dev"
  2762. }
  2763. },
  2764. "autoload": {
  2765. "psr-4": {
  2766. "Faker\\": "src/Faker/"
  2767. }
  2768. },
  2769. "notification-url": "https://packagist.org/downloads/",
  2770. "license": [
  2771. "MIT"
  2772. ],
  2773. "authors": [
  2774. {
  2775. "name": "François Zaninotto"
  2776. }
  2777. ],
  2778. "description": "Faker is a PHP library that generates fake data for you.",
  2779. "keywords": [
  2780. "data",
  2781. "faker",
  2782. "fixtures"
  2783. ],
  2784. "time": "2015-05-29 06:29:14"
  2785. },
  2786. {
  2787. "name": "phpdocumentor/reflection-docblock",
  2788. "version": "2.0.4",
  2789. "source": {
  2790. "type": "git",
  2791. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2792. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  2793. },
  2794. "dist": {
  2795. "type": "zip",
  2796. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  2797. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  2798. "shasum": ""
  2799. },
  2800. "require": {
  2801. "php": ">=5.3.3"
  2802. },
  2803. "require-dev": {
  2804. "phpunit/phpunit": "~4.0"
  2805. },
  2806. "suggest": {
  2807. "dflydev/markdown": "~1.0",
  2808. "erusev/parsedown": "~1.0"
  2809. },
  2810. "type": "library",
  2811. "extra": {
  2812. "branch-alias": {
  2813. "dev-master": "2.0.x-dev"
  2814. }
  2815. },
  2816. "autoload": {
  2817. "psr-0": {
  2818. "phpDocumentor": [
  2819. "src/"
  2820. ]
  2821. }
  2822. },
  2823. "notification-url": "https://packagist.org/downloads/",
  2824. "license": [
  2825. "MIT"
  2826. ],
  2827. "authors": [
  2828. {
  2829. "name": "Mike van Riel",
  2830. "email": "mike.vanriel@naenius.com"
  2831. }
  2832. ],
  2833. "time": "2015-02-03 12:10:50"
  2834. },
  2835. {
  2836. "name": "phpspec/prophecy",
  2837. "version": "v1.5.0",
  2838. "source": {
  2839. "type": "git",
  2840. "url": "https://github.com/phpspec/prophecy.git",
  2841. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  2842. },
  2843. "dist": {
  2844. "type": "zip",
  2845. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  2846. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  2847. "shasum": ""
  2848. },
  2849. "require": {
  2850. "doctrine/instantiator": "^1.0.2",
  2851. "phpdocumentor/reflection-docblock": "~2.0",
  2852. "sebastian/comparator": "~1.1"
  2853. },
  2854. "require-dev": {
  2855. "phpspec/phpspec": "~2.0"
  2856. },
  2857. "type": "library",
  2858. "extra": {
  2859. "branch-alias": {
  2860. "dev-master": "1.4.x-dev"
  2861. }
  2862. },
  2863. "autoload": {
  2864. "psr-0": {
  2865. "Prophecy\\": "src/"
  2866. }
  2867. },
  2868. "notification-url": "https://packagist.org/downloads/",
  2869. "license": [
  2870. "MIT"
  2871. ],
  2872. "authors": [
  2873. {
  2874. "name": "Konstantin Kudryashov",
  2875. "email": "ever.zet@gmail.com",
  2876. "homepage": "http://everzet.com"
  2877. },
  2878. {
  2879. "name": "Marcello Duarte",
  2880. "email": "marcello.duarte@gmail.com"
  2881. }
  2882. ],
  2883. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2884. "homepage": "https://github.com/phpspec/prophecy",
  2885. "keywords": [
  2886. "Double",
  2887. "Dummy",
  2888. "fake",
  2889. "mock",
  2890. "spy",
  2891. "stub"
  2892. ],
  2893. "time": "2015-08-13 10:07:40"
  2894. },
  2895. {
  2896. "name": "phpunit/php-code-coverage",
  2897. "version": "2.2.3",
  2898. "source": {
  2899. "type": "git",
  2900. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2901. "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
  2902. },
  2903. "dist": {
  2904. "type": "zip",
  2905. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
  2906. "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
  2907. "shasum": ""
  2908. },
  2909. "require": {
  2910. "php": ">=5.3.3",
  2911. "phpunit/php-file-iterator": "~1.3",
  2912. "phpunit/php-text-template": "~1.2",
  2913. "phpunit/php-token-stream": "~1.3",
  2914. "sebastian/environment": "^1.3.2",
  2915. "sebastian/version": "~1.0"
  2916. },
  2917. "require-dev": {
  2918. "ext-xdebug": ">=2.1.4",
  2919. "phpunit/phpunit": "~4"
  2920. },
  2921. "suggest": {
  2922. "ext-dom": "*",
  2923. "ext-xdebug": ">=2.2.1",
  2924. "ext-xmlwriter": "*"
  2925. },
  2926. "type": "library",
  2927. "extra": {
  2928. "branch-alias": {
  2929. "dev-master": "2.2.x-dev"
  2930. }
  2931. },
  2932. "autoload": {
  2933. "classmap": [
  2934. "src/"
  2935. ]
  2936. },
  2937. "notification-url": "https://packagist.org/downloads/",
  2938. "license": [
  2939. "BSD-3-Clause"
  2940. ],
  2941. "authors": [
  2942. {
  2943. "name": "Sebastian Bergmann",
  2944. "email": "sb@sebastian-bergmann.de",
  2945. "role": "lead"
  2946. }
  2947. ],
  2948. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2949. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2950. "keywords": [
  2951. "coverage",
  2952. "testing",
  2953. "xunit"
  2954. ],
  2955. "time": "2015-09-14 06:51:16"
  2956. },
  2957. {
  2958. "name": "phpunit/php-file-iterator",
  2959. "version": "1.4.1",
  2960. "source": {
  2961. "type": "git",
  2962. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2963. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  2964. },
  2965. "dist": {
  2966. "type": "zip",
  2967. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2968. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2969. "shasum": ""
  2970. },
  2971. "require": {
  2972. "php": ">=5.3.3"
  2973. },
  2974. "type": "library",
  2975. "extra": {
  2976. "branch-alias": {
  2977. "dev-master": "1.4.x-dev"
  2978. }
  2979. },
  2980. "autoload": {
  2981. "classmap": [
  2982. "src/"
  2983. ]
  2984. },
  2985. "notification-url": "https://packagist.org/downloads/",
  2986. "license": [
  2987. "BSD-3-Clause"
  2988. ],
  2989. "authors": [
  2990. {
  2991. "name": "Sebastian Bergmann",
  2992. "email": "sb@sebastian-bergmann.de",
  2993. "role": "lead"
  2994. }
  2995. ],
  2996. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2997. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2998. "keywords": [
  2999. "filesystem",
  3000. "iterator"
  3001. ],
  3002. "time": "2015-06-21 13:08:43"
  3003. },
  3004. {
  3005. "name": "phpunit/php-text-template",
  3006. "version": "1.2.1",
  3007. "source": {
  3008. "type": "git",
  3009. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3010. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  3011. },
  3012. "dist": {
  3013. "type": "zip",
  3014. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3015. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3016. "shasum": ""
  3017. },
  3018. "require": {
  3019. "php": ">=5.3.3"
  3020. },
  3021. "type": "library",
  3022. "autoload": {
  3023. "classmap": [
  3024. "src/"
  3025. ]
  3026. },
  3027. "notification-url": "https://packagist.org/downloads/",
  3028. "license": [
  3029. "BSD-3-Clause"
  3030. ],
  3031. "authors": [
  3032. {
  3033. "name": "Sebastian Bergmann",
  3034. "email": "sebastian@phpunit.de",
  3035. "role": "lead"
  3036. }
  3037. ],
  3038. "description": "Simple template engine.",
  3039. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3040. "keywords": [
  3041. "template"
  3042. ],
  3043. "time": "2015-06-21 13:50:34"
  3044. },
  3045. {
  3046. "name": "phpunit/php-timer",
  3047. "version": "1.0.7",
  3048. "source": {
  3049. "type": "git",
  3050. "url": "https://github.com/sebastianbergmann/php-timer.git",
  3051. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  3052. },
  3053. "dist": {
  3054. "type": "zip",
  3055. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  3056. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  3057. "shasum": ""
  3058. },
  3059. "require": {
  3060. "php": ">=5.3.3"
  3061. },
  3062. "type": "library",
  3063. "autoload": {
  3064. "classmap": [
  3065. "src/"
  3066. ]
  3067. },
  3068. "notification-url": "https://packagist.org/downloads/",
  3069. "license": [
  3070. "BSD-3-Clause"
  3071. ],
  3072. "authors": [
  3073. {
  3074. "name": "Sebastian Bergmann",
  3075. "email": "sb@sebastian-bergmann.de",
  3076. "role": "lead"
  3077. }
  3078. ],
  3079. "description": "Utility class for timing",
  3080. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3081. "keywords": [
  3082. "timer"
  3083. ],
  3084. "time": "2015-06-21 08:01:12"
  3085. },
  3086. {
  3087. "name": "phpunit/php-token-stream",
  3088. "version": "1.4.8",
  3089. "source": {
  3090. "type": "git",
  3091. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  3092. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  3093. },
  3094. "dist": {
  3095. "type": "zip",
  3096. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  3097. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  3098. "shasum": ""
  3099. },
  3100. "require": {
  3101. "ext-tokenizer": "*",
  3102. "php": ">=5.3.3"
  3103. },
  3104. "require-dev": {
  3105. "phpunit/phpunit": "~4.2"
  3106. },
  3107. "type": "library",
  3108. "extra": {
  3109. "branch-alias": {
  3110. "dev-master": "1.4-dev"
  3111. }
  3112. },
  3113. "autoload": {
  3114. "classmap": [
  3115. "src/"
  3116. ]
  3117. },
  3118. "notification-url": "https://packagist.org/downloads/",
  3119. "license": [
  3120. "BSD-3-Clause"
  3121. ],
  3122. "authors": [
  3123. {
  3124. "name": "Sebastian Bergmann",
  3125. "email": "sebastian@phpunit.de"
  3126. }
  3127. ],
  3128. "description": "Wrapper around PHP's tokenizer extension.",
  3129. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  3130. "keywords": [
  3131. "tokenizer"
  3132. ],
  3133. "time": "2015-09-15 10:49:45"
  3134. },
  3135. {
  3136. "name": "phpunit/phpunit",
  3137. "version": "4.8.9",
  3138. "source": {
  3139. "type": "git",
  3140. "url": "https://github.com/sebastianbergmann/phpunit.git",
  3141. "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b"
  3142. },
  3143. "dist": {
  3144. "type": "zip",
  3145. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b",
  3146. "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b",
  3147. "shasum": ""
  3148. },
  3149. "require": {
  3150. "ext-dom": "*",
  3151. "ext-json": "*",
  3152. "ext-pcre": "*",
  3153. "ext-reflection": "*",
  3154. "ext-spl": "*",
  3155. "php": ">=5.3.3",
  3156. "phpspec/prophecy": "^1.3.1",
  3157. "phpunit/php-code-coverage": "~2.1",
  3158. "phpunit/php-file-iterator": "~1.4",
  3159. "phpunit/php-text-template": "~1.2",
  3160. "phpunit/php-timer": ">=1.0.6",
  3161. "phpunit/phpunit-mock-objects": "~2.3",
  3162. "sebastian/comparator": "~1.1",
  3163. "sebastian/diff": "~1.2",
  3164. "sebastian/environment": "~1.3",
  3165. "sebastian/exporter": "~1.2",
  3166. "sebastian/global-state": "~1.0",
  3167. "sebastian/version": "~1.0",
  3168. "symfony/yaml": "~2.1|~3.0"
  3169. },
  3170. "suggest": {
  3171. "phpunit/php-invoker": "~1.1"
  3172. },
  3173. "bin": [
  3174. "phpunit"
  3175. ],
  3176. "type": "library",
  3177. "extra": {
  3178. "branch-alias": {
  3179. "dev-master": "4.8.x-dev"
  3180. }
  3181. },
  3182. "autoload": {
  3183. "classmap": [
  3184. "src/"
  3185. ]
  3186. },
  3187. "notification-url": "https://packagist.org/downloads/",
  3188. "license": [
  3189. "BSD-3-Clause"
  3190. ],
  3191. "authors": [
  3192. {
  3193. "name": "Sebastian Bergmann",
  3194. "email": "sebastian@phpunit.de",
  3195. "role": "lead"
  3196. }
  3197. ],
  3198. "description": "The PHP Unit Testing framework.",
  3199. "homepage": "https://phpunit.de/",
  3200. "keywords": [
  3201. "phpunit",
  3202. "testing",
  3203. "xunit"
  3204. ],
  3205. "time": "2015-09-20 12:56:44"
  3206. },
  3207. {
  3208. "name": "phpunit/phpunit-mock-objects",
  3209. "version": "2.3.7",
  3210. "source": {
  3211. "type": "git",
  3212. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3213. "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
  3214. },
  3215. "dist": {
  3216. "type": "zip",
  3217. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
  3218. "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
  3219. "shasum": ""
  3220. },
  3221. "require": {
  3222. "doctrine/instantiator": "^1.0.2",
  3223. "php": ">=5.3.3",
  3224. "phpunit/php-text-template": "~1.2",
  3225. "sebastian/exporter": "~1.2"
  3226. },
  3227. "require-dev": {
  3228. "phpunit/phpunit": "~4.4"
  3229. },
  3230. "suggest": {
  3231. "ext-soap": "*"
  3232. },
  3233. "type": "library",
  3234. "extra": {
  3235. "branch-alias": {
  3236. "dev-master": "2.3.x-dev"
  3237. }
  3238. },
  3239. "autoload": {
  3240. "classmap": [
  3241. "src/"
  3242. ]
  3243. },
  3244. "notification-url": "https://packagist.org/downloads/",
  3245. "license": [
  3246. "BSD-3-Clause"
  3247. ],
  3248. "authors": [
  3249. {
  3250. "name": "Sebastian Bergmann",
  3251. "email": "sb@sebastian-bergmann.de",
  3252. "role": "lead"
  3253. }
  3254. ],
  3255. "description": "Mock Object library for PHPUnit",
  3256. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3257. "keywords": [
  3258. "mock",
  3259. "xunit"
  3260. ],
  3261. "time": "2015-08-19 09:14:08"
  3262. },
  3263. {
  3264. "name": "sebastian/comparator",
  3265. "version": "1.2.0",
  3266. "source": {
  3267. "type": "git",
  3268. "url": "https://github.com/sebastianbergmann/comparator.git",
  3269. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  3270. },
  3271. "dist": {
  3272. "type": "zip",
  3273. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  3274. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  3275. "shasum": ""
  3276. },
  3277. "require": {
  3278. "php": ">=5.3.3",
  3279. "sebastian/diff": "~1.2",
  3280. "sebastian/exporter": "~1.2"
  3281. },
  3282. "require-dev": {
  3283. "phpunit/phpunit": "~4.4"
  3284. },
  3285. "type": "library",
  3286. "extra": {
  3287. "branch-alias": {
  3288. "dev-master": "1.2.x-dev"
  3289. }
  3290. },
  3291. "autoload": {
  3292. "classmap": [
  3293. "src/"
  3294. ]
  3295. },
  3296. "notification-url": "https://packagist.org/downloads/",
  3297. "license": [
  3298. "BSD-3-Clause"
  3299. ],
  3300. "authors": [
  3301. {
  3302. "name": "Jeff Welch",
  3303. "email": "whatthejeff@gmail.com"
  3304. },
  3305. {
  3306. "name": "Volker Dusch",
  3307. "email": "github@wallbash.com"
  3308. },
  3309. {
  3310. "name": "Bernhard Schussek",
  3311. "email": "bschussek@2bepublished.at"
  3312. },
  3313. {
  3314. "name": "Sebastian Bergmann",
  3315. "email": "sebastian@phpunit.de"
  3316. }
  3317. ],
  3318. "description": "Provides the functionality to compare PHP values for equality",
  3319. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  3320. "keywords": [
  3321. "comparator",
  3322. "compare",
  3323. "equality"
  3324. ],
  3325. "time": "2015-07-26 15:48:44"
  3326. },
  3327. {
  3328. "name": "sebastian/diff",
  3329. "version": "1.3.0",
  3330. "source": {
  3331. "type": "git",
  3332. "url": "https://github.com/sebastianbergmann/diff.git",
  3333. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  3334. },
  3335. "dist": {
  3336. "type": "zip",
  3337. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  3338. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  3339. "shasum": ""
  3340. },
  3341. "require": {
  3342. "php": ">=5.3.3"
  3343. },
  3344. "require-dev": {
  3345. "phpunit/phpunit": "~4.2"
  3346. },
  3347. "type": "library",
  3348. "extra": {
  3349. "branch-alias": {
  3350. "dev-master": "1.3-dev"
  3351. }
  3352. },
  3353. "autoload": {
  3354. "classmap": [
  3355. "src/"
  3356. ]
  3357. },
  3358. "notification-url": "https://packagist.org/downloads/",
  3359. "license": [
  3360. "BSD-3-Clause"
  3361. ],
  3362. "authors": [
  3363. {
  3364. "name": "Kore Nordmann",
  3365. "email": "mail@kore-nordmann.de"
  3366. },
  3367. {
  3368. "name": "Sebastian Bergmann",
  3369. "email": "sebastian@phpunit.de"
  3370. }
  3371. ],
  3372. "description": "Diff implementation",
  3373. "homepage": "http://www.github.com/sebastianbergmann/diff",
  3374. "keywords": [
  3375. "diff"
  3376. ],
  3377. "time": "2015-02-22 15:13:53"
  3378. },
  3379. {
  3380. "name": "sebastian/environment",
  3381. "version": "1.3.2",
  3382. "source": {
  3383. "type": "git",
  3384. "url": "https://github.com/sebastianbergmann/environment.git",
  3385. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
  3386. },
  3387. "dist": {
  3388. "type": "zip",
  3389. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
  3390. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
  3391. "shasum": ""
  3392. },
  3393. "require": {
  3394. "php": ">=5.3.3"
  3395. },
  3396. "require-dev": {
  3397. "phpunit/phpunit": "~4.4"
  3398. },
  3399. "type": "library",
  3400. "extra": {
  3401. "branch-alias": {
  3402. "dev-master": "1.3.x-dev"
  3403. }
  3404. },
  3405. "autoload": {
  3406. "classmap": [
  3407. "src/"
  3408. ]
  3409. },
  3410. "notification-url": "https://packagist.org/downloads/",
  3411. "license": [
  3412. "BSD-3-Clause"
  3413. ],
  3414. "authors": [
  3415. {
  3416. "name": "Sebastian Bergmann",
  3417. "email": "sebastian@phpunit.de"
  3418. }
  3419. ],
  3420. "description": "Provides functionality to handle HHVM/PHP environments",
  3421. "homepage": "http://www.github.com/sebastianbergmann/environment",
  3422. "keywords": [
  3423. "Xdebug",
  3424. "environment",
  3425. "hhvm"
  3426. ],
  3427. "time": "2015-08-03 06:14:51"
  3428. },
  3429. {
  3430. "name": "sebastian/exporter",
  3431. "version": "1.2.1",
  3432. "source": {
  3433. "type": "git",
  3434. "url": "https://github.com/sebastianbergmann/exporter.git",
  3435. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  3436. },
  3437. "dist": {
  3438. "type": "zip",
  3439. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  3440. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  3441. "shasum": ""
  3442. },
  3443. "require": {
  3444. "php": ">=5.3.3",
  3445. "sebastian/recursion-context": "~1.0"
  3446. },
  3447. "require-dev": {
  3448. "phpunit/phpunit": "~4.4"
  3449. },
  3450. "type": "library",
  3451. "extra": {
  3452. "branch-alias": {
  3453. "dev-master": "1.2.x-dev"
  3454. }
  3455. },
  3456. "autoload": {
  3457. "classmap": [
  3458. "src/"
  3459. ]
  3460. },
  3461. "notification-url": "https://packagist.org/downloads/",
  3462. "license": [
  3463. "BSD-3-Clause"
  3464. ],
  3465. "authors": [
  3466. {
  3467. "name": "Jeff Welch",
  3468. "email": "whatthejeff@gmail.com"
  3469. },
  3470. {
  3471. "name": "Volker Dusch",
  3472. "email": "github@wallbash.com"
  3473. },
  3474. {
  3475. "name": "Bernhard Schussek",
  3476. "email": "bschussek@2bepublished.at"
  3477. },
  3478. {
  3479. "name": "Sebastian Bergmann",
  3480. "email": "sebastian@phpunit.de"
  3481. },
  3482. {
  3483. "name": "Adam Harvey",
  3484. "email": "aharvey@php.net"
  3485. }
  3486. ],
  3487. "description": "Provides the functionality to export PHP variables for visualization",
  3488. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3489. "keywords": [
  3490. "export",
  3491. "exporter"
  3492. ],
  3493. "time": "2015-06-21 07:55:53"
  3494. },
  3495. {
  3496. "name": "sebastian/global-state",
  3497. "version": "1.0.0",
  3498. "source": {
  3499. "type": "git",
  3500. "url": "https://github.com/sebastianbergmann/global-state.git",
  3501. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
  3502. },
  3503. "dist": {
  3504. "type": "zip",
  3505. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  3506. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  3507. "shasum": ""
  3508. },
  3509. "require": {
  3510. "php": ">=5.3.3"
  3511. },
  3512. "require-dev": {
  3513. "phpunit/phpunit": "~4.2"
  3514. },
  3515. "suggest": {
  3516. "ext-uopz": "*"
  3517. },
  3518. "type": "library",
  3519. "extra": {
  3520. "branch-alias": {
  3521. "dev-master": "1.0-dev"
  3522. }
  3523. },
  3524. "autoload": {
  3525. "classmap": [
  3526. "src/"
  3527. ]
  3528. },
  3529. "notification-url": "https://packagist.org/downloads/",
  3530. "license": [
  3531. "BSD-3-Clause"
  3532. ],
  3533. "authors": [
  3534. {
  3535. "name": "Sebastian Bergmann",
  3536. "email": "sebastian@phpunit.de"
  3537. }
  3538. ],
  3539. "description": "Snapshotting of global state",
  3540. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3541. "keywords": [
  3542. "global state"
  3543. ],
  3544. "time": "2014-10-06 09:23:50"
  3545. },
  3546. {
  3547. "name": "sebastian/recursion-context",
  3548. "version": "1.0.1",
  3549. "source": {
  3550. "type": "git",
  3551. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3552. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
  3553. },
  3554. "dist": {
  3555. "type": "zip",
  3556. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
  3557. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
  3558. "shasum": ""
  3559. },
  3560. "require": {
  3561. "php": ">=5.3.3"
  3562. },
  3563. "require-dev": {
  3564. "phpunit/phpunit": "~4.4"
  3565. },
  3566. "type": "library",
  3567. "extra": {
  3568. "branch-alias": {
  3569. "dev-master": "1.0.x-dev"
  3570. }
  3571. },
  3572. "autoload": {
  3573. "classmap": [
  3574. "src/"
  3575. ]
  3576. },
  3577. "notification-url": "https://packagist.org/downloads/",
  3578. "license": [
  3579. "BSD-3-Clause"
  3580. ],
  3581. "authors": [
  3582. {
  3583. "name": "Jeff Welch",
  3584. "email": "whatthejeff@gmail.com"
  3585. },
  3586. {
  3587. "name": "Sebastian Bergmann",
  3588. "email": "sebastian@phpunit.de"
  3589. },
  3590. {
  3591. "name": "Adam Harvey",
  3592. "email": "aharvey@php.net"
  3593. }
  3594. ],
  3595. "description": "Provides functionality to recursively process PHP variables",
  3596. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3597. "time": "2015-06-21 08:04:50"
  3598. },
  3599. {
  3600. "name": "sebastian/version",
  3601. "version": "1.0.6",
  3602. "source": {
  3603. "type": "git",
  3604. "url": "https://github.com/sebastianbergmann/version.git",
  3605. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  3606. },
  3607. "dist": {
  3608. "type": "zip",
  3609. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3610. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3611. "shasum": ""
  3612. },
  3613. "type": "library",
  3614. "autoload": {
  3615. "classmap": [
  3616. "src/"
  3617. ]
  3618. },
  3619. "notification-url": "https://packagist.org/downloads/",
  3620. "license": [
  3621. "BSD-3-Clause"
  3622. ],
  3623. "authors": [
  3624. {
  3625. "name": "Sebastian Bergmann",
  3626. "email": "sebastian@phpunit.de",
  3627. "role": "lead"
  3628. }
  3629. ],
  3630. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3631. "homepage": "https://github.com/sebastianbergmann/version",
  3632. "time": "2015-06-21 13:59:46"
  3633. },
  3634. {
  3635. "name": "symfony/yaml",
  3636. "version": "v2.7.4",
  3637. "source": {
  3638. "type": "git",
  3639. "url": "https://github.com/symfony/Yaml.git",
  3640. "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661"
  3641. },
  3642. "dist": {
  3643. "type": "zip",
  3644. "url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661",
  3645. "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661",
  3646. "shasum": ""
  3647. },
  3648. "require": {
  3649. "php": ">=5.3.9"
  3650. },
  3651. "require-dev": {
  3652. "symfony/phpunit-bridge": "~2.7"
  3653. },
  3654. "type": "library",
  3655. "extra": {
  3656. "branch-alias": {
  3657. "dev-master": "2.7-dev"
  3658. }
  3659. },
  3660. "autoload": {
  3661. "psr-4": {
  3662. "Symfony\\Component\\Yaml\\": ""
  3663. }
  3664. },
  3665. "notification-url": "https://packagist.org/downloads/",
  3666. "license": [
  3667. "MIT"
  3668. ],
  3669. "authors": [
  3670. {
  3671. "name": "Fabien Potencier",
  3672. "email": "fabien@symfony.com"
  3673. },
  3674. {
  3675. "name": "Symfony Community",
  3676. "homepage": "https://symfony.com/contributors"
  3677. }
  3678. ],
  3679. "description": "Symfony Yaml Component",
  3680. "homepage": "https://symfony.com",
  3681. "time": "2015-08-24 07:13:45"
  3682. }
  3683. ],
  3684. "aliases": [],
  3685. "minimum-stability": "stable",
  3686. "stability-flags": [],
  3687. "prefer-stable": false,
  3688. "prefer-lowest": false,
  3689. "platform": {
  3690. "php": ">=5.5.9"
  3691. },
  3692. "platform-dev": []
  3693. }