1
0
Fork 0
m365-php/composer.lock

668 lines
24 KiB
Plaintext
Raw Permalink Normal View History

2022-05-31 13:08:55 -06: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"
],
"content-hash": "86cc2a541bc838579d7dde60d3f6e552",
"packages": [
{
"name": "guzzlehttp/guzzle",
2023-09-30 18:46:19 -06:00
"version": "7.8.0",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2023-09-30 18:46:19 -06:00
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
2022-05-31 13:08:55 -06:00
},
"dist": {
"type": "zip",
2023-09-30 18:46:19 -06:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
2022-05-31 13:08:55 -06:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-09-30 18:46:19 -06:00
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
2022-05-31 13:08:55 -06:00
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
2022-08-29 09:46:09 -06:00
"bamarni/composer-bin-plugin": "^1.8.1",
2022-05-31 13:08:55 -06:00
"ext-curl": "*",
2023-06-14 10:48:59 -06:00
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
2022-08-29 09:46:09 -06:00
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
2022-05-31 13:08:55 -06:00
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
2022-08-29 09:46:09 -06:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2022-05-31 13:08:55 -06:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2023-09-30 18:46:19 -06:00
"source": "https://github.com/guzzle/guzzle/tree/7.8.0"
2022-05-31 13:08:55 -06:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
2023-09-30 18:46:19 -06:00
"time": "2023-08-27T10:20:53+00:00"
2022-05-31 13:08:55 -06:00
},
{
"name": "guzzlehttp/promises",
2023-09-30 18:46:19 -06:00
"version": "2.0.1",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2023-09-30 18:46:19 -06:00
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
2022-05-31 13:08:55 -06:00
},
"dist": {
"type": "zip",
2023-09-30 18:46:19 -06:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
2022-05-31 13:08:55 -06:00
"shasum": ""
},
"require": {
2023-06-14 10:48:59 -06:00
"php": "^7.2.5 || ^8.0"
2022-05-31 13:08:55 -06:00
},
"require-dev": {
2023-06-14 10:48:59 -06:00
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
2022-05-31 13:08:55 -06:00
},
"type": "library",
"extra": {
2023-06-14 10:48:59 -06:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2022-05-31 13:08:55 -06:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2023-09-30 18:46:19 -06:00
"source": "https://github.com/guzzle/promises/tree/2.0.1"
2022-05-31 13:08:55 -06:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
2023-09-30 18:46:19 -06:00
"time": "2023-08-03T15:11:55+00:00"
2022-05-31 13:08:55 -06:00
},
{
"name": "guzzlehttp/psr7",
2023-09-30 18:46:19 -06:00
"version": "2.6.1",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2023-09-30 18:46:19 -06:00
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
2022-05-31 13:08:55 -06:00
},
"dist": {
"type": "zip",
2023-09-30 18:46:19 -06:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
2022-05-31 13:08:55 -06:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
2023-04-20 12:43:04 -06:00
"psr/http-message": "^1.1 || ^2.0",
2022-05-31 13:08:55 -06:00
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2022-08-29 09:46:09 -06:00
"bamarni/composer-bin-plugin": "^1.8.1",
2022-05-31 13:08:55 -06:00
"http-interop/http-factory-tests": "^0.9",
2022-08-29 09:46:09 -06:00
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
2022-05-31 13:08:55 -06:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
2022-08-29 09:46:09 -06:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2022-05-31 13:08:55 -06:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2023-09-30 18:46:19 -06:00
"source": "https://github.com/guzzle/psr7/tree/2.6.1"
2022-05-31 13:08:55 -06:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2023-09-30 18:46:19 -06:00
"time": "2023-08-27T10:13:57+00:00"
2022-05-31 13:08:55 -06:00
},
{
"name": "microsoft/microsoft-graph",
2023-10-19 12:52:06 -06:00
"version": "1.108.0",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/microsoftgraph/msgraph-sdk-php.git",
2023-10-19 12:52:06 -06:00
"reference": "96b940ab530c693832648bdf5ffbb975e29d2233"
2022-05-31 13:08:55 -06:00
},
"dist": {
"type": "zip",
2023-10-19 12:52:06 -06:00
"url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/96b940ab530c693832648bdf5ffbb975e29d2233",
"reference": "96b940ab530c693832648bdf5ffbb975e29d2233",
2022-05-31 13:08:55 -06:00
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"php": "^8.0 || ^7.3",
2023-06-14 10:48:59 -06:00
"psr/http-message": "^1.0 || ^2.0"
2022-05-31 13:08:55 -06:00
},
"require-dev": {
2023-06-14 10:48:59 -06:00
"guzzlehttp/promises": "^1.0 || ^2.0",
2022-05-31 13:08:55 -06:00
"mikey179/vfsstream": "^1.2",
"phpstan/phpstan": "^0.12.90 || ^1.0.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Microsoft\\Graph\\": "src/",
"Beta\\Microsoft\\Graph\\": "src/Beta/Microsoft/Graph/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Microsoft Graph Client Tooling",
"email": "graphtooling@service.microsoft.com",
"role": "Developer"
}
],
"description": "The Microsoft Graph SDK for PHP",
"homepage": "https://developer.microsoft.com/en-us/graph",
"support": {
"issues": "https://github.com/microsoftgraph/msgraph-sdk-php/issues",
2023-10-19 12:52:06 -06:00
"source": "https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.108.0"
2022-05-31 13:08:55 -06:00
},
2023-10-19 12:52:06 -06:00
"time": "2023-10-11T11:00:38+00:00"
2022-05-31 13:08:55 -06:00
},
{
"name": "psr/http-client",
2023-09-30 18:46:19 -06:00
"version": "1.0.3",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
2023-09-30 18:46:19 -06:00
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2022-05-31 13:08:55 -06:00
},
"dist": {
"type": "zip",
2023-09-30 18:46:19 -06:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2022-05-31 13:08:55 -06:00
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
2023-04-20 12:43:04 -06:00
"psr/http-message": "^1.0 || ^2.0"
2022-05-31 13:08:55 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-04-20 12:43:04 -06:00
"homepage": "https://www.php-fig.org/"
2022-05-31 13:08:55 -06:00
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
2023-09-30 18:46:19 -06:00
"source": "https://github.com/php-fig/http-client"
2022-05-31 13:08:55 -06:00
},
2023-09-30 18:46:19 -06:00
"time": "2023-09-23T14:17:50+00:00"
2022-05-31 13:08:55 -06:00
},
{
"name": "psr/http-factory",
2023-04-20 12:43:04 -06:00
"version": "1.0.2",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
2023-04-20 12:43:04 -06:00
"reference": "e616d01114759c4c489f93b099585439f795fe35"
2022-05-31 13:08:55 -06:00
},
"dist": {
"type": "zip",
2023-04-20 12:43:04 -06:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
"reference": "e616d01114759c4c489f93b099585439f795fe35",
2022-05-31 13:08:55 -06:00
"shasum": ""
},
"require": {
"php": ">=7.0.0",
2023-04-20 12:43:04 -06:00
"psr/http-message": "^1.0 || ^2.0"
2022-05-31 13:08:55 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-04-20 12:43:04 -06:00
"homepage": "https://www.php-fig.org/"
2022-05-31 13:08:55 -06:00
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
2023-04-20 12:43:04 -06:00
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
2022-05-31 13:08:55 -06:00
},
2023-04-20 12:43:04 -06:00
"time": "2023-04-10T20:10:41+00:00"
2022-05-31 13:08:55 -06:00
},
{
"name": "psr/http-message",
2023-06-14 10:48:59 -06:00
"version": "2.0",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2023-06-14 10:48:59 -06:00
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2022-05-31 13:08:55 -06:00
},
"dist": {
"type": "zip",
2023-06-14 10:48:59 -06:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2022-05-31 13:08:55 -06:00
"shasum": ""
},
"require": {
2023-04-20 12:43:04 -06:00
"php": "^7.2 || ^8.0"
2022-05-31 13:08:55 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-06-14 10:48:59 -06:00
"dev-master": "2.0.x-dev"
2022-05-31 13:08:55 -06:00
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-06-14 10:48:59 -06:00
"homepage": "https://www.php-fig.org/"
2022-05-31 13:08:55 -06:00
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
2023-06-14 10:48:59 -06:00
"source": "https://github.com/php-fig/http-message/tree/2.0"
2022-05-31 13:08:55 -06:00
},
2023-06-14 10:48:59 -06:00
"time": "2023-04-04T09:54:51+00:00"
2022-05-31 13:08:55 -06:00
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "symfony/deprecation-contracts",
2022-07-06 14:30:40 -06:00
"version": "v2.5.2",
2022-05-31 13:08:55 -06:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2022-07-06 14:30:40 -06:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
2022-05-31 13:08:55 -06:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}