diff --git a/.gitattributes b/.gitattributes index 80b1920c711..58612b6959f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,10 @@ /vendor export-ignore .gitattributes export-ignore .gitignore export-ignore +/.github export-ignore +/.vscode export-ignore +/scripts export-ignore +/tests export-ignore +phpdoc.dist.xml export-ignore +phpstan.neon export-ignore +phpunit.xml export-ignore diff --git a/README.md b/README.md index 54ea218dd9c..2a26e3f9ac9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof ``` { "require": { - "microsoft/microsoft-graph": "^1.109.0" + "microsoft/microsoft-graph": "^1.110.0" } } ``` diff --git a/composer.json b/composer.json index 1c80750ac97..67430817e6e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^8.0 || ^7.3", - "guzzlehttp/guzzle": "^6.0 || ^7.0", + "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", "ext-json": "*", "psr/http-message": "^1.0 || ^2.0" }, diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index c728a9cf34f..d2612da8416 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -23,7 +23,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.109.0"; + const SDK_VERSION = "1.110.0"; // Define error constants const MAX_PAGE_SIZE = 999; diff --git a/tests/GetPhpInfo.php b/tests/GetPhpInfo.php deleted file mode 100644 index f35a8efd679..00000000000 --- a/tests/GetPhpInfo.php +++ /dev/null @@ -1,3 +0,0 @@ -