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.

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