mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
156 lines
5.6 KiB
JSON
156 lines
5.6 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "30c5bd428bece98b555ddc0b2da044f3",
|
|
"packages": [
|
|
{
|
|
"name": "container-interop/service-provider",
|
|
"version": "v0.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/container-interop/service-provider.git",
|
|
"reference": "e04441ca21ef03e10dce70b0af29269281eec6dc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/container-interop/service-provider/zipball/e04441ca21ef03e10dce70b0af29269281eec6dc",
|
|
"reference": "e04441ca21ef03e10dce70b0af29269281eec6dc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/container": "^1.0 || ^2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Interop\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Promoting container interoperability through standard service providers",
|
|
"homepage": "https://github.com/container-interop/service-provider",
|
|
"support": {
|
|
"issues": "https://github.com/container-interop/service-provider/issues",
|
|
"source": "https://github.com/container-interop/service-provider/tree/v0.4.1"
|
|
},
|
|
"time": "2023-12-14T14:50:12+00:00"
|
|
},
|
|
{
|
|
"name": "dhii/module-interface",
|
|
"version": "v0.3.0-alpha2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Dhii/module-interface.git",
|
|
"reference": "0e39f167d7ed8990c82f5d2e6084159d1a502a5b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Dhii/module-interface/zipball/0e39f167d7ed8990c82f5d2e6084159d1a502a5b",
|
|
"reference": "0e39f167d7ed8990c82f5d2e6084159d1a502a5b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/service-provider": "^0.4",
|
|
"php": "^7.1 | ^8.0",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
|
|
"slevomat/coding-standard": "^6.0",
|
|
"vimeo/psalm": "^3.11.7 | ^4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "0.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dhii\\Modular\\Module\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dhii Team",
|
|
"email": "development@dhii.co"
|
|
}
|
|
],
|
|
"description": "Interfaces for modules",
|
|
"support": {
|
|
"issues": "https://github.com/Dhii/module-interface/issues",
|
|
"source": "https://github.com/Dhii/module-interface/tree/v0.3.0-alpha2"
|
|
},
|
|
"time": "2021-08-23T08:23:01+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
|
},
|
|
"time": "2021-11-05T16:50:12+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": [],
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^7.2 | ^8.0"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|