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
836 B

3 years ago
  1. {
  2. "name": "sebastian/resource-operations",
  3. "description": "Provides a list of PHP built-in functions that operate on resources",
  4. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  5. "license": "BSD-3-Clause",
  6. "authors": [
  7. {
  8. "name": "Sebastian Bergmann",
  9. "email": "sebastian@phpunit.de"
  10. }
  11. ],
  12. "prefer-stable": true,
  13. "require": {
  14. "php": ">=7.3"
  15. },
  16. "require-dev": {
  17. "phpunit/phpunit": "^9.0"
  18. },
  19. "autoload": {
  20. "classmap": [
  21. "src/"
  22. ]
  23. },
  24. "config": {
  25. "platform": {
  26. "php": "7.3.0"
  27. },
  28. "optimize-autoloader": true,
  29. "sort-packages": true
  30. },
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "3.0-dev"
  34. }
  35. }
  36. }