Skip to content

Commit 8a95e39

Browse files
committed
Improve PSR standards adherence
1 parent 60f3955 commit 8a95e39

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

composer.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sort-packages": true,
99
"preferred-install": "dist",
1010
"allow-plugins": {
11-
"php-http/discovery": true
11+
"php-http/discovery": false
1212
}
1313
},
1414
"minimum-stability": "dev",
@@ -22,29 +22,24 @@
2222
{
2323
"type": "github",
2424
"url": "https://github.com/flavioheleno"
25-
},
26-
{
27-
"type": "patreon",
28-
"url": "https://www.patreon.com/flavioheleno"
2925
}
3026
],
3127
"require": {
3228
"php": ">=8.1",
3329
"ext-json": "*",
3430
"ext-mbstring": "*",
3531
"jane-php/open-api-runtime": "^7.4",
36-
"nyholm/psr7": "^1.8",
3732
"psr/http-client": "^1.0",
33+
"psr/http-client-implementation": "*",
3834
"psr/http-factory": "^1.0",
39-
"psr/http-message": "^1.0 || ^2.0"
35+
"psr/http-factory-implementation": "*",
36+
"psr/http-message": "^1.0 || ^2.0",
37+
"psr/http-message-implementation": "*"
4038
},
4139
"require-dev": {
4240
"friendsofphp/php-cs-fixer": "^3.8",
43-
"jane-php/json-schema": "^7.4",
44-
"jane-php/open-api-3": "^7.4"
45-
},
46-
"suggest": {
47-
"php-http/socket-client": "Socket-based HTTP Client to use the API"
41+
"jane-php/open-api-3": "^7.4",
42+
"roave/security-advisories": "dev-latest"
4843
},
4944
"conflict": {
5045
"docker-php/docker-php-api": "*"

0 commit comments

Comments
 (0)