composer.lock 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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": "4be041a18ceecd457334d84c48f6144d",
  8. "content-hash": "4a1a3f13595d1fd90727fa387299feac",
  9. "packages": [],
  10. "packages-dev": [
  11. {
  12. "name": "fzaninotto/faker",
  13. "version": "v1.6.0",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/fzaninotto/Faker.git",
  17. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  22. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "php": "^5.3.3|^7.0"
  27. },
  28. "require-dev": {
  29. "ext-intl": "*",
  30. "phpunit/phpunit": "~4.0",
  31. "squizlabs/php_codesniffer": "~1.5"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": []
  36. },
  37. "autoload": {
  38. "psr-4": {
  39. "Faker\\": "src/Faker/"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "François Zaninotto"
  49. }
  50. ],
  51. "description": "Faker is a PHP library that generates fake data for you.",
  52. "keywords": [
  53. "data",
  54. "faker",
  55. "fixtures"
  56. ],
  57. "time": "2016-04-29 12:21:54"
  58. }
  59. ],
  60. "aliases": [],
  61. "minimum-stability": "stable",
  62. "stability-flags": [],
  63. "prefer-stable": false,
  64. "prefer-lowest": false,
  65. "platform": [],
  66. "platform-dev": []
  67. }