| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "sequra/integration-core", |
| 5 |
"version": "v1.0.15", |
| 6 |
"version_normalized": "1.0.15.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/sequra/integration-core.git", |
| 10 |
"reference": "df628aa1ae8ba1c49eef6748034c2889e19669e6" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/sequra/integration-core/zipball/df628aa1ae8ba1c49eef6748034c2889e19669e6", |
| 15 |
"reference": "df628aa1ae8ba1c49eef6748034c2889e19669e6", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-ctype": "*", |
| 20 |
"ext-json": "*", |
| 21 |
"ext-mbstring": "*", |
| 22 |
"php": ">=7.2" |
| 23 |
}, |
| 24 |
"require-dev": { |
| 25 |
"phpcompatibility/php-compatibility": "*", |
| 26 |
"phpstan/phpstan": "^1.11", |
| 27 |
"phpunit/phpunit": "8.5.14" |
| 28 |
}, |
| 29 |
"time": "2024-07-10T15:32:21+00:00", |
| 30 |
"type": "library", |
| 31 |
"installation-source": "dist", |
| 32 |
"autoload": { |
| 33 |
"psr-4": { |
| 34 |
"SeQura\\Core\\BusinessLogic\\": "src/BusinessLogic", |
| 35 |
"SeQura\\Core\\Infrastructure\\": "src/Infrastructure" |
| 36 |
} |
| 37 |
}, |
| 38 |
"notification-url": "https://packagist.org/downloads/", |
| 39 |
"license": [ |
| 40 |
"proprietary" |
| 41 |
], |
| 42 |
"description": "Core SeQura integration library", |
| 43 |
"support": { |
| 44 |
"issues": "https://github.com/sequra/integration-core/issues", |
| 45 |
"source": "https://github.com/sequra/integration-core/tree/v1.0.15" |
| 46 |
}, |
| 47 |
"install-path": "../sequra/integration-core" |
| 48 |
} |
| 49 |
], |
| 50 |
"dev": false, |
| 51 |
"dev-package-names": [] |
| 52 |
} |
| 53 |
|