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.

3473 lines
120 KiB

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