Skip to content

Commit b426f23

Browse files
committed
Update phpstan and microsoftgraph
1 parent 54976a8 commit b426f23

4 files changed

Lines changed: 166 additions & 170 deletions

File tree

app-auth/graphapponlytutorial/composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
},
99
"require": {
1010
"vlucas/phpdotenv": "^5.4",
11-
"microsoft/microsoft-graph": "^2.0.0",
11+
"microsoft/microsoft-graph": "^3.0.0",
1212
"php-http/guzzle7-adapter": "^1.0"
1313
},
1414
"require-dev": {
15-
"phpstan/phpstan": "^1.10"
15+
"phpstan/phpstan": "^2.1"
1616
},
1717
"minimum-stability": "dev",
1818
"prefer-stable": true,
1919
"config": {
2020
"allow-plugins": {
21-
"php-http/discovery": true
21+
"php-http/discovery": true,
22+
"tbachert/spi": true
2223
}
2324
}
2425
}

0 commit comments

Comments
 (0)