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 1e77e87 commit a7395a5Copy full SHA for a7395a5
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "gapple/structured-fields",
3
- "description": "Library for Structured Field Values for HTTP ",
+ "description": "Library for Structured Field Values for HTTP",
4
"type": "library",
5
- "keywords": ["http", "rfc8941"],
+ "keywords": ["http", "rfc8941", "rfc9651"],
6
"license": [
7
"MIT",
8
"GPL-2.0-or-later"
@@ -29,8 +29,7 @@
29
"phpmd": "phpmd src,tests ansi phpmd.ruleset.xml"
30
},
31
"require": {
32
- "php": "^8.1",
33
- "ext-json": "*"
+ "php": "^8.1"
34
35
"require-dev": {
36
"httpwg/structured-field-tests": "*@dev",
0 commit comments