composer.lock 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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": "2b7a5d38446cbc8d5d27c7192506b3bd",
  8. "content-hash": "6a872dd1556c4dbb351b2c49717ada75",
  9. "packages": [],
  10. "packages-dev": [
  11. {
  12. "name": "codeception/c3",
  13. "version": "dev-master",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/Codeception/c3.git",
  17. "reference": "0b67a51b109a0748aa76a7d71fe1b409903ecf54"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/Codeception/c3/zipball/0b67a51b109a0748aa76a7d71fe1b409903ecf54",
  22. "reference": "0b67a51b109a0748aa76a7d71fe1b409903ecf54",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "php": ">=5.4.0"
  27. },
  28. "type": "library",
  29. "autoload": {
  30. "psr-4": {
  31. "Codeception\\c3\\": "."
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Michael Bodnarchuk",
  41. "email": "davert.php@resend.cc",
  42. "homepage": "http://codegyre.com"
  43. }
  44. ],
  45. "description": "CodeCoverage collector for Codeception",
  46. "homepage": "http://codeception.com/",
  47. "keywords": [
  48. "code coverage",
  49. "codecoverage"
  50. ],
  51. "time": "2014-10-02 23:18:47"
  52. }
  53. ],
  54. "aliases": [],
  55. "minimum-stability": "stable",
  56. "stability-flags": {
  57. "codeception/c3": 20
  58. },
  59. "prefer-stable": false,
  60. "prefer-lowest": false,
  61. "platform": [],
  62. "platform-dev": []
  63. }