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.

37 lines
678 B

3 years ago
  1. {
  2. "name": "hamcrest/hamcrest-php",
  3. "type": "library",
  4. "description": "This is the PHP port of Hamcrest Matchers",
  5. "keywords": ["test"],
  6. "license": "BSD-3-Clause",
  7. "authors": [
  8. ],
  9. "autoload": {
  10. "classmap": ["hamcrest"]
  11. },
  12. "autoload-dev": {
  13. "classmap": ["tests", "generator"]
  14. },
  15. "require": {
  16. "php": "^5.3|^7.0|^8.0"
  17. },
  18. "require-dev": {
  19. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  20. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  21. },
  22. "replace": {
  23. "kodova/hamcrest-php": "*",
  24. "davedevelopment/hamcrest-php": "*",
  25. "cordoval/hamcrest-php": "*"
  26. },
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "2.1-dev"
  30. }
  31. }
  32. }