File "composer.json"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/vendor-prod/stellarwp/container-contract/composer.json
File size: 507 bytes
MIME-type: application/json
Charset: utf-8
{
"name": "stellarwp/container-contract",
"type": "library",
"description": "StellarWP Container Interface",
"keywords": [
"psr-11",
"container",
"container-interop",
"container-interface"
],
"homepage": "https://github.com/stellarwp/container-contract",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "StellarWP",
"homepage": "https://stellarwp.com"
}
],
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"StellarWP\\ContainerContract\\": "src/"
}
}
}