Skip to content

Commit a7395a5

Browse files
authored
Update composer.json
- ext-json is always available in PHP8+ - add latest rfc keyword
1 parent 1e77e87 commit a7395a5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "gapple/structured-fields",
3-
"description": "Library for Structured Field Values for HTTP ",
3+
"description": "Library for Structured Field Values for HTTP",
44
"type": "library",
5-
"keywords": ["http", "rfc8941"],
5+
"keywords": ["http", "rfc8941", "rfc9651"],
66
"license": [
77
"MIT",
88
"GPL-2.0-or-later"
@@ -29,8 +29,7 @@
2929
"phpmd": "phpmd src,tests ansi phpmd.ruleset.xml"
3030
},
3131
"require": {
32-
"php": "^8.1",
33-
"ext-json": "*"
32+
"php": "^8.1"
3433
},
3534
"require-dev": {
3635
"httpwg/structured-field-tests": "*@dev",

0 commit comments

Comments
 (0)