N°5809 Update thenetworg/oauth2-azure from 2.1.1 to 2.2.2

This commit is contained in:
Pierre Goiffon
2024-01-25 17:34:55 +01:00
parent e1296105f9
commit 9235c395b4
13 changed files with 112 additions and 179 deletions

View File

@@ -32,5 +32,13 @@
"psr-4": {
"TheNetworg\\OAuth2\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"TheNetworg\\OAuth2\\Client\\Tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6"
}
}