geoip redirection for superforex.com.au
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

226 lines
7.2KB

  1. [
  2. {
  3. "name": "composer/ca-bundle",
  4. "version": "1.2.6",
  5. "version_normalized": "1.2.6.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/composer/ca-bundle.git",
  9. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
  14. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-openssl": "*",
  19. "ext-pcre": "*",
  20. "php": "^5.3.2 || ^7.0 || ^8.0"
  21. },
  22. "require-dev": {
  23. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  24. "psr/log": "^1.0",
  25. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  26. },
  27. "time": "2020-01-13T10:02:55+00:00",
  28. "type": "library",
  29. "extra": {
  30. "branch-alias": {
  31. "dev-master": "1.x-dev"
  32. }
  33. },
  34. "installation-source": "dist",
  35. "autoload": {
  36. "psr-4": {
  37. "Composer\\CaBundle\\": "src"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Jordi Boggiano",
  47. "email": "j.boggiano@seld.be",
  48. "homepage": "http://seld.be"
  49. }
  50. ],
  51. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  52. "keywords": [
  53. "cabundle",
  54. "cacert",
  55. "certificate",
  56. "ssl",
  57. "tls"
  58. ]
  59. },
  60. {
  61. "name": "geoip2/geoip2",
  62. "version": "v2.10.0",
  63. "version_normalized": "2.10.0.0",
  64. "source": {
  65. "type": "git",
  66. "url": "https://github.com/maxmind/GeoIP2-php.git",
  67. "reference": "419557cd21d9fe039721a83490701a58c8ce784a"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/419557cd21d9fe039721a83490701a58c8ce784a",
  72. "reference": "419557cd21d9fe039721a83490701a58c8ce784a",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "ext-json": "*",
  77. "maxmind-db/reader": "~1.5",
  78. "maxmind/web-service-common": "~0.6",
  79. "php": ">=5.6"
  80. },
  81. "require-dev": {
  82. "friendsofphp/php-cs-fixer": "2.*",
  83. "phpunit/phpunit": "5.*",
  84. "squizlabs/php_codesniffer": "3.*"
  85. },
  86. "time": "2019-12-12T18:48:39+00:00",
  87. "type": "library",
  88. "installation-source": "dist",
  89. "autoload": {
  90. "psr-4": {
  91. "GeoIp2\\": "src"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "Apache-2.0"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Gregory J. Oschwald",
  101. "email": "goschwald@maxmind.com",
  102. "homepage": "https://www.maxmind.com/"
  103. }
  104. ],
  105. "description": "MaxMind GeoIP2 PHP API",
  106. "homepage": "https://github.com/maxmind/GeoIP2-php",
  107. "keywords": [
  108. "IP",
  109. "geoip",
  110. "geoip2",
  111. "geolocation",
  112. "maxmind"
  113. ]
  114. },
  115. {
  116. "name": "maxmind-db/reader",
  117. "version": "v1.6.0",
  118. "version_normalized": "1.6.0.0",
  119. "source": {
  120. "type": "git",
  121. "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
  122. "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4"
  123. },
  124. "dist": {
  125. "type": "zip",
  126. "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/febd4920bf17c1da84cef58e56a8227dfb37fbe4",
  127. "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4",
  128. "shasum": ""
  129. },
  130. "require": {
  131. "php": ">=5.6"
  132. },
  133. "conflict": {
  134. "ext-maxminddb": "<1.6.0,>=2.0.0"
  135. },
  136. "require-dev": {
  137. "friendsofphp/php-cs-fixer": "2.*",
  138. "php-coveralls/php-coveralls": "^2.1",
  139. "phpunit/phpcov": "^3.0",
  140. "phpunit/phpunit": "5.*",
  141. "squizlabs/php_codesniffer": "3.*"
  142. },
  143. "suggest": {
  144. "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  145. "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  146. "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
  147. },
  148. "time": "2019-12-19T22:59:03+00:00",
  149. "type": "library",
  150. "installation-source": "dist",
  151. "autoload": {
  152. "psr-4": {
  153. "MaxMind\\Db\\": "src/MaxMind/Db"
  154. }
  155. },
  156. "notification-url": "https://packagist.org/downloads/",
  157. "license": [
  158. "Apache-2.0"
  159. ],
  160. "authors": [
  161. {
  162. "name": "Gregory J. Oschwald",
  163. "email": "goschwald@maxmind.com",
  164. "homepage": "https://www.maxmind.com/"
  165. }
  166. ],
  167. "description": "MaxMind DB Reader API",
  168. "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
  169. "keywords": [
  170. "database",
  171. "geoip",
  172. "geoip2",
  173. "geolocation",
  174. "maxmind"
  175. ]
  176. },
  177. {
  178. "name": "maxmind/web-service-common",
  179. "version": "v0.6.0",
  180. "version_normalized": "0.6.0.0",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/maxmind/web-service-common-php.git",
  184. "reference": "40c928bb0194c45088b369a17f9baef9c3fc7460"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/40c928bb0194c45088b369a17f9baef9c3fc7460",
  189. "reference": "40c928bb0194c45088b369a17f9baef9c3fc7460",
  190. "shasum": ""
  191. },
  192. "require": {
  193. "composer/ca-bundle": "^1.0.3",
  194. "ext-curl": "*",
  195. "ext-json": "*",
  196. "php": ">=5.6"
  197. },
  198. "require-dev": {
  199. "friendsofphp/php-cs-fixer": "2.*",
  200. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0",
  201. "squizlabs/php_codesniffer": "3.*"
  202. },
  203. "time": "2019-12-12T15:56:05+00:00",
  204. "type": "library",
  205. "installation-source": "dist",
  206. "autoload": {
  207. "psr-4": {
  208. "MaxMind\\Exception\\": "src/Exception",
  209. "MaxMind\\WebService\\": "src/WebService"
  210. }
  211. },
  212. "notification-url": "https://packagist.org/downloads/",
  213. "license": [
  214. "Apache-2.0"
  215. ],
  216. "authors": [
  217. {
  218. "name": "Gregory Oschwald",
  219. "email": "goschwald@maxmind.com"
  220. }
  221. ],
  222. "description": "Internal MaxMind Web Service API",
  223. "homepage": "https://github.com/maxmind/web-service-common-php"
  224. }
  225. ]