Skip to content

Commit 2ff5b47

Browse files
authored
Allow PHP 8 (declarative composer.json change); remove platform config
1 parent c9988fa commit 2ff5b47

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header",
44
"type": "library",
55
"require": {
6-
"php": "^7.3",
6+
"php": "^7.3 || ^8.0",
77
"ext-json": "*",
88
"psr/http-message": "^1.0",
99
"psr/http-server-middleware": "^1.0",
@@ -23,10 +23,5 @@
2323
"Test\\": "test"
2424
}
2525
},
26-
"config": {
27-
"platform": {
28-
"php": "7.3.0"
29-
}
30-
},
3126
"license": "MIT"
3227
}

0 commit comments

Comments
 (0)