2020-11-18 21:54:20 +00:00
|
|
|
{
|
|
|
|
"_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"
|
|
|
|
],
|
2021-03-16 12:12:49 +00:00
|
|
|
"content-hash": "9ae561875707d59bc392f6329d4f565a",
|
2020-11-18 21:54:20 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://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"
|
|
|
|
],
|
|
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "league/container",
|
2021-03-16 12:12:49 +00:00
|
|
|
"version": "3.3.5",
|
2020-11-18 21:54:20 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/container.git",
|
2021-03-16 12:12:49 +00:00
|
|
|
"reference": "048ab87810f508dbedbcb7ae941b606eb8ee353b"
|
2020-11-18 21:54:20 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-03-16 12:12:49 +00:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/container/zipball/048ab87810f508dbedbcb7ae941b606eb8ee353b",
|
|
|
|
"reference": "048ab87810f508dbedbcb7ae941b606eb8ee353b",
|
2020-11-18 21:54:20 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.0 || ^8.0",
|
2021-03-16 12:12:49 +00:00
|
|
|
"psr/container": "^1.0.0 || ^2.0.0"
|
2020-11-18 21:54:20 +00:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/container-implementation": "^1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"orno/di": "~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.0",
|
2021-03-16 12:12:49 +00:00
|
|
|
"roave/security-advisories": "dev-master",
|
|
|
|
"scrutinizer/ocular": "^1.8",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5"
|
2020-11-18 21:54:20 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-03-16 12:12:49 +00:00
|
|
|
"dev-master": "3.x-dev",
|
2020-11-18 21:54:20 +00:00
|
|
|
"dev-3.x": "3.x-dev",
|
|
|
|
"dev-2.x": "2.x-dev",
|
|
|
|
"dev-1.x": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\Container\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Phil Bennett",
|
|
|
|
"email": "philipobenito@gmail.com",
|
|
|
|
"homepage": "http://www.philipobenito.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A fast and intuitive dependency injection container.",
|
|
|
|
"homepage": "https://github.com/thephpleague/container",
|
|
|
|
"keywords": [
|
|
|
|
"container",
|
|
|
|
"dependency",
|
|
|
|
"di",
|
|
|
|
"injection",
|
|
|
|
"league",
|
|
|
|
"provider",
|
|
|
|
"service"
|
|
|
|
],
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/philipobenito",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-03-16 12:12:49 +00:00
|
|
|
"time": "2021-03-16T09:42:56+00:00"
|
2020-11-18 21:54:20 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": true,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"platform-dev": [],
|
|
|
|
"platform-overrides": {
|
|
|
|
"php": "7.0"
|
|
|
|
},
|
2020-11-19 08:25:48 +00:00
|
|
|
"plugin-api-version": "1.1.0"
|
2020-11-18 21:54:20 +00:00
|
|
|
}
|