geoip redirection for superforex.com.au
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.

32 line
764B

  1. {
  2. "name": "maxmind/web-service-common",
  3. "description": "Internal MaxMind Web Service API",
  4. "minimum-stability": "stable",
  5. "homepage": "https://github.com/maxmind/web-service-common-php",
  6. "type": "library",
  7. "license": "Apache-2.0",
  8. "authors": [
  9. {
  10. "name": "Gregory Oschwald",
  11. "email": "goschwald@maxmind.com"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.6",
  16. "composer/ca-bundle": "^1.0.3",
  17. "ext-curl": "*",
  18. "ext-json": "*"
  19. },
  20. "require-dev": {
  21. "friendsofphp/php-cs-fixer": "2.*",
  22. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0",
  23. "squizlabs/php_codesniffer": "3.*"
  24. },
  25. "autoload": {
  26. "psr-4": {
  27. "MaxMind\\Exception\\": "src/Exception",
  28. "MaxMind\\WebService\\": "src/WebService"
  29. }
  30. }
  31. }