geoip redirection for superforex.com.au
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

44 líneas
1.3KB

  1. {
  2. "name": "maxmind-db/reader",
  3. "description": "MaxMind DB Reader API",
  4. "keywords": ["database", "geoip", "geoip2", "geolocation", "maxmind"],
  5. "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
  6. "type": "library",
  7. "license": "Apache-2.0",
  8. "authors": [
  9. {
  10. "name": "Gregory J. Oschwald",
  11. "email": "goschwald@maxmind.com",
  12. "homepage": "https://www.maxmind.com/"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.6"
  17. },
  18. "suggest": {
  19. "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  20. "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  21. "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
  22. },
  23. "conflict": {
  24. "ext-maxminddb": "<1.6.0,>=2.0.0"
  25. },
  26. "require-dev": {
  27. "friendsofphp/php-cs-fixer": "2.*",
  28. "phpunit/phpunit": "5.*",
  29. "php-coveralls/php-coveralls": "^2.1",
  30. "phpunit/phpcov": "^3.0",
  31. "squizlabs/php_codesniffer": "3.*"
  32. },
  33. "autoload": {
  34. "psr-4": {
  35. "MaxMind\\Db\\": "src/MaxMind/Db"
  36. }
  37. },
  38. "autoload-dev": {
  39. "psr-4": {
  40. "MaxMind\\Db\\Test\\Reader\\": "tests/MaxMind/Db/Test/Reader"
  41. }
  42. }
  43. }