Skip to content

Commit 560f0b2

Browse files
committed
UPD project dependencies and minimal requirements
1 parent 2e5e3ea commit 560f0b2

File tree

2 files changed

+177
-533
lines changed

2 files changed

+177
-533
lines changed

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"keywords": ["psr-7","http","http-message","http-factory","psr-17"],
55
"type": "library",
66
"license": "MIT",
7-
"require": {
8-
"psr/http-message": "^1.0",
9-
"psr/http-factory": "^1.0",
10-
"fig/http-message-util": "^1.1"
11-
},
127
"authors": [
138
{
149
"name": "Francerz",
@@ -29,6 +24,10 @@
2924
"Francerz\\HttpUtils\\Dev\\": "dev"
3025
}
3126
},
27+
"require": {
28+
"psr/http-factory": "^1.0",
29+
"fig/http-message-util": "^1.0"
30+
},
3231
"require-dev": {
3332
"phpunit/phpunit": "^8.5"
3433
}

0 commit comments

Comments
 (0)