geoip redirection for superforex.com.au
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

234 lines
8.3KB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "b199b37bd9cfaa4153d1468d96aa7903",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.2.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
  20. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "ext-pcre": "*",
  26. "php": "^5.3.2 || ^7.0 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  30. "psr/log": "^1.0",
  31. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "1.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Composer\\CaBundle\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Jordi Boggiano",
  51. "email": "j.boggiano@seld.be",
  52. "homepage": "http://seld.be"
  53. }
  54. ],
  55. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  56. "keywords": [
  57. "cabundle",
  58. "cacert",
  59. "certificate",
  60. "ssl",
  61. "tls"
  62. ],
  63. "time": "2020-01-13T10:02:55+00:00"
  64. },
  65. {
  66. "name": "geoip2/geoip2",
  67. "version": "v2.10.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/maxmind/GeoIP2-php.git",
  71. "reference": "419557cd21d9fe039721a83490701a58c8ce784a"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/419557cd21d9fe039721a83490701a58c8ce784a",
  76. "reference": "419557cd21d9fe039721a83490701a58c8ce784a",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "ext-json": "*",
  81. "maxmind-db/reader": "~1.5",
  82. "maxmind/web-service-common": "~0.6",
  83. "php": ">=5.6"
  84. },
  85. "require-dev": {
  86. "friendsofphp/php-cs-fixer": "2.*",
  87. "phpunit/phpunit": "5.*",
  88. "squizlabs/php_codesniffer": "3.*"
  89. },
  90. "type": "library",
  91. "autoload": {
  92. "psr-4": {
  93. "GeoIp2\\": "src"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "Apache-2.0"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Gregory J. Oschwald",
  103. "email": "goschwald@maxmind.com",
  104. "homepage": "https://www.maxmind.com/"
  105. }
  106. ],
  107. "description": "MaxMind GeoIP2 PHP API",
  108. "homepage": "https://github.com/maxmind/GeoIP2-php",
  109. "keywords": [
  110. "IP",
  111. "geoip",
  112. "geoip2",
  113. "geolocation",
  114. "maxmind"
  115. ],
  116. "time": "2019-12-12T18:48:39+00:00"
  117. },
  118. {
  119. "name": "maxmind-db/reader",
  120. "version": "v1.6.0",
  121. "source": {
  122. "type": "git",
  123. "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
  124. "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/febd4920bf17c1da84cef58e56a8227dfb37fbe4",
  129. "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "php": ">=5.6"
  134. },
  135. "conflict": {
  136. "ext-maxminddb": "<1.6.0,>=2.0.0"
  137. },
  138. "require-dev": {
  139. "friendsofphp/php-cs-fixer": "2.*",
  140. "php-coveralls/php-coveralls": "^2.1",
  141. "phpunit/phpcov": "^3.0",
  142. "phpunit/phpunit": "5.*",
  143. "squizlabs/php_codesniffer": "3.*"
  144. },
  145. "suggest": {
  146. "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  147. "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  148. "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
  149. },
  150. "type": "library",
  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. "time": "2019-12-19T22:59:03+00:00"
  177. },
  178. {
  179. "name": "maxmind/web-service-common",
  180. "version": "v0.6.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. "type": "library",
  204. "autoload": {
  205. "psr-4": {
  206. "MaxMind\\Exception\\": "src/Exception",
  207. "MaxMind\\WebService\\": "src/WebService"
  208. }
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "Apache-2.0"
  213. ],
  214. "authors": [
  215. {
  216. "name": "Gregory Oschwald",
  217. "email": "goschwald@maxmind.com"
  218. }
  219. ],
  220. "description": "Internal MaxMind Web Service API",
  221. "homepage": "https://github.com/maxmind/web-service-common-php",
  222. "time": "2019-12-12T15:56:05+00:00"
  223. }
  224. ],
  225. "packages-dev": [],
  226. "aliases": [],
  227. "minimum-stability": "stable",
  228. "stability-flags": [],
  229. "prefer-stable": false,
  230. "prefer-lowest": false,
  231. "platform": [],
  232. "platform-dev": []
  233. }