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.

3988 lines
138 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": "1c1164fb91f4ee6de196c6516e6303fb",
  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.4",
  1496. "source": {
  1497. "type": "git",
  1498. "url": "https://github.com/indieweb/indieauth-client-php.git",
  1499. "reference": "2a7f8186085d06f0371a0199e103e10729782aea"
  1500. },
  1501. "dist": {
  1502. "type": "zip",
  1503. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2a7f8186085d06f0371a0199e103e10729782aea",
  1504. "reference": "2a7f8186085d06f0371a0199e103e10729782aea",
  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. "require-dev": {
  1514. "phpunit/phpunit": "4.8.*"
  1515. },
  1516. "type": "library",
  1517. "autoload": {
  1518. "psr-0": {
  1519. "IndieAuth": "src/"
  1520. }
  1521. },
  1522. "notification-url": "https://packagist.org/downloads/",
  1523. "license": [
  1524. "Apache 2.0"
  1525. ],
  1526. "authors": [
  1527. {
  1528. "name": "Aaron Parecki",
  1529. "homepage": "http://aaronparecki.com"
  1530. }
  1531. ],
  1532. "description": "IndieAuth Client Library",
  1533. "time": "2017-11-23T17:22:16+00:00"
  1534. },
  1535. {
  1536. "name": "indieweb/link-rel-parser",
  1537. "version": "0.1.1",
  1538. "source": {
  1539. "type": "git",
  1540. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  1541. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  1542. },
  1543. "dist": {
  1544. "type": "zip",
  1545. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  1546. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  1547. "shasum": ""
  1548. },
  1549. "require": {
  1550. "php": ">=5.3.0"
  1551. },
  1552. "type": "library",
  1553. "autoload": {
  1554. "files": [
  1555. "src/IndieWeb/link_rel_parser.php"
  1556. ]
  1557. },
  1558. "notification-url": "https://packagist.org/downloads/",
  1559. "license": [
  1560. "Apache-2.0"
  1561. ],
  1562. "authors": [
  1563. {
  1564. "name": "Aaron Parecki",
  1565. "homepage": "http://aaronparecki.com"
  1566. },
  1567. {
  1568. "name": "Tantek Çelik",
  1569. "homepage": "http://tantek.com"
  1570. }
  1571. ],
  1572. "description": "Parse rel values from HTTP headers",
  1573. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  1574. "keywords": [
  1575. "http",
  1576. "indieweb",
  1577. "microformats2"
  1578. ],
  1579. "time": "2013-12-23T00:14:58+00:00"
  1580. },
  1581. {
  1582. "name": "laravel/lumen-framework",
  1583. "version": "v5.1.6",
  1584. "source": {
  1585. "type": "git",
  1586. "url": "https://github.com/laravel/lumen-framework.git",
  1587. "reference": "caf37c0b556f3bb52dad3ef0efff7b297c9ad6cd"
  1588. },
  1589. "dist": {
  1590. "type": "zip",
  1591. "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/caf37c0b556f3bb52dad3ef0efff7b297c9ad6cd",
  1592. "reference": "caf37c0b556f3bb52dad3ef0efff7b297c9ad6cd",
  1593. "shasum": ""
  1594. },
  1595. "require": {
  1596. "illuminate/auth": "5.1.*",
  1597. "illuminate/broadcasting": "5.1.*",
  1598. "illuminate/bus": "5.1.*",
  1599. "illuminate/cache": "5.1.*",
  1600. "illuminate/config": "5.1.*",
  1601. "illuminate/console": "5.1.*",
  1602. "illuminate/container": "5.1.*",
  1603. "illuminate/contracts": "5.1.*",
  1604. "illuminate/cookie": "5.1.*",
  1605. "illuminate/database": "5.1.*",
  1606. "illuminate/encryption": "5.1.*",
  1607. "illuminate/events": "5.1.*",
  1608. "illuminate/filesystem": "5.1.*",
  1609. "illuminate/hashing": "5.1.*",
  1610. "illuminate/http": "5.1.*",
  1611. "illuminate/pagination": "5.1.*",
  1612. "illuminate/queue": "5.1.*",
  1613. "illuminate/session": "5.1.*",
  1614. "illuminate/support": "5.1.*",
  1615. "illuminate/translation": "5.1.*",
  1616. "illuminate/validation": "5.1.*",
  1617. "illuminate/view": "5.1.*",
  1618. "monolog/monolog": "~1.0",
  1619. "mtdowling/cron-expression": "~1.0",
  1620. "nikic/fast-route": "0.4.*",
  1621. "paragonie/random_compat": "^1.0.6",
  1622. "php": ">=5.5.9",
  1623. "symfony/dom-crawler": "2.7.*",
  1624. "symfony/http-foundation": "2.7.*",
  1625. "symfony/http-kernel": "2.7.*",
  1626. "symfony/security-core": "2.7.*",
  1627. "symfony/var-dumper": "2.7.*"
  1628. },
  1629. "require-dev": {
  1630. "mockery/mockery": "~0.9",
  1631. "phpunit/phpunit": "~4.0"
  1632. },
  1633. "suggest": {
  1634. "vlucas/phpdotenv": "Required to use .env files (~1.0)."
  1635. },
  1636. "type": "library",
  1637. "autoload": {
  1638. "psr-4": {
  1639. "Laravel\\Lumen\\": "src/"
  1640. },
  1641. "classmap": [
  1642. "src/Foundation"
  1643. ],
  1644. "files": [
  1645. "src/helpers.php"
  1646. ]
  1647. },
  1648. "notification-url": "https://packagist.org/downloads/",
  1649. "license": [
  1650. "MIT"
  1651. ],
  1652. "authors": [
  1653. {
  1654. "name": "Taylor Otwell",
  1655. "email": "taylorotwell@gmail.com"
  1656. }
  1657. ],
  1658. "description": "The Laravel Lumen Framework.",
  1659. "homepage": "http://laravel.com",
  1660. "keywords": [
  1661. "framework",
  1662. "laravel",
  1663. "lumen"
  1664. ],
  1665. "time": "2015-10-28T22:19:15+00:00"
  1666. },
  1667. {
  1668. "name": "mf2/mf2",
  1669. "version": "v0.3.2",
  1670. "source": {
  1671. "type": "git",
  1672. "url": "https://github.com/indieweb/php-mf2.git",
  1673. "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4"
  1674. },
  1675. "dist": {
  1676. "type": "zip",
  1677. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
  1678. "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
  1679. "shasum": ""
  1680. },
  1681. "require": {
  1682. "php": ">=5.4.0"
  1683. },
  1684. "require-dev": {
  1685. "mf2/tests": "@dev",
  1686. "phpdocumentor/phpdocumentor": "v2.8.4",
  1687. "phpunit/phpunit": "4.8.*"
  1688. },
  1689. "suggest": {
  1690. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  1691. },
  1692. "bin": [
  1693. "bin/fetch-mf2",
  1694. "bin/parse-mf2"
  1695. ],
  1696. "type": "library",
  1697. "autoload": {
  1698. "files": [
  1699. "Mf2/Parser.php"
  1700. ]
  1701. },
  1702. "notification-url": "https://packagist.org/downloads/",
  1703. "license": [
  1704. "CC0"
  1705. ],
  1706. "authors": [
  1707. {
  1708. "name": "Barnaby Walters",
  1709. "homepage": "http://waterpigs.co.uk"
  1710. }
  1711. ],
  1712. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  1713. "keywords": [
  1714. "html",
  1715. "microformats",
  1716. "microformats 2",
  1717. "parser",
  1718. "semantic"
  1719. ],
  1720. "time": "2017-05-27T15:27:47+00:00"
  1721. },
  1722. {
  1723. "name": "monolog/monolog",
  1724. "version": "1.17.2",
  1725. "source": {
  1726. "type": "git",
  1727. "url": "https://github.com/Seldaek/monolog.git",
  1728. "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
  1729. },
  1730. "dist": {
  1731. "type": "zip",
  1732. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  1733. "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  1734. "shasum": ""
  1735. },
  1736. "require": {
  1737. "php": ">=5.3.0",
  1738. "psr/log": "~1.0"
  1739. },
  1740. "provide": {
  1741. "psr/log-implementation": "1.0.0"
  1742. },
  1743. "require-dev": {
  1744. "aws/aws-sdk-php": "^2.4.9",
  1745. "doctrine/couchdb": "~1.0@dev",
  1746. "graylog2/gelf-php": "~1.0",
  1747. "jakub-onderka/php-parallel-lint": "0.9",
  1748. "php-console/php-console": "^3.1.3",
  1749. "phpunit/phpunit": "~4.5",
  1750. "phpunit/phpunit-mock-objects": "2.3.0",
  1751. "raven/raven": "^0.13",
  1752. "ruflin/elastica": ">=0.90 <3.0",
  1753. "swiftmailer/swiftmailer": "~5.3",
  1754. "videlalvaro/php-amqplib": "~2.4"
  1755. },
  1756. "suggest": {
  1757. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1758. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1759. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1760. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1761. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1762. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1763. "raven/raven": "Allow sending log messages to a Sentry server",
  1764. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1765. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1766. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  1767. },
  1768. "type": "library",
  1769. "extra": {
  1770. "branch-alias": {
  1771. "dev-master": "1.16.x-dev"
  1772. }
  1773. },
  1774. "autoload": {
  1775. "psr-4": {
  1776. "Monolog\\": "src/Monolog"
  1777. }
  1778. },
  1779. "notification-url": "https://packagist.org/downloads/",
  1780. "license": [
  1781. "MIT"
  1782. ],
  1783. "authors": [
  1784. {
  1785. "name": "Jordi Boggiano",
  1786. "email": "j.boggiano@seld.be",
  1787. "homepage": "http://seld.be"
  1788. }
  1789. ],
  1790. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1791. "homepage": "http://github.com/Seldaek/monolog",
  1792. "keywords": [
  1793. "log",
  1794. "logging",
  1795. "psr-3"
  1796. ],
  1797. "time": "2015-10-14T12:51:02+00:00"
  1798. },
  1799. {
  1800. "name": "mtdowling/cron-expression",
  1801. "version": "v1.1.0",
  1802. "source": {
  1803. "type": "git",
  1804. "url": "https://github.com/mtdowling/cron-expression.git",
  1805. "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
  1806. },
  1807. "dist": {
  1808. "type": "zip",
  1809. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  1810. "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  1811. "shasum": ""
  1812. },
  1813. "require": {
  1814. "php": ">=5.3.2"
  1815. },
  1816. "require-dev": {
  1817. "phpunit/phpunit": "~4.0|~5.0"
  1818. },
  1819. "type": "library",
  1820. "autoload": {
  1821. "psr-0": {
  1822. "Cron": "src/"
  1823. }
  1824. },
  1825. "notification-url": "https://packagist.org/downloads/",
  1826. "license": [
  1827. "MIT"
  1828. ],
  1829. "authors": [
  1830. {
  1831. "name": "Michael Dowling",
  1832. "email": "mtdowling@gmail.com",
  1833. "homepage": "https://github.com/mtdowling"
  1834. }
  1835. ],
  1836. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1837. "keywords": [
  1838. "cron",
  1839. "schedule"
  1840. ],
  1841. "time": "2016-01-26T21:23:30+00:00"
  1842. },
  1843. {
  1844. "name": "nesbot/carbon",
  1845. "version": "1.21.0",
  1846. "source": {
  1847. "type": "git",
  1848. "url": "https://github.com/briannesbitt/Carbon.git",
  1849. "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
  1850. },
  1851. "dist": {
  1852. "type": "zip",
  1853. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1854. "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1855. "shasum": ""
  1856. },
  1857. "require": {
  1858. "php": ">=5.3.0",
  1859. "symfony/translation": "~2.6|~3.0"
  1860. },
  1861. "require-dev": {
  1862. "phpunit/phpunit": "~4.0|~5.0"
  1863. },
  1864. "type": "library",
  1865. "autoload": {
  1866. "psr-4": {
  1867. "Carbon\\": "src/Carbon/"
  1868. }
  1869. },
  1870. "notification-url": "https://packagist.org/downloads/",
  1871. "license": [
  1872. "MIT"
  1873. ],
  1874. "authors": [
  1875. {
  1876. "name": "Brian Nesbitt",
  1877. "email": "brian@nesbot.com",
  1878. "homepage": "http://nesbot.com"
  1879. }
  1880. ],
  1881. "description": "A simple API extension for DateTime.",
  1882. "homepage": "http://carbon.nesbot.com",
  1883. "keywords": [
  1884. "date",
  1885. "datetime",
  1886. "time"
  1887. ],
  1888. "time": "2015-11-04T20:07:17+00:00"
  1889. },
  1890. {
  1891. "name": "nikic/fast-route",
  1892. "version": "v0.4.0",
  1893. "source": {
  1894. "type": "git",
  1895. "url": "https://github.com/nikic/FastRoute.git",
  1896. "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
  1897. },
  1898. "dist": {
  1899. "type": "zip",
  1900. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
  1901. "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
  1902. "shasum": ""
  1903. },
  1904. "require": {
  1905. "php": ">=5.4.0"
  1906. },
  1907. "type": "library",
  1908. "autoload": {
  1909. "psr-4": {
  1910. "FastRoute\\": "src/"
  1911. },
  1912. "files": [
  1913. "src/functions.php"
  1914. ]
  1915. },
  1916. "notification-url": "https://packagist.org/downloads/",
  1917. "license": [
  1918. "BSD-3-Clause"
  1919. ],
  1920. "authors": [
  1921. {
  1922. "name": "Nikita Popov",
  1923. "email": "nikic@php.net"
  1924. }
  1925. ],
  1926. "description": "Fast request router for PHP",
  1927. "keywords": [
  1928. "router",
  1929. "routing"
  1930. ],
  1931. "time": "2015-02-26T15:33:07+00:00"
  1932. },
  1933. {
  1934. "name": "p3k/multipart",
  1935. "version": "0.1.1",
  1936. "source": {
  1937. "type": "git",
  1938. "url": "https://github.com/aaronpk/php-multipart-encoder.git",
  1939. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14"
  1940. },
  1941. "dist": {
  1942. "type": "zip",
  1943. "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/f5400011b20046cebbdfed686d051fb2aa600a14",
  1944. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14",
  1945. "shasum": ""
  1946. },
  1947. "require": {
  1948. "php": ">5.4.0"
  1949. },
  1950. "type": "library",
  1951. "autoload": {
  1952. "files": [
  1953. "src/p3k/Multipart.php"
  1954. ]
  1955. },
  1956. "notification-url": "https://packagist.org/downloads/",
  1957. "license": [
  1958. "Apache 2.0"
  1959. ],
  1960. "authors": [
  1961. {
  1962. "name": "Aaron Parecki",
  1963. "homepage": "http://aaronparecki.com"
  1964. }
  1965. ],
  1966. "description": "Multipart Encoding Library",
  1967. "time": "2015-07-16T19:28:02+00:00"
  1968. },
  1969. {
  1970. "name": "p3k/quartz-db",
  1971. "version": "0.1.1",
  1972. "source": {
  1973. "type": "git",
  1974. "url": "https://github.com/aaronpk/QuartzDB.git",
  1975. "reference": "d0273a08181cffd91343ba788ff234fbd9daffa6"
  1976. },
  1977. "dist": {
  1978. "type": "zip",
  1979. "url": "https://api.github.com/repos/aaronpk/QuartzDB/zipball/d0273a08181cffd91343ba788ff234fbd9daffa6",
  1980. "reference": "d0273a08181cffd91343ba788ff234fbd9daffa6",
  1981. "shasum": ""
  1982. },
  1983. "type": "library",
  1984. "autoload": {
  1985. "psr-0": {
  1986. "Quartz": "src/"
  1987. }
  1988. },
  1989. "notification-url": "https://packagist.org/downloads/",
  1990. "license": [
  1991. "Apache 2.0"
  1992. ],
  1993. "authors": [
  1994. {
  1995. "name": "Aaron Parecki"
  1996. }
  1997. ],
  1998. "description": "A flat-file database optimized to hold time-series data.",
  1999. "time": "2016-01-29T00:39:52+00:00"
  2000. },
  2001. {
  2002. "name": "p3k/timezone",
  2003. "version": "0.1.0",
  2004. "source": {
  2005. "type": "git",
  2006. "url": "https://github.com/aaronpk/p3k-timezone.git",
  2007. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  2008. },
  2009. "dist": {
  2010. "type": "zip",
  2011. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  2012. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  2013. "shasum": ""
  2014. },
  2015. "require": {
  2016. "php": ">=5.4.0"
  2017. },
  2018. "type": "library",
  2019. "autoload": {
  2020. "files": [
  2021. "src/p3k/Timezone.php"
  2022. ]
  2023. },
  2024. "notification-url": "https://packagist.org/downloads/",
  2025. "license": [
  2026. "Apache-2.0"
  2027. ],
  2028. "authors": [
  2029. {
  2030. "name": "Aaron Parecki",
  2031. "homepage": "https://aaronparecki.com"
  2032. }
  2033. ],
  2034. "description": "Find the timezone of a given location",
  2035. "homepage": "https://github.com/aaronpk/p3k-timezone",
  2036. "keywords": [
  2037. "date",
  2038. "p3k",
  2039. "timezone"
  2040. ],
  2041. "time": "2017-01-12T17:30:08+00:00"
  2042. },
  2043. {
  2044. "name": "p3k/utils",
  2045. "version": "1.1.1",
  2046. "source": {
  2047. "type": "git",
  2048. "url": "https://github.com/aaronpk/p3k-utils.git",
  2049. "reference": "f8a1258ec548e8ef6747bf2d74568611863cb1ee"
  2050. },
  2051. "dist": {
  2052. "type": "zip",
  2053. "url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/f8a1258ec548e8ef6747bf2d74568611863cb1ee",
  2054. "reference": "f8a1258ec548e8ef6747bf2d74568611863cb1ee",
  2055. "shasum": ""
  2056. },
  2057. "require": {
  2058. "php": ">=5.5"
  2059. },
  2060. "require-dev": {
  2061. "phpunit/phpunit": "^4.8.13",
  2062. "predis/predis": "1.1.*"
  2063. },
  2064. "type": "library",
  2065. "autoload": {
  2066. "files": [
  2067. "src/global.php",
  2068. "src/url.php",
  2069. "src/utils.php",
  2070. "src/date.php",
  2071. "src/cache.php",
  2072. "src/geo.php"
  2073. ]
  2074. },
  2075. "notification-url": "https://packagist.org/downloads/",
  2076. "license": [
  2077. "MIT"
  2078. ],
  2079. "authors": [
  2080. {
  2081. "name": "Aaron Parecki",
  2082. "homepage": "https://aaronparecki.com"
  2083. }
  2084. ],
  2085. "description": "Some helpful functions used by https://p3k.io projects",
  2086. "homepage": "https://github.com/aaronpk/p3k-utils",
  2087. "time": "2018-01-28T22:31:41+00:00"
  2088. },
  2089. {
  2090. "name": "paragonie/random_compat",
  2091. "version": "1.1.6",
  2092. "source": {
  2093. "type": "git",
  2094. "url": "https://github.com/paragonie/random_compat.git",
  2095. "reference": "e6f80ab77885151908d0ec743689ca700886e8b0"
  2096. },
  2097. "dist": {
  2098. "type": "zip",
  2099. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/e6f80ab77885151908d0ec743689ca700886e8b0",
  2100. "reference": "e6f80ab77885151908d0ec743689ca700886e8b0",
  2101. "shasum": ""
  2102. },
  2103. "require": {
  2104. "php": ">=5.2.0"
  2105. },
  2106. "require-dev": {
  2107. "phpunit/phpunit": "4.*|5.*"
  2108. },
  2109. "suggest": {
  2110. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  2111. },
  2112. "type": "library",
  2113. "autoload": {
  2114. "files": [
  2115. "lib/random.php"
  2116. ]
  2117. },
  2118. "notification-url": "https://packagist.org/downloads/",
  2119. "license": [
  2120. "MIT"
  2121. ],
  2122. "authors": [
  2123. {
  2124. "name": "Paragon Initiative Enterprises",
  2125. "email": "security@paragonie.com",
  2126. "homepage": "https://paragonie.com"
  2127. }
  2128. ],
  2129. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2130. "keywords": [
  2131. "csprng",
  2132. "pseudorandom",
  2133. "random"
  2134. ],
  2135. "time": "2016-01-29T16:19:52+00:00"
  2136. },
  2137. {
  2138. "name": "predis/predis",
  2139. "version": "v1.0.3",
  2140. "source": {
  2141. "type": "git",
  2142. "url": "https://github.com/nrk/predis.git",
  2143. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
  2144. },
  2145. "dist": {
  2146. "type": "zip",
  2147. "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
  2148. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
  2149. "shasum": ""
  2150. },
  2151. "require": {
  2152. "php": ">=5.3.2"
  2153. },
  2154. "require-dev": {
  2155. "phpunit/phpunit": "~4.0"
  2156. },
  2157. "suggest": {
  2158. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  2159. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  2160. },
  2161. "type": "library",
  2162. "autoload": {
  2163. "psr-4": {
  2164. "Predis\\": "src/"
  2165. }
  2166. },
  2167. "notification-url": "https://packagist.org/downloads/",
  2168. "license": [
  2169. "MIT"
  2170. ],
  2171. "authors": [
  2172. {
  2173. "name": "Daniele Alessandri",
  2174. "email": "suppakilla@gmail.com",
  2175. "homepage": "http://clorophilla.net"
  2176. }
  2177. ],
  2178. "description": "Flexible and feature-complete PHP client library for Redis",
  2179. "homepage": "http://github.com/nrk/predis",
  2180. "keywords": [
  2181. "nosql",
  2182. "predis",
  2183. "redis"
  2184. ],
  2185. "time": "2015-07-30T18:34:15+00:00"
  2186. },
  2187. {
  2188. "name": "psr/http-message",
  2189. "version": "1.0",
  2190. "source": {
  2191. "type": "git",
  2192. "url": "https://github.com/php-fig/http-message.git",
  2193. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  2194. },
  2195. "dist": {
  2196. "type": "zip",
  2197. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  2198. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  2199. "shasum": ""
  2200. },
  2201. "require": {
  2202. "php": ">=5.3.0"
  2203. },
  2204. "type": "library",
  2205. "extra": {
  2206. "branch-alias": {
  2207. "dev-master": "1.0.x-dev"
  2208. }
  2209. },
  2210. "autoload": {
  2211. "psr-4": {
  2212. "Psr\\Http\\Message\\": "src/"
  2213. }
  2214. },
  2215. "notification-url": "https://packagist.org/downloads/",
  2216. "license": [
  2217. "MIT"
  2218. ],
  2219. "authors": [
  2220. {
  2221. "name": "PHP-FIG",
  2222. "homepage": "http://www.php-fig.org/"
  2223. }
  2224. ],
  2225. "description": "Common interface for HTTP messages",
  2226. "keywords": [
  2227. "http",
  2228. "http-message",
  2229. "psr",
  2230. "psr-7",
  2231. "request",
  2232. "response"
  2233. ],
  2234. "time": "2015-05-04T20:22:00+00:00"
  2235. },
  2236. {
  2237. "name": "psr/log",
  2238. "version": "1.0.0",
  2239. "source": {
  2240. "type": "git",
  2241. "url": "https://github.com/php-fig/log.git",
  2242. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  2243. },
  2244. "dist": {
  2245. "type": "zip",
  2246. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  2247. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  2248. "shasum": ""
  2249. },
  2250. "type": "library",
  2251. "autoload": {
  2252. "psr-0": {
  2253. "Psr\\Log\\": ""
  2254. }
  2255. },
  2256. "notification-url": "https://packagist.org/downloads/",
  2257. "license": [
  2258. "MIT"
  2259. ],
  2260. "authors": [
  2261. {
  2262. "name": "PHP-FIG",
  2263. "homepage": "http://www.php-fig.org/"
  2264. }
  2265. ],
  2266. "description": "Common interface for logging libraries",
  2267. "keywords": [
  2268. "log",
  2269. "psr",
  2270. "psr-3"
  2271. ],
  2272. "time": "2012-12-21T11:40:51+00:00"
  2273. },
  2274. {
  2275. "name": "symfony/console",
  2276. "version": "v2.7.9",
  2277. "source": {
  2278. "type": "git",
  2279. "url": "https://github.com/symfony/console.git",
  2280. "reference": "d3fc138b6ed8f8074591821d3416d8f9c04d6ca6"
  2281. },
  2282. "dist": {
  2283. "type": "zip",
  2284. "url": "https://api.github.com/repos/symfony/console/zipball/d3fc138b6ed8f8074591821d3416d8f9c04d6ca6",
  2285. "reference": "d3fc138b6ed8f8074591821d3416d8f9c04d6ca6",
  2286. "shasum": ""
  2287. },
  2288. "require": {
  2289. "php": ">=5.3.9"
  2290. },
  2291. "require-dev": {
  2292. "psr/log": "~1.0",
  2293. "symfony/event-dispatcher": "~2.1",
  2294. "symfony/process": "~2.1"
  2295. },
  2296. "suggest": {
  2297. "psr/log": "For using the console logger",
  2298. "symfony/event-dispatcher": "",
  2299. "symfony/process": ""
  2300. },
  2301. "type": "library",
  2302. "extra": {
  2303. "branch-alias": {
  2304. "dev-master": "2.7-dev"
  2305. }
  2306. },
  2307. "autoload": {
  2308. "psr-4": {
  2309. "Symfony\\Component\\Console\\": ""
  2310. },
  2311. "exclude-from-classmap": [
  2312. "/Tests/"
  2313. ]
  2314. },
  2315. "notification-url": "https://packagist.org/downloads/",
  2316. "license": [
  2317. "MIT"
  2318. ],
  2319. "authors": [
  2320. {
  2321. "name": "Fabien Potencier",
  2322. "email": "fabien@symfony.com"
  2323. },
  2324. {
  2325. "name": "Symfony Community",
  2326. "homepage": "https://symfony.com/contributors"
  2327. }
  2328. ],
  2329. "description": "Symfony Console Component",
  2330. "homepage": "https://symfony.com",
  2331. "time": "2016-01-14T08:26:43+00:00"
  2332. },
  2333. {
  2334. "name": "symfony/debug",
  2335. "version": "v2.8.2",
  2336. "source": {
  2337. "type": "git",
  2338. "url": "https://github.com/symfony/debug.git",
  2339. "reference": "386364a0e71158615ab9ae76b74bf84efc0bac7e"
  2340. },
  2341. "dist": {
  2342. "type": "zip",
  2343. "url": "https://api.github.com/repos/symfony/debug/zipball/386364a0e71158615ab9ae76b74bf84efc0bac7e",
  2344. "reference": "386364a0e71158615ab9ae76b74bf84efc0bac7e",
  2345. "shasum": ""
  2346. },
  2347. "require": {
  2348. "php": ">=5.3.9",
  2349. "psr/log": "~1.0"
  2350. },
  2351. "conflict": {
  2352. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2353. },
  2354. "require-dev": {
  2355. "symfony/class-loader": "~2.2|~3.0.0",
  2356. "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
  2357. },
  2358. "type": "library",
  2359. "extra": {
  2360. "branch-alias": {
  2361. "dev-master": "2.8-dev"
  2362. }
  2363. },
  2364. "autoload": {
  2365. "psr-4": {
  2366. "Symfony\\Component\\Debug\\": ""
  2367. },
  2368. "exclude-from-classmap": [
  2369. "/Tests/"
  2370. ]
  2371. },
  2372. "notification-url": "https://packagist.org/downloads/",
  2373. "license": [
  2374. "MIT"
  2375. ],
  2376. "authors": [
  2377. {
  2378. "name": "Fabien Potencier",
  2379. "email": "fabien@symfony.com"
  2380. },
  2381. {
  2382. "name": "Symfony Community",
  2383. "homepage": "https://symfony.com/contributors"
  2384. }
  2385. ],
  2386. "description": "Symfony Debug Component",
  2387. "homepage": "https://symfony.com",
  2388. "time": "2016-01-13T10:28:07+00:00"
  2389. },
  2390. {
  2391. "name": "symfony/dom-crawler",
  2392. "version": "v2.7.9",
  2393. "source": {
  2394. "type": "git",
  2395. "url": "https://github.com/symfony/dom-crawler.git",
  2396. "reference": "55cc79a177193eb3bd74ac54b353691fbb211d3a"
  2397. },
  2398. "dist": {
  2399. "type": "zip",
  2400. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/55cc79a177193eb3bd74ac54b353691fbb211d3a",
  2401. "reference": "55cc79a177193eb3bd74ac54b353691fbb211d3a",
  2402. "shasum": ""
  2403. },
  2404. "require": {
  2405. "php": ">=5.3.9"
  2406. },
  2407. "require-dev": {
  2408. "symfony/css-selector": "~2.3"
  2409. },
  2410. "suggest": {
  2411. "symfony/css-selector": ""
  2412. },
  2413. "type": "library",
  2414. "extra": {
  2415. "branch-alias": {
  2416. "dev-master": "2.7-dev"
  2417. }
  2418. },
  2419. "autoload": {
  2420. "psr-4": {
  2421. "Symfony\\Component\\DomCrawler\\": ""
  2422. },
  2423. "exclude-from-classmap": [
  2424. "/Tests/"
  2425. ]
  2426. },
  2427. "notification-url": "https://packagist.org/downloads/",
  2428. "license": [
  2429. "MIT"
  2430. ],
  2431. "authors": [
  2432. {
  2433. "name": "Fabien Potencier",
  2434. "email": "fabien@symfony.com"
  2435. },
  2436. {
  2437. "name": "Symfony Community",
  2438. "homepage": "https://symfony.com/contributors"
  2439. }
  2440. ],
  2441. "description": "Symfony DomCrawler Component",
  2442. "homepage": "https://symfony.com",
  2443. "time": "2016-01-03T15:32:00+00:00"
  2444. },
  2445. {
  2446. "name": "symfony/event-dispatcher",
  2447. "version": "v2.8.2",
  2448. "source": {
  2449. "type": "git",
  2450. "url": "https://github.com/symfony/event-dispatcher.git",
  2451. "reference": "ee278f7c851533e58ca307f66305ccb9188aceda"
  2452. },
  2453. "dist": {
  2454. "type": "zip",
  2455. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda",
  2456. "reference": "ee278f7c851533e58ca307f66305ccb9188aceda",
  2457. "shasum": ""
  2458. },
  2459. "require": {
  2460. "php": ">=5.3.9"
  2461. },
  2462. "require-dev": {
  2463. "psr/log": "~1.0",
  2464. "symfony/config": "~2.0,>=2.0.5|~3.0.0",
  2465. "symfony/dependency-injection": "~2.6|~3.0.0",
  2466. "symfony/expression-language": "~2.6|~3.0.0",
  2467. "symfony/stopwatch": "~2.3|~3.0.0"
  2468. },
  2469. "suggest": {
  2470. "symfony/dependency-injection": "",
  2471. "symfony/http-kernel": ""
  2472. },
  2473. "type": "library",
  2474. "extra": {
  2475. "branch-alias": {
  2476. "dev-master": "2.8-dev"
  2477. }
  2478. },
  2479. "autoload": {
  2480. "psr-4": {
  2481. "Symfony\\Component\\EventDispatcher\\": ""
  2482. },
  2483. "exclude-from-classmap": [
  2484. "/Tests/"
  2485. ]
  2486. },
  2487. "notification-url": "https://packagist.org/downloads/",
  2488. "license": [
  2489. "MIT"
  2490. ],
  2491. "authors": [
  2492. {
  2493. "name": "Fabien Potencier",
  2494. "email": "fabien@symfony.com"
  2495. },
  2496. {
  2497. "name": "Symfony Community",
  2498. "homepage": "https://symfony.com/contributors"
  2499. }
  2500. ],
  2501. "description": "Symfony EventDispatcher Component",
  2502. "homepage": "https://symfony.com",
  2503. "time": "2016-01-13T10:28:07+00:00"
  2504. },
  2505. {
  2506. "name": "symfony/finder",
  2507. "version": "v2.7.9",
  2508. "source": {
  2509. "type": "git",
  2510. "url": "https://github.com/symfony/finder.git",
  2511. "reference": "d20ac81c81a67ab898b0c0afa435f3e9a7d460cf"
  2512. },
  2513. "dist": {
  2514. "type": "zip",
  2515. "url": "https://api.github.com/repos/symfony/finder/zipball/d20ac81c81a67ab898b0c0afa435f3e9a7d460cf",
  2516. "reference": "d20ac81c81a67ab898b0c0afa435f3e9a7d460cf",
  2517. "shasum": ""
  2518. },
  2519. "require": {
  2520. "php": ">=5.3.9"
  2521. },
  2522. "type": "library",
  2523. "extra": {
  2524. "branch-alias": {
  2525. "dev-master": "2.7-dev"
  2526. }
  2527. },
  2528. "autoload": {
  2529. "psr-4": {
  2530. "Symfony\\Component\\Finder\\": ""
  2531. },
  2532. "exclude-from-classmap": [
  2533. "/Tests/"
  2534. ]
  2535. },
  2536. "notification-url": "https://packagist.org/downloads/",
  2537. "license": [
  2538. "MIT"
  2539. ],
  2540. "authors": [
  2541. {
  2542. "name": "Fabien Potencier",
  2543. "email": "fabien@symfony.com"
  2544. },
  2545. {
  2546. "name": "Symfony Community",
  2547. "homepage": "https://symfony.com/contributors"
  2548. }
  2549. ],
  2550. "description": "Symfony Finder Component",
  2551. "homepage": "https://symfony.com",
  2552. "time": "2016-01-14T08:26:43+00:00"
  2553. },
  2554. {
  2555. "name": "symfony/http-foundation",
  2556. "version": "v2.7.9",
  2557. "source": {
  2558. "type": "git",
  2559. "url": "https://github.com/symfony/http-foundation.git",
  2560. "reference": "2f9d240056f026af5f7ba7f7052b0c6709bf288c"
  2561. },
  2562. "dist": {
  2563. "type": "zip",
  2564. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2f9d240056f026af5f7ba7f7052b0c6709bf288c",
  2565. "reference": "2f9d240056f026af5f7ba7f7052b0c6709bf288c",
  2566. "shasum": ""
  2567. },
  2568. "require": {
  2569. "php": ">=5.3.9"
  2570. },
  2571. "require-dev": {
  2572. "symfony/expression-language": "~2.4"
  2573. },
  2574. "type": "library",
  2575. "extra": {
  2576. "branch-alias": {
  2577. "dev-master": "2.7-dev"
  2578. }
  2579. },
  2580. "autoload": {
  2581. "psr-4": {
  2582. "Symfony\\Component\\HttpFoundation\\": ""
  2583. },
  2584. "classmap": [
  2585. "Resources/stubs"
  2586. ],
  2587. "exclude-from-classmap": [
  2588. "/Tests/"
  2589. ]
  2590. },
  2591. "notification-url": "https://packagist.org/downloads/",
  2592. "license": [
  2593. "MIT"
  2594. ],
  2595. "authors": [
  2596. {
  2597. "name": "Fabien Potencier",
  2598. "email": "fabien@symfony.com"
  2599. },
  2600. {
  2601. "name": "Symfony Community",
  2602. "homepage": "https://symfony.com/contributors"
  2603. }
  2604. ],
  2605. "description": "Symfony HttpFoundation Component",
  2606. "homepage": "https://symfony.com",
  2607. "time": "2016-01-13T10:26:43+00:00"
  2608. },
  2609. {
  2610. "name": "symfony/http-kernel",
  2611. "version": "v2.7.9",
  2612. "source": {
  2613. "type": "git",
  2614. "url": "https://github.com/symfony/http-kernel.git",
  2615. "reference": "aa2f1e544d6cb862452504b5479a5095b7bfc53f"
  2616. },
  2617. "dist": {
  2618. "type": "zip",
  2619. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa2f1e544d6cb862452504b5479a5095b7bfc53f",
  2620. "reference": "aa2f1e544d6cb862452504b5479a5095b7bfc53f",
  2621. "shasum": ""
  2622. },
  2623. "require": {
  2624. "php": ">=5.3.9",
  2625. "psr/log": "~1.0",
  2626. "symfony/debug": "~2.6,>=2.6.2",
  2627. "symfony/event-dispatcher": "~2.6,>=2.6.7",
  2628. "symfony/http-foundation": "~2.5,>=2.5.4"
  2629. },
  2630. "conflict": {
  2631. "symfony/config": "<2.7"
  2632. },
  2633. "require-dev": {
  2634. "symfony/browser-kit": "~2.3",
  2635. "symfony/class-loader": "~2.1",
  2636. "symfony/config": "~2.7",
  2637. "symfony/console": "~2.3",
  2638. "symfony/css-selector": "~2.0,>=2.0.5",
  2639. "symfony/dependency-injection": "~2.2",
  2640. "symfony/dom-crawler": "~2.0,>=2.0.5",
  2641. "symfony/expression-language": "~2.4",
  2642. "symfony/finder": "~2.0,>=2.0.5",
  2643. "symfony/process": "~2.0,>=2.0.5",
  2644. "symfony/routing": "~2.2",
  2645. "symfony/stopwatch": "~2.3",
  2646. "symfony/templating": "~2.2",
  2647. "symfony/translation": "~2.0,>=2.0.5",
  2648. "symfony/var-dumper": "~2.6"
  2649. },
  2650. "suggest": {
  2651. "symfony/browser-kit": "",
  2652. "symfony/class-loader": "",
  2653. "symfony/config": "",
  2654. "symfony/console": "",
  2655. "symfony/dependency-injection": "",
  2656. "symfony/finder": "",
  2657. "symfony/var-dumper": ""
  2658. },
  2659. "type": "library",
  2660. "extra": {
  2661. "branch-alias": {
  2662. "dev-master": "2.7-dev"
  2663. }
  2664. },
  2665. "autoload": {
  2666. "psr-4": {
  2667. "Symfony\\Component\\HttpKernel\\": ""
  2668. },
  2669. "exclude-from-classmap": [
  2670. "/Tests/"
  2671. ]
  2672. },
  2673. "notification-url": "https://packagist.org/downloads/",
  2674. "license": [
  2675. "MIT"
  2676. ],
  2677. "authors": [
  2678. {
  2679. "name": "Fabien Potencier",
  2680. "email": "fabien@symfony.com"
  2681. },
  2682. {
  2683. "name": "Symfony Community",
  2684. "homepage": "https://symfony.com/contributors"
  2685. }
  2686. ],
  2687. "description": "Symfony HttpKernel Component",
  2688. "homepage": "https://symfony.com",
  2689. "time": "2016-01-14T10:41:45+00:00"
  2690. },
  2691. {
  2692. "name": "symfony/process",
  2693. "version": "v2.7.9",
  2694. "source": {
  2695. "type": "git",
  2696. "url": "https://github.com/symfony/process.git",
  2697. "reference": "0570b9ca51135ee7da0f19239eaf7b07ffb87034"
  2698. },
  2699. "dist": {
  2700. "type": "zip",
  2701. "url": "https://api.github.com/repos/symfony/process/zipball/0570b9ca51135ee7da0f19239eaf7b07ffb87034",
  2702. "reference": "0570b9ca51135ee7da0f19239eaf7b07ffb87034",
  2703. "shasum": ""
  2704. },
  2705. "require": {
  2706. "php": ">=5.3.9"
  2707. },
  2708. "type": "library",
  2709. "extra": {
  2710. "branch-alias": {
  2711. "dev-master": "2.7-dev"
  2712. }
  2713. },
  2714. "autoload": {
  2715. "psr-4": {
  2716. "Symfony\\Component\\Process\\": ""
  2717. },
  2718. "exclude-from-classmap": [
  2719. "/Tests/"
  2720. ]
  2721. },
  2722. "notification-url": "https://packagist.org/downloads/",
  2723. "license": [
  2724. "MIT"
  2725. ],
  2726. "authors": [
  2727. {
  2728. "name": "Fabien Potencier",
  2729. "email": "fabien@symfony.com"
  2730. },
  2731. {
  2732. "name": "Symfony Community",
  2733. "homepage": "https://symfony.com/contributors"
  2734. }
  2735. ],
  2736. "description": "Symfony Process Component",
  2737. "homepage": "https://symfony.com",
  2738. "time": "2016-01-06T09:57:37+00:00"
  2739. },
  2740. {
  2741. "name": "symfony/security-core",
  2742. "version": "v2.7.9",
  2743. "source": {
  2744. "type": "git",
  2745. "url": "https://github.com/symfony/security-core.git",
  2746. "reference": "2d9171c507de3987d3b7ec59d0c8eb90b2150e46"
  2747. },
  2748. "dist": {
  2749. "type": "zip",
  2750. "url": "https://api.github.com/repos/symfony/security-core/zipball/2d9171c507de3987d3b7ec59d0c8eb90b2150e46",
  2751. "reference": "2d9171c507de3987d3b7ec59d0c8eb90b2150e46",
  2752. "shasum": ""
  2753. },
  2754. "require": {
  2755. "paragonie/random_compat": "~1.0",
  2756. "php": ">=5.3.9"
  2757. },
  2758. "require-dev": {
  2759. "ircmaxell/password-compat": "1.0.*",
  2760. "psr/log": "~1.0",
  2761. "symfony/event-dispatcher": "~2.1",
  2762. "symfony/expression-language": "~2.6",
  2763. "symfony/http-foundation": "~2.4",
  2764. "symfony/validator": "~2.5,>=2.5.9"
  2765. },
  2766. "suggest": {
  2767. "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
  2768. "symfony/event-dispatcher": "",
  2769. "symfony/expression-language": "For using the expression voter",
  2770. "symfony/http-foundation": "",
  2771. "symfony/validator": "For using the user password constraint"
  2772. },
  2773. "type": "library",
  2774. "extra": {
  2775. "branch-alias": {
  2776. "dev-master": "2.7-dev"
  2777. }
  2778. },
  2779. "autoload": {
  2780. "psr-4": {
  2781. "Symfony\\Component\\Security\\Core\\": ""
  2782. },
  2783. "exclude-from-classmap": [
  2784. "/Tests/"
  2785. ]
  2786. },
  2787. "notification-url": "https://packagist.org/downloads/",
  2788. "license": [
  2789. "MIT"
  2790. ],
  2791. "authors": [
  2792. {
  2793. "name": "Fabien Potencier",
  2794. "email": "fabien@symfony.com"
  2795. },
  2796. {
  2797. "name": "Symfony Community",
  2798. "homepage": "https://symfony.com/contributors"
  2799. }
  2800. ],
  2801. "description": "Symfony Security Component - Core Library",
  2802. "homepage": "https://symfony.com",
  2803. "time": "2016-01-14T09:08:21+00:00"
  2804. },
  2805. {
  2806. "name": "symfony/translation",
  2807. "version": "v2.7.9",
  2808. "source": {
  2809. "type": "git",
  2810. "url": "https://github.com/symfony/translation.git",
  2811. "reference": "8cbab8445ad4269427077ba02fff8718cb397e22"
  2812. },
  2813. "dist": {
  2814. "type": "zip",
  2815. "url": "https://api.github.com/repos/symfony/translation/zipball/8cbab8445ad4269427077ba02fff8718cb397e22",
  2816. "reference": "8cbab8445ad4269427077ba02fff8718cb397e22",
  2817. "shasum": ""
  2818. },
  2819. "require": {
  2820. "php": ">=5.3.9"
  2821. },
  2822. "conflict": {
  2823. "symfony/config": "<2.7"
  2824. },
  2825. "require-dev": {
  2826. "psr/log": "~1.0",
  2827. "symfony/config": "~2.7",
  2828. "symfony/intl": "~2.4",
  2829. "symfony/yaml": "~2.2"
  2830. },
  2831. "suggest": {
  2832. "psr/log": "To use logging capability in translator",
  2833. "symfony/config": "",
  2834. "symfony/yaml": ""
  2835. },
  2836. "type": "library",
  2837. "extra": {
  2838. "branch-alias": {
  2839. "dev-master": "2.7-dev"
  2840. }
  2841. },
  2842. "autoload": {
  2843. "psr-4": {
  2844. "Symfony\\Component\\Translation\\": ""
  2845. },
  2846. "exclude-from-classmap": [
  2847. "/Tests/"
  2848. ]
  2849. },
  2850. "notification-url": "https://packagist.org/downloads/",
  2851. "license": [
  2852. "MIT"
  2853. ],
  2854. "authors": [
  2855. {
  2856. "name": "Fabien Potencier",
  2857. "email": "fabien@symfony.com"
  2858. },
  2859. {
  2860. "name": "Symfony Community",
  2861. "homepage": "https://symfony.com/contributors"
  2862. }
  2863. ],
  2864. "description": "Symfony Translation Component",
  2865. "homepage": "https://symfony.com",
  2866. "time": "2016-01-03T15:32:00+00:00"
  2867. },
  2868. {
  2869. "name": "symfony/var-dumper",
  2870. "version": "v2.7.9",
  2871. "source": {
  2872. "type": "git",
  2873. "url": "https://github.com/symfony/var-dumper.git",
  2874. "reference": "ad39199e91f2f845a0181b14d459fda13a622138"
  2875. },
  2876. "dist": {
  2877. "type": "zip",
  2878. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ad39199e91f2f845a0181b14d459fda13a622138",
  2879. "reference": "ad39199e91f2f845a0181b14d459fda13a622138",
  2880. "shasum": ""
  2881. },
  2882. "require": {
  2883. "php": ">=5.3.9"
  2884. },
  2885. "suggest": {
  2886. "ext-symfony_debug": ""
  2887. },
  2888. "type": "library",
  2889. "extra": {
  2890. "branch-alias": {
  2891. "dev-master": "2.7-dev"
  2892. }
  2893. },
  2894. "autoload": {
  2895. "files": [
  2896. "Resources/functions/dump.php"
  2897. ],
  2898. "psr-4": {
  2899. "Symfony\\Component\\VarDumper\\": ""
  2900. },
  2901. "exclude-from-classmap": [
  2902. "/Tests/"
  2903. ]
  2904. },
  2905. "notification-url": "https://packagist.org/downloads/",
  2906. "license": [
  2907. "MIT"
  2908. ],
  2909. "authors": [
  2910. {
  2911. "name": "Nicolas Grekas",
  2912. "email": "p@tchwork.com"
  2913. },
  2914. {
  2915. "name": "Symfony Community",
  2916. "homepage": "https://symfony.com/contributors"
  2917. }
  2918. ],
  2919. "description": "Symfony mechanism for exploring and dumping PHP variables",
  2920. "homepage": "https://symfony.com",
  2921. "keywords": [
  2922. "debug",
  2923. "dump"
  2924. ],
  2925. "time": "2016-01-07T11:12:32+00:00"
  2926. },
  2927. {
  2928. "name": "vlucas/phpdotenv",
  2929. "version": "v1.1.1",
  2930. "source": {
  2931. "type": "git",
  2932. "url": "https://github.com/vlucas/phpdotenv.git",
  2933. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
  2934. },
  2935. "dist": {
  2936. "type": "zip",
  2937. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  2938. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  2939. "shasum": ""
  2940. },
  2941. "require": {
  2942. "php": ">=5.3.2"
  2943. },
  2944. "require-dev": {
  2945. "phpunit/phpunit": "~4.0"
  2946. },
  2947. "type": "library",
  2948. "autoload": {
  2949. "psr-0": {
  2950. "Dotenv": "src/"
  2951. }
  2952. },
  2953. "notification-url": "https://packagist.org/downloads/",
  2954. "license": [
  2955. "BSD"
  2956. ],
  2957. "authors": [
  2958. {
  2959. "name": "Vance Lucas",
  2960. "email": "vance@vancelucas.com",
  2961. "homepage": "http://www.vancelucas.com"
  2962. }
  2963. ],
  2964. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2965. "homepage": "http://github.com/vlucas/phpdotenv",
  2966. "keywords": [
  2967. "dotenv",
  2968. "env",
  2969. "environment"
  2970. ],
  2971. "time": "2015-05-30T15:59:26+00:00"
  2972. }
  2973. ],
  2974. "packages-dev": [
  2975. {
  2976. "name": "doctrine/instantiator",
  2977. "version": "1.0.5",
  2978. "source": {
  2979. "type": "git",
  2980. "url": "https://github.com/doctrine/instantiator.git",
  2981. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  2982. },
  2983. "dist": {
  2984. "type": "zip",
  2985. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  2986. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  2987. "shasum": ""
  2988. },
  2989. "require": {
  2990. "php": ">=5.3,<8.0-DEV"
  2991. },
  2992. "require-dev": {
  2993. "athletic/athletic": "~0.1.8",
  2994. "ext-pdo": "*",
  2995. "ext-phar": "*",
  2996. "phpunit/phpunit": "~4.0",
  2997. "squizlabs/php_codesniffer": "~2.0"
  2998. },
  2999. "type": "library",
  3000. "extra": {
  3001. "branch-alias": {
  3002. "dev-master": "1.0.x-dev"
  3003. }
  3004. },
  3005. "autoload": {
  3006. "psr-4": {
  3007. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3008. }
  3009. },
  3010. "notification-url": "https://packagist.org/downloads/",
  3011. "license": [
  3012. "MIT"
  3013. ],
  3014. "authors": [
  3015. {
  3016. "name": "Marco Pivetta",
  3017. "email": "ocramius@gmail.com",
  3018. "homepage": "http://ocramius.github.com/"
  3019. }
  3020. ],
  3021. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3022. "homepage": "https://github.com/doctrine/instantiator",
  3023. "keywords": [
  3024. "constructor",
  3025. "instantiate"
  3026. ],
  3027. "time": "2015-06-14T21:17:01+00:00"
  3028. },
  3029. {
  3030. "name": "fzaninotto/faker",
  3031. "version": "v1.5.0",
  3032. "source": {
  3033. "type": "git",
  3034. "url": "https://github.com/fzaninotto/Faker.git",
  3035. "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
  3036. },
  3037. "dist": {
  3038. "type": "zip",
  3039. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
  3040. "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
  3041. "shasum": ""
  3042. },
  3043. "require": {
  3044. "php": ">=5.3.3"
  3045. },
  3046. "require-dev": {
  3047. "phpunit/phpunit": "~4.0",
  3048. "squizlabs/php_codesniffer": "~1.5"
  3049. },
  3050. "suggest": {
  3051. "ext-intl": "*"
  3052. },
  3053. "type": "library",
  3054. "extra": {
  3055. "branch-alias": {
  3056. "dev-master": "1.5.x-dev"
  3057. }
  3058. },
  3059. "autoload": {
  3060. "psr-4": {
  3061. "Faker\\": "src/Faker/"
  3062. }
  3063. },
  3064. "notification-url": "https://packagist.org/downloads/",
  3065. "license": [
  3066. "MIT"
  3067. ],
  3068. "authors": [
  3069. {
  3070. "name": "François Zaninotto"
  3071. }
  3072. ],
  3073. "description": "Faker is a PHP library that generates fake data for you.",
  3074. "keywords": [
  3075. "data",
  3076. "faker",
  3077. "fixtures"
  3078. ],
  3079. "time": "2015-05-29T06:29:14+00:00"
  3080. },
  3081. {
  3082. "name": "phpdocumentor/reflection-docblock",
  3083. "version": "2.0.4",
  3084. "source": {
  3085. "type": "git",
  3086. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3087. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  3088. },
  3089. "dist": {
  3090. "type": "zip",
  3091. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  3092. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  3093. "shasum": ""
  3094. },
  3095. "require": {
  3096. "php": ">=5.3.3"
  3097. },
  3098. "require-dev": {
  3099. "phpunit/phpunit": "~4.0"
  3100. },
  3101. "suggest": {
  3102. "dflydev/markdown": "~1.0",
  3103. "erusev/parsedown": "~1.0"
  3104. },
  3105. "type": "library",
  3106. "extra": {
  3107. "branch-alias": {
  3108. "dev-master": "2.0.x-dev"
  3109. }
  3110. },
  3111. "autoload": {
  3112. "psr-0": {
  3113. "phpDocumentor": [
  3114. "src/"
  3115. ]
  3116. }
  3117. },
  3118. "notification-url": "https://packagist.org/downloads/",
  3119. "license": [
  3120. "MIT"
  3121. ],
  3122. "authors": [
  3123. {
  3124. "name": "Mike van Riel",
  3125. "email": "mike.vanriel@naenius.com"
  3126. }
  3127. ],
  3128. "time": "2015-02-03T12:10:50+00:00"
  3129. },
  3130. {
  3131. "name": "phpspec/prophecy",
  3132. "version": "v1.5.0",
  3133. "source": {
  3134. "type": "git",
  3135. "url": "https://github.com/phpspec/prophecy.git",
  3136. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  3137. },
  3138. "dist": {
  3139. "type": "zip",
  3140. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  3141. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  3142. "shasum": ""
  3143. },
  3144. "require": {
  3145. "doctrine/instantiator": "^1.0.2",
  3146. "phpdocumentor/reflection-docblock": "~2.0",
  3147. "sebastian/comparator": "~1.1"
  3148. },
  3149. "require-dev": {
  3150. "phpspec/phpspec": "~2.0"
  3151. },
  3152. "type": "library",
  3153. "extra": {
  3154. "branch-alias": {
  3155. "dev-master": "1.4.x-dev"
  3156. }
  3157. },
  3158. "autoload": {
  3159. "psr-0": {
  3160. "Prophecy\\": "src/"
  3161. }
  3162. },
  3163. "notification-url": "https://packagist.org/downloads/",
  3164. "license": [
  3165. "MIT"
  3166. ],
  3167. "authors": [
  3168. {
  3169. "name": "Konstantin Kudryashov",
  3170. "email": "ever.zet@gmail.com",
  3171. "homepage": "http://everzet.com"
  3172. },
  3173. {
  3174. "name": "Marcello Duarte",
  3175. "email": "marcello.duarte@gmail.com"
  3176. }
  3177. ],
  3178. "description": "Highly opinionated mocking framework for PHP 5.3+",
  3179. "homepage": "https://github.com/phpspec/prophecy",
  3180. "keywords": [
  3181. "Double",
  3182. "Dummy",
  3183. "fake",
  3184. "mock",
  3185. "spy",
  3186. "stub"
  3187. ],
  3188. "time": "2015-08-13T10:07:40+00:00"
  3189. },
  3190. {
  3191. "name": "phpunit/php-code-coverage",
  3192. "version": "2.2.4",
  3193. "source": {
  3194. "type": "git",
  3195. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3196. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  3197. },
  3198. "dist": {
  3199. "type": "zip",
  3200. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  3201. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  3202. "shasum": ""
  3203. },
  3204. "require": {
  3205. "php": ">=5.3.3",
  3206. "phpunit/php-file-iterator": "~1.3",
  3207. "phpunit/php-text-template": "~1.2",
  3208. "phpunit/php-token-stream": "~1.3",
  3209. "sebastian/environment": "^1.3.2",
  3210. "sebastian/version": "~1.0"
  3211. },
  3212. "require-dev": {
  3213. "ext-xdebug": ">=2.1.4",
  3214. "phpunit/phpunit": "~4"
  3215. },
  3216. "suggest": {
  3217. "ext-dom": "*",
  3218. "ext-xdebug": ">=2.2.1",
  3219. "ext-xmlwriter": "*"
  3220. },
  3221. "type": "library",
  3222. "extra": {
  3223. "branch-alias": {
  3224. "dev-master": "2.2.x-dev"
  3225. }
  3226. },
  3227. "autoload": {
  3228. "classmap": [
  3229. "src/"
  3230. ]
  3231. },
  3232. "notification-url": "https://packagist.org/downloads/",
  3233. "license": [
  3234. "BSD-3-Clause"
  3235. ],
  3236. "authors": [
  3237. {
  3238. "name": "Sebastian Bergmann",
  3239. "email": "sb@sebastian-bergmann.de",
  3240. "role": "lead"
  3241. }
  3242. ],
  3243. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  3244. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  3245. "keywords": [
  3246. "coverage",
  3247. "testing",
  3248. "xunit"
  3249. ],
  3250. "time": "2015-10-06T15:47:00+00:00"
  3251. },
  3252. {
  3253. "name": "phpunit/php-file-iterator",
  3254. "version": "1.4.1",
  3255. "source": {
  3256. "type": "git",
  3257. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3258. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  3259. },
  3260. "dist": {
  3261. "type": "zip",
  3262. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  3263. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  3264. "shasum": ""
  3265. },
  3266. "require": {
  3267. "php": ">=5.3.3"
  3268. },
  3269. "type": "library",
  3270. "extra": {
  3271. "branch-alias": {
  3272. "dev-master": "1.4.x-dev"
  3273. }
  3274. },
  3275. "autoload": {
  3276. "classmap": [
  3277. "src/"
  3278. ]
  3279. },
  3280. "notification-url": "https://packagist.org/downloads/",
  3281. "license": [
  3282. "BSD-3-Clause"
  3283. ],
  3284. "authors": [
  3285. {
  3286. "name": "Sebastian Bergmann",
  3287. "email": "sb@sebastian-bergmann.de",
  3288. "role": "lead"
  3289. }
  3290. ],
  3291. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3292. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3293. "keywords": [
  3294. "filesystem",
  3295. "iterator"
  3296. ],
  3297. "time": "2015-06-21T13:08:43+00:00"
  3298. },
  3299. {
  3300. "name": "phpunit/php-text-template",
  3301. "version": "1.2.1",
  3302. "source": {
  3303. "type": "git",
  3304. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3305. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  3306. },
  3307. "dist": {
  3308. "type": "zip",
  3309. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3310. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3311. "shasum": ""
  3312. },
  3313. "require": {
  3314. "php": ">=5.3.3"
  3315. },
  3316. "type": "library",
  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. "role": "lead"
  3331. }
  3332. ],
  3333. "description": "Simple template engine.",
  3334. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3335. "keywords": [
  3336. "template"
  3337. ],
  3338. "time": "2015-06-21T13:50:34+00:00"
  3339. },
  3340. {
  3341. "name": "phpunit/php-timer",
  3342. "version": "1.0.7",
  3343. "source": {
  3344. "type": "git",
  3345. "url": "https://github.com/sebastianbergmann/php-timer.git",
  3346. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  3347. },
  3348. "dist": {
  3349. "type": "zip",
  3350. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  3351. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  3352. "shasum": ""
  3353. },
  3354. "require": {
  3355. "php": ">=5.3.3"
  3356. },
  3357. "type": "library",
  3358. "autoload": {
  3359. "classmap": [
  3360. "src/"
  3361. ]
  3362. },
  3363. "notification-url": "https://packagist.org/downloads/",
  3364. "license": [
  3365. "BSD-3-Clause"
  3366. ],
  3367. "authors": [
  3368. {
  3369. "name": "Sebastian Bergmann",
  3370. "email": "sb@sebastian-bergmann.de",
  3371. "role": "lead"
  3372. }
  3373. ],
  3374. "description": "Utility class for timing",
  3375. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3376. "keywords": [
  3377. "timer"
  3378. ],
  3379. "time": "2015-06-21T08:01:12+00:00"
  3380. },
  3381. {
  3382. "name": "phpunit/php-token-stream",
  3383. "version": "1.4.8",
  3384. "source": {
  3385. "type": "git",
  3386. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  3387. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  3388. },
  3389. "dist": {
  3390. "type": "zip",
  3391. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  3392. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  3393. "shasum": ""
  3394. },
  3395. "require": {
  3396. "ext-tokenizer": "*",
  3397. "php": ">=5.3.3"
  3398. },
  3399. "require-dev": {
  3400. "phpunit/phpunit": "~4.2"
  3401. },
  3402. "type": "library",
  3403. "extra": {
  3404. "branch-alias": {
  3405. "dev-master": "1.4-dev"
  3406. }
  3407. },
  3408. "autoload": {
  3409. "classmap": [
  3410. "src/"
  3411. ]
  3412. },
  3413. "notification-url": "https://packagist.org/downloads/",
  3414. "license": [
  3415. "BSD-3-Clause"
  3416. ],
  3417. "authors": [
  3418. {
  3419. "name": "Sebastian Bergmann",
  3420. "email": "sebastian@phpunit.de"
  3421. }
  3422. ],
  3423. "description": "Wrapper around PHP's tokenizer extension.",
  3424. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  3425. "keywords": [
  3426. "tokenizer"
  3427. ],
  3428. "time": "2015-09-15T10:49:45+00:00"
  3429. },
  3430. {
  3431. "name": "phpunit/phpunit",
  3432. "version": "4.8.21",
  3433. "source": {
  3434. "type": "git",
  3435. "url": "https://github.com/sebastianbergmann/phpunit.git",
  3436. "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
  3437. },
  3438. "dist": {
  3439. "type": "zip",
  3440. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
  3441. "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
  3442. "shasum": ""
  3443. },
  3444. "require": {
  3445. "ext-dom": "*",
  3446. "ext-json": "*",
  3447. "ext-pcre": "*",
  3448. "ext-reflection": "*",
  3449. "ext-spl": "*",
  3450. "php": ">=5.3.3",
  3451. "phpspec/prophecy": "^1.3.1",
  3452. "phpunit/php-code-coverage": "~2.1",
  3453. "phpunit/php-file-iterator": "~1.4",
  3454. "phpunit/php-text-template": "~1.2",
  3455. "phpunit/php-timer": ">=1.0.6",
  3456. "phpunit/phpunit-mock-objects": "~2.3",
  3457. "sebastian/comparator": "~1.1",
  3458. "sebastian/diff": "~1.2",
  3459. "sebastian/environment": "~1.3",
  3460. "sebastian/exporter": "~1.2",
  3461. "sebastian/global-state": "~1.0",
  3462. "sebastian/version": "~1.0",
  3463. "symfony/yaml": "~2.1|~3.0"
  3464. },
  3465. "suggest": {
  3466. "phpunit/php-invoker": "~1.1"
  3467. },
  3468. "bin": [
  3469. "phpunit"
  3470. ],
  3471. "type": "library",
  3472. "extra": {
  3473. "branch-alias": {
  3474. "dev-master": "4.8.x-dev"
  3475. }
  3476. },
  3477. "autoload": {
  3478. "classmap": [
  3479. "src/"
  3480. ]
  3481. },
  3482. "notification-url": "https://packagist.org/downloads/",
  3483. "license": [
  3484. "BSD-3-Clause"
  3485. ],
  3486. "authors": [
  3487. {
  3488. "name": "Sebastian Bergmann",
  3489. "email": "sebastian@phpunit.de",
  3490. "role": "lead"
  3491. }
  3492. ],
  3493. "description": "The PHP Unit Testing framework.",
  3494. "homepage": "https://phpunit.de/",
  3495. "keywords": [
  3496. "phpunit",
  3497. "testing",
  3498. "xunit"
  3499. ],
  3500. "time": "2015-12-12T07:45:58+00:00"
  3501. },
  3502. {
  3503. "name": "phpunit/phpunit-mock-objects",
  3504. "version": "2.3.8",
  3505. "source": {
  3506. "type": "git",
  3507. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3508. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  3509. },
  3510. "dist": {
  3511. "type": "zip",
  3512. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  3513. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  3514. "shasum": ""
  3515. },
  3516. "require": {
  3517. "doctrine/instantiator": "^1.0.2",
  3518. "php": ">=5.3.3",
  3519. "phpunit/php-text-template": "~1.2",
  3520. "sebastian/exporter": "~1.2"
  3521. },
  3522. "require-dev": {
  3523. "phpunit/phpunit": "~4.4"
  3524. },
  3525. "suggest": {
  3526. "ext-soap": "*"
  3527. },
  3528. "type": "library",
  3529. "extra": {
  3530. "branch-alias": {
  3531. "dev-master": "2.3.x-dev"
  3532. }
  3533. },
  3534. "autoload": {
  3535. "classmap": [
  3536. "src/"
  3537. ]
  3538. },
  3539. "notification-url": "https://packagist.org/downloads/",
  3540. "license": [
  3541. "BSD-3-Clause"
  3542. ],
  3543. "authors": [
  3544. {
  3545. "name": "Sebastian Bergmann",
  3546. "email": "sb@sebastian-bergmann.de",
  3547. "role": "lead"
  3548. }
  3549. ],
  3550. "description": "Mock Object library for PHPUnit",
  3551. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3552. "keywords": [
  3553. "mock",
  3554. "xunit"
  3555. ],
  3556. "time": "2015-10-02T06:51:40+00:00"
  3557. },
  3558. {
  3559. "name": "sebastian/comparator",
  3560. "version": "1.2.0",
  3561. "source": {
  3562. "type": "git",
  3563. "url": "https://github.com/sebastianbergmann/comparator.git",
  3564. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  3565. },
  3566. "dist": {
  3567. "type": "zip",
  3568. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  3569. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  3570. "shasum": ""
  3571. },
  3572. "require": {
  3573. "php": ">=5.3.3",
  3574. "sebastian/diff": "~1.2",
  3575. "sebastian/exporter": "~1.2"
  3576. },
  3577. "require-dev": {
  3578. "phpunit/phpunit": "~4.4"
  3579. },
  3580. "type": "library",
  3581. "extra": {
  3582. "branch-alias": {
  3583. "dev-master": "1.2.x-dev"
  3584. }
  3585. },
  3586. "autoload": {
  3587. "classmap": [
  3588. "src/"
  3589. ]
  3590. },
  3591. "notification-url": "https://packagist.org/downloads/",
  3592. "license": [
  3593. "BSD-3-Clause"
  3594. ],
  3595. "authors": [
  3596. {
  3597. "name": "Jeff Welch",
  3598. "email": "whatthejeff@gmail.com"
  3599. },
  3600. {
  3601. "name": "Volker Dusch",
  3602. "email": "github@wallbash.com"
  3603. },
  3604. {
  3605. "name": "Bernhard Schussek",
  3606. "email": "bschussek@2bepublished.at"
  3607. },
  3608. {
  3609. "name": "Sebastian Bergmann",
  3610. "email": "sebastian@phpunit.de"
  3611. }
  3612. ],
  3613. "description": "Provides the functionality to compare PHP values for equality",
  3614. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  3615. "keywords": [
  3616. "comparator",
  3617. "compare",
  3618. "equality"
  3619. ],
  3620. "time": "2015-07-26T15:48:44+00:00"
  3621. },
  3622. {
  3623. "name": "sebastian/diff",
  3624. "version": "1.4.1",
  3625. "source": {
  3626. "type": "git",
  3627. "url": "https://github.com/sebastianbergmann/diff.git",
  3628. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  3629. },
  3630. "dist": {
  3631. "type": "zip",
  3632. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  3633. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  3634. "shasum": ""
  3635. },
  3636. "require": {
  3637. "php": ">=5.3.3"
  3638. },
  3639. "require-dev": {
  3640. "phpunit/phpunit": "~4.8"
  3641. },
  3642. "type": "library",
  3643. "extra": {
  3644. "branch-alias": {
  3645. "dev-master": "1.4-dev"
  3646. }
  3647. },
  3648. "autoload": {
  3649. "classmap": [
  3650. "src/"
  3651. ]
  3652. },
  3653. "notification-url": "https://packagist.org/downloads/",
  3654. "license": [
  3655. "BSD-3-Clause"
  3656. ],
  3657. "authors": [
  3658. {
  3659. "name": "Kore Nordmann",
  3660. "email": "mail@kore-nordmann.de"
  3661. },
  3662. {
  3663. "name": "Sebastian Bergmann",
  3664. "email": "sebastian@phpunit.de"
  3665. }
  3666. ],
  3667. "description": "Diff implementation",
  3668. "homepage": "https://github.com/sebastianbergmann/diff",
  3669. "keywords": [
  3670. "diff"
  3671. ],
  3672. "time": "2015-12-08T07:14:41+00:00"
  3673. },
  3674. {
  3675. "name": "sebastian/environment",
  3676. "version": "1.3.3",
  3677. "source": {
  3678. "type": "git",
  3679. "url": "https://github.com/sebastianbergmann/environment.git",
  3680. "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  3681. },
  3682. "dist": {
  3683. "type": "zip",
  3684. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  3685. "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  3686. "shasum": ""
  3687. },
  3688. "require": {
  3689. "php": ">=5.3.3"
  3690. },
  3691. "require-dev": {
  3692. "phpunit/phpunit": "~4.4"
  3693. },
  3694. "type": "library",
  3695. "extra": {
  3696. "branch-alias": {
  3697. "dev-master": "1.3.x-dev"
  3698. }
  3699. },
  3700. "autoload": {
  3701. "classmap": [
  3702. "src/"
  3703. ]
  3704. },
  3705. "notification-url": "https://packagist.org/downloads/",
  3706. "license": [
  3707. "BSD-3-Clause"
  3708. ],
  3709. "authors": [
  3710. {
  3711. "name": "Sebastian Bergmann",
  3712. "email": "sebastian@phpunit.de"
  3713. }
  3714. ],
  3715. "description": "Provides functionality to handle HHVM/PHP environments",
  3716. "homepage": "http://www.github.com/sebastianbergmann/environment",
  3717. "keywords": [
  3718. "Xdebug",
  3719. "environment",
  3720. "hhvm"
  3721. ],
  3722. "time": "2015-12-02T08:37:27+00:00"
  3723. },
  3724. {
  3725. "name": "sebastian/exporter",
  3726. "version": "1.2.1",
  3727. "source": {
  3728. "type": "git",
  3729. "url": "https://github.com/sebastianbergmann/exporter.git",
  3730. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  3731. },
  3732. "dist": {
  3733. "type": "zip",
  3734. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  3735. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  3736. "shasum": ""
  3737. },
  3738. "require": {
  3739. "php": ">=5.3.3",
  3740. "sebastian/recursion-context": "~1.0"
  3741. },
  3742. "require-dev": {
  3743. "phpunit/phpunit": "~4.4"
  3744. },
  3745. "type": "library",
  3746. "extra": {
  3747. "branch-alias": {
  3748. "dev-master": "1.2.x-dev"
  3749. }
  3750. },
  3751. "autoload": {
  3752. "classmap": [
  3753. "src/"
  3754. ]
  3755. },
  3756. "notification-url": "https://packagist.org/downloads/",
  3757. "license": [
  3758. "BSD-3-Clause"
  3759. ],
  3760. "authors": [
  3761. {
  3762. "name": "Jeff Welch",
  3763. "email": "whatthejeff@gmail.com"
  3764. },
  3765. {
  3766. "name": "Volker Dusch",
  3767. "email": "github@wallbash.com"
  3768. },
  3769. {
  3770. "name": "Bernhard Schussek",
  3771. "email": "bschussek@2bepublished.at"
  3772. },
  3773. {
  3774. "name": "Sebastian Bergmann",
  3775. "email": "sebastian@phpunit.de"
  3776. },
  3777. {
  3778. "name": "Adam Harvey",
  3779. "email": "aharvey@php.net"
  3780. }
  3781. ],
  3782. "description": "Provides the functionality to export PHP variables for visualization",
  3783. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3784. "keywords": [
  3785. "export",
  3786. "exporter"
  3787. ],
  3788. "time": "2015-06-21T07:55:53+00:00"
  3789. },
  3790. {
  3791. "name": "sebastian/global-state",
  3792. "version": "1.1.1",
  3793. "source": {
  3794. "type": "git",
  3795. "url": "https://github.com/sebastianbergmann/global-state.git",
  3796. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  3797. },
  3798. "dist": {
  3799. "type": "zip",
  3800. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3801. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3802. "shasum": ""
  3803. },
  3804. "require": {
  3805. "php": ">=5.3.3"
  3806. },
  3807. "require-dev": {
  3808. "phpunit/phpunit": "~4.2"
  3809. },
  3810. "suggest": {
  3811. "ext-uopz": "*"
  3812. },
  3813. "type": "library",
  3814. "extra": {
  3815. "branch-alias": {
  3816. "dev-master": "1.0-dev"
  3817. }
  3818. },
  3819. "autoload": {
  3820. "classmap": [
  3821. "src/"
  3822. ]
  3823. },
  3824. "notification-url": "https://packagist.org/downloads/",
  3825. "license": [
  3826. "BSD-3-Clause"
  3827. ],
  3828. "authors": [
  3829. {
  3830. "name": "Sebastian Bergmann",
  3831. "email": "sebastian@phpunit.de"
  3832. }
  3833. ],
  3834. "description": "Snapshotting of global state",
  3835. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3836. "keywords": [
  3837. "global state"
  3838. ],
  3839. "time": "2015-10-12T03:26:01+00:00"
  3840. },
  3841. {
  3842. "name": "sebastian/recursion-context",
  3843. "version": "1.0.2",
  3844. "source": {
  3845. "type": "git",
  3846. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3847. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  3848. },
  3849. "dist": {
  3850. "type": "zip",
  3851. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  3852. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  3853. "shasum": ""
  3854. },
  3855. "require": {
  3856. "php": ">=5.3.3"
  3857. },
  3858. "require-dev": {
  3859. "phpunit/phpunit": "~4.4"
  3860. },
  3861. "type": "library",
  3862. "extra": {
  3863. "branch-alias": {
  3864. "dev-master": "1.0.x-dev"
  3865. }
  3866. },
  3867. "autoload": {
  3868. "classmap": [
  3869. "src/"
  3870. ]
  3871. },
  3872. "notification-url": "https://packagist.org/downloads/",
  3873. "license": [
  3874. "BSD-3-Clause"
  3875. ],
  3876. "authors": [
  3877. {
  3878. "name": "Jeff Welch",
  3879. "email": "whatthejeff@gmail.com"
  3880. },
  3881. {
  3882. "name": "Sebastian Bergmann",
  3883. "email": "sebastian@phpunit.de"
  3884. },
  3885. {
  3886. "name": "Adam Harvey",
  3887. "email": "aharvey@php.net"
  3888. }
  3889. ],
  3890. "description": "Provides functionality to recursively process PHP variables",
  3891. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3892. "time": "2015-11-11T19:50:13+00:00"
  3893. },
  3894. {
  3895. "name": "sebastian/version",
  3896. "version": "1.0.6",
  3897. "source": {
  3898. "type": "git",
  3899. "url": "https://github.com/sebastianbergmann/version.git",
  3900. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  3901. },
  3902. "dist": {
  3903. "type": "zip",
  3904. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3905. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3906. "shasum": ""
  3907. },
  3908. "type": "library",
  3909. "autoload": {
  3910. "classmap": [
  3911. "src/"
  3912. ]
  3913. },
  3914. "notification-url": "https://packagist.org/downloads/",
  3915. "license": [
  3916. "BSD-3-Clause"
  3917. ],
  3918. "authors": [
  3919. {
  3920. "name": "Sebastian Bergmann",
  3921. "email": "sebastian@phpunit.de",
  3922. "role": "lead"
  3923. }
  3924. ],
  3925. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3926. "homepage": "https://github.com/sebastianbergmann/version",
  3927. "time": "2015-06-21T13:59:46+00:00"
  3928. },
  3929. {
  3930. "name": "symfony/yaml",
  3931. "version": "v3.0.1",
  3932. "source": {
  3933. "type": "git",
  3934. "url": "https://github.com/symfony/yaml.git",
  3935. "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691"
  3936. },
  3937. "dist": {
  3938. "type": "zip",
  3939. "url": "https://api.github.com/repos/symfony/yaml/zipball/3df409958a646dad2bc5046c3fb671ee24a1a691",
  3940. "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691",
  3941. "shasum": ""
  3942. },
  3943. "require": {
  3944. "php": ">=5.5.9"
  3945. },
  3946. "type": "library",
  3947. "extra": {
  3948. "branch-alias": {
  3949. "dev-master": "3.0-dev"
  3950. }
  3951. },
  3952. "autoload": {
  3953. "psr-4": {
  3954. "Symfony\\Component\\Yaml\\": ""
  3955. },
  3956. "exclude-from-classmap": [
  3957. "/Tests/"
  3958. ]
  3959. },
  3960. "notification-url": "https://packagist.org/downloads/",
  3961. "license": [
  3962. "MIT"
  3963. ],
  3964. "authors": [
  3965. {
  3966. "name": "Fabien Potencier",
  3967. "email": "fabien@symfony.com"
  3968. },
  3969. {
  3970. "name": "Symfony Community",
  3971. "homepage": "https://symfony.com/contributors"
  3972. }
  3973. ],
  3974. "description": "Symfony Yaml Component",
  3975. "homepage": "https://symfony.com",
  3976. "time": "2015-12-26T13:39:53+00:00"
  3977. }
  3978. ],
  3979. "aliases": [],
  3980. "minimum-stability": "stable",
  3981. "stability-flags": [],
  3982. "prefer-stable": false,
  3983. "prefer-lowest": false,
  3984. "platform": {
  3985. "php": ">=5.5.9"
  3986. },
  3987. "platform-dev": []
  3988. }