Skip to content

Commit 23a6572

Browse files
committed
Normalized composer
1 parent 9eb4d60 commit 23a6572

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

composer.json

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,45 @@
11
{
22
"name": "benjaminfavre/oauth2-http-client",
33
"description": "A lightweight OAuth 2 decorator for the Symfony HTTP Client.",
4-
"keywords": ["symfony", "oauth", "http-client"],
5-
"homepage": "https://github.com/BenjaminFavre/oauth2-http-client",
64
"license": "Apache-2.0",
5+
"keywords": [
6+
"symfony",
7+
"oauth",
8+
"http-client"
9+
],
710
"authors": [
811
{
912
"name": "Benjamin Favre",
1013
"email": "[email protected]",
1114
"homepage": "https://github.com/BenjaminFavre"
1215
}
1316
],
14-
"autoload": {
15-
"psr-4": {"BenjaminFavre\\OAuthHttpClient\\": "src/"}
16-
},
17+
"homepage": "https://github.com/BenjaminFavre/oauth2-http-client",
1718
"require": {
18-
"php": "^8.0.0",
19+
"php": "^8.0",
1920
"ext-json": "*",
20-
"symfony/http-client-contracts": "^3.0",
21-
"symfony/cache-contracts": "^3.0"
22-
},
23-
"provide": {
24-
"symfony/http-client-implementation": "^2.3.1"
21+
"symfony/cache-contracts": "^3.0",
22+
"symfony/http-client-contracts": "^3.0"
2523
},
2624
"require-dev": {
25+
"ergebnis/composer-normalize": "^2.28",
26+
"phpstan/phpstan": "^0.12.64",
2727
"phpunit/phpunit": "^9.4.3",
2828
"symfony/cache": "^6.0",
29-
"symfony/http-client": "^6.0",
30-
"phpstan/phpstan": "^0.12.64"
29+
"symfony/http-client": "^6.0"
30+
},
31+
"provide": {
32+
"symfony/http-client-implementation": "^2.3.1"
33+
},
34+
"autoload": {
35+
"psr-4": {
36+
"BenjaminFavre\\OAuthHttpClient\\": "src/"
37+
}
38+
},
39+
"config": {
40+
"allow-plugins": {
41+
"ergebnis/composer-normalize": true
42+
}
3143
},
3244
"scripts": {
3345
"phpstan": "vendor/bin/phpstan analyse --level max src tests"

0 commit comments

Comments
 (0)