File: /var/www/html/wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.json
{
"packages": [
{
"name": "container-interop/service-provider",
"version": "v0.4.1",
"version_normalized": "0.4.1.0",
"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"
},
"time": "2023-12-14T14:50:12+00:00",
"type": "library",
"installation-source": "dist",
"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"
},
"install-path": "../container-interop/service-provider"
},
{
"name": "dhii/collections-interface",
"version": "v0.3.0",
"version_normalized": "0.3.0.0",
"source": {
"type": "git",
"url": "https://github.com/Dhii/collections-interface.git",
"reference": "74464a969b340d16889eacd9eadc9817f7e7f47a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/collections-interface/zipball/74464a969b340d16889eacd9eadc9817f7e7f47a",
"reference": "74464a969b340d16889eacd9eadc9817f7e7f47a",
"shasum": ""
},
"require": {
"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": "^4.0"
},
"time": "2021-10-06T10:56:09+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Dhii\\Collection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
},
{
"name": "Anton Ukhanev",
"email": "xedin.unknown@gmail.com"
}
],
"description": "A highly ISP-compliant collection of interfaces that represent maps and lists.",
"support": {
"issues": "https://github.com/Dhii/collections-interface/issues",
"source": "https://github.com/Dhii/collections-interface/tree/v0.3.0"
},
"install-path": "../dhii/collections-interface"
},
{
"name": "dhii/containers",
"version": "v0.1.5",
"version_normalized": "0.1.5.0",
"source": {
"type": "git",
"url": "https://github.com/Dhii/containers.git",
"reference": "1568cb2def9dee213c5846c4618f9d6b2cebbdef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/containers/zipball/1568cb2def9dee213c5846c4618f9d6b2cebbdef",
"reference": "1568cb2def9dee213c5846c4618f9d6b2cebbdef",
"shasum": ""
},
"require": {
"container-interop/service-provider": "^0.4",
"dhii/collections-interface": "^0.3.0-alpha4",
"php": "^7.4 | ^8.0"
},
"require-dev": {
"gmazzap/andrew": "^1.1",
"phpunit/phpunit": "^9.0",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0",
"slevomat/coding-standard": "^6.0",
"vimeo/psalm": "^5.0",
"wildwolf/psr-memory-cache": "^1.0"
},
"time": "2024-04-27T01:55:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Dhii\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "A selection of PSR-11 containers for utility, simplicity, and ease.",
"keywords": [
"PSR-11",
"container"
],
"support": {
"issues": "https://github.com/Dhii/containers/issues",
"source": "https://github.com/Dhii/containers/tree/v0.1.5"
},
"install-path": "../dhii/containers"
},
{
"name": "dhii/services",
"version": "v0.1.1-alpha3",
"version_normalized": "0.1.1.0-alpha3",
"source": {
"type": "git",
"url": "https://github.com/Dhii/services.git",
"reference": "1a17b6b2cb2fdef0c0b541c8992188d9740746ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/services/zipball/1a17b6b2cb2fdef0c0b541c8992188d9740746ce",
"reference": "1a17b6b2cb2fdef0c0b541c8992188d9740746ce",
"shasum": ""
},
"require": {
"php": "^7.1 | ^8.0",
"psr/container": "^1.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"vimeo/psalm": "^4.8"
},
"time": "2023-01-31T23:49:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Dhii\\Services\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "A collection of useful DI service implementations.",
"support": {
"issues": "https://github.com/Dhii/services/issues",
"source": "https://github.com/Dhii/services/tree/v0.1.1-alpha3"
},
"install-path": "../dhii/services"
},
{
"name": "masterminds/html5",
"version": "2.9.0",
"version_normalized": "2.9.0.0",
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
},
"time": "2024-03-31T07:05:07+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
},
"install-path": "../masterminds/html5"
},
{
"name": "psr/container",
"version": "1.1.2",
"version_normalized": "1.1.2.0",
"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"
},
"time": "2021-11-05T16:50:12+00:00",
"type": "library",
"installation-source": "dist",
"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"
},
"install-path": "../psr/container"
},
{
"name": "psr/log",
"version": "1.1.4",
"version_normalized": "1.1.4.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2021-05-03T11:20:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"install-path": "../psr/log"
},
{
"name": "rebelcode/wp-plugin-sdk",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/RebelCode/wp-plugin-sdk.git",
"reference": "7c495811249efcec7cee3df7d6a6eb746168f464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RebelCode/wp-plugin-sdk/zipball/7c495811249efcec7cee3df7d6a6eb746168f464",
"reference": "7c495811249efcec7cee3df7d6a6eb746168f464",
"shasum": ""
},
"require": {
"dhii/containers": "^v0.1.4",
"dhii/services": "^0.1.1-alpha3",
"ext-json": "*",
"php": ">= 7.2",
"psr/container": "^1.1.1"
},
"require-dev": {
"brain/monkey": "^2.6",
"mikey179/vfsstream": "2.0.x-dev",
"mockery/mockery": "1.3.x-dev",
"phpunit/phpunit": "^8.5",
"roots/wordpress-no-content": ">= 6.0"
},
"time": "2024-04-24T11:07:44+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"RebelCode\\WpSdk\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "RebelCode",
"email": "dev@rebelcode.com",
"role": "Developer"
}
],
"description": "An SDK used by RebelCode to build WordPress plugins.",
"support": {
"issues": "https://github.com/RebelCode/wp-plugin-sdk/issues",
"source": "https://github.com/RebelCode/wp-plugin-sdk/tree/main"
},
"install-path": "../rebelcode/wp-plugin-sdk"
}
],
"dev": false,
"dev-package-names": []
}