Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 5d2cbeb

Browse files
updated composer.json
1 parent b9dcb8f commit 5d2cbeb

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "sbsedv/input-library",
3-
"description": "A minimal PHP library to nativly support PUT, PATCH and DELETE user input in form of mutlipart/form-data, application/x-www-urlencoded and various JSON types like application/json with complex data structures.",
2+
"name": "sbsedv/input-converter",
3+
"description": "A minimal PHP library to nativly support PUT, PATCH and DELETE user input in form of mutlipart/form-data, application/x-www-urlencoded and various JSON types like application/json with complex data structures (nested html forms).",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -14,21 +14,25 @@
1414
"formdata",
1515
"urlencoded",
1616
"x-www-urlencoded",
17-
"input transformer",
17+
"input converter",
1818
"input",
1919
"parser",
2020
"parse formdata",
2121
"file upload"
2222
],
2323
"autoload": {
2424
"psr-4": {
25-
"SBSEDV\\InputLibrary\\": "src/"
25+
"SBSEDV\\Component\\InputConverter\\": "src/"
2626
}
2727
},
2828
"require": {
29-
"php": ">=7.2",
29+
"php": ">=8.0",
3030
"riverline/multipart-parser": "^2.0"
3131
},
32+
"require-dev": {
33+
"symfony/http-foundation": "^5.0 || ^6.0",
34+
"nyholm/psr7": "^1.4"
35+
},
3236
"suggest": {
3337
"symfony/http-foundation": "The Symfony HttpFoundation component replaces these default PHP global variables and functions by an object-oriented layer.",
3438
"nyholm/psr7": "A super lightweight PSR-7 implementation. Very strict and very fast."

0 commit comments

Comments
 (0)