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.

31 lines
661B

  1. {
  2. "name": "fzaninotto/faker",
  3. "type": "library",
  4. "description": "Faker is a PHP library that generates fake data for you.",
  5. "keywords": ["faker", "fixtures", "data"],
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "François Zaninotto"
  10. }
  11. ],
  12. "require": {
  13. "php": ">=5.3.3"
  14. },
  15. "require-dev": {
  16. "phpunit/phpunit": "~4.0",
  17. "squizlabs/php_codesniffer": "~1.5"
  18. },
  19. "autoload": {
  20. "psr-0": {
  21. "Faker": "src/",
  22. "Faker\\PHPUnit": "test/"
  23. }
  24. },
  25. "extra": {
  26. "branch-alias": {
  27. "dev-master": "1.4.0"
  28. }
  29. }
  30. }