We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9988fa commit 2ff5b47Copy full SHA for 2ff5b47
composer.json
@@ -3,7 +3,7 @@
3
"description": "Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header",
4
"type": "library",
5
"require": {
6
- "php": "^7.3",
+ "php": "^7.3 || ^8.0",
7
"ext-json": "*",
8
"psr/http-message": "^1.0",
9
"psr/http-server-middleware": "^1.0",
@@ -23,10 +23,5 @@
23
"Test\\": "test"
24
}
25
},
26
- "config": {
27
- "platform": {
28
- "php": "7.3.0"
29
- }
30
- },
31
"license": "MIT"
32
0 commit comments