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.

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