ClassLoader.php
5 years ago
LICENSE
5 years ago
autoload_classmap.php
5 years ago
autoload_namespaces.php
5 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
installed.json
45 lines
| 1 | [ |
| 2 | { |
| 3 | "name": "fraudlabspro/fraudlabspro-php", |
| 4 | "version": "3.0.1", |
| 5 | "version_normalized": "3.0.1.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/fraudlabspro/fraudlabspro-php.git", |
| 9 | "reference": "694be2b083562e3bf5cecf835552c1ffebc7ce72" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/fraudlabspro/fraudlabspro-php/zipball/694be2b083562e3bf5cecf835552c1ffebc7ce72", |
| 14 | "reference": "694be2b083562e3bf5cecf835552c1ffebc7ce72", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "ext-curl": "*", |
| 19 | "php": ">=5.4.0" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "phpunit/phpunit": "^9" |
| 23 | }, |
| 24 | "time": "2020-12-15T08:17:22+00:00", |
| 25 | "type": "library", |
| 26 | "installation-source": "dist", |
| 27 | "autoload": { |
| 28 | "psr-4": { |
| 29 | "FraudLabsPro\\": "src/" |
| 30 | } |
| 31 | }, |
| 32 | "notification-url": "https://packagist.org/downloads/", |
| 33 | "license": [ |
| 34 | "MIT" |
| 35 | ], |
| 36 | "authors": [ |
| 37 | { |
| 38 | "name": "FraudLabs Pro", |
| 39 | "homepage": "https://www.fraudlabspro.com" |
| 40 | } |
| 41 | ], |
| 42 | "description": "FraudLabs Pro PHP SDK to help merchants to detect fraud order and therefore reduce chargebacks." |
| 43 | } |
| 44 | ] |
| 45 |