You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<ahref=/minfraud-api-php/doc/latest/>API documentation</a></nav><main><h1id=maxmind-minfraud-php-api>MaxMind minFraud PHP API<aclass=heading-anchorhref=#maxmind-minfraud-php-apiaria-label="Link to MaxMind minFraud PHP API">#</a></h1><h2id=description>Description<aclass=heading-anchorhref=#descriptionaria-label="Link to Description">#</a></h2><p>This package provides an API for the
3
3
<ahref=https://dev.maxmind.com/minfraud/>MaxMind minFraud web services</a>.</p><h2id=install-via-composer>Install via Composer<aclass=heading-anchorhref=#install-via-composeraria-label="Link to Install via Composer">#</a></h2><p>We recommend installing this package with
4
4
<ahref=https://getcomposer.org/>Composer</a>.</p><h3id=download-composer>Download Composer<aclass=heading-anchorhref=#download-composeraria-label="Link to Download Composer">#</a></h3><p>To download Composer, run in the root directory of your project:</p><divclass=highlight><pretabindex=0style=background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none><codeclass=language-bashdata-lang=bash><spanstyle=display:flex><span>curl -sS https://getcomposer.org/installer <spanstyle=color:#1f2328>|</span> php
5
-
</span></span></code></pre></div><p>You should now have the file <code>composer.phar</code> in your project directory.</p><h3id=install-dependencies>Install Dependencies<aclass=heading-anchorhref=#install-dependenciesaria-label="Link to Install Dependencies">#</a></h3><p>Run in your project root:</p><pretabindex=0><code>php composer.phar require maxmind/minfraud:^3.6.0
5
+
</span></span></code></pre></div><p>You should now have the file <code>composer.phar</code> in your project directory.</p><h3id=install-dependencies>Install Dependencies<aclass=heading-anchorhref=#install-dependenciesaria-label="Link to Install Dependencies">#</a></h3><p>Run in your project root:</p><pretabindex=0><code>php composer.phar require maxmind/minfraud:^3.7.0
6
6
</code></pre><p>You should now have the files <code>composer.json</code> and <code>composer.lock</code> as well as
7
7
the directory <code>vendor</code> in your project directory. If you use a version control
8
8
system, <code>composer.json</code> should be added to it.</p><h3id=require-autoloader>Require Autoloader<aclass=heading-anchorhref=#require-autoloaderaria-label="Link to Require Autoloader">#</a></h3><p>After installing the dependencies, you need to require the Composer autoloader
0 commit comments