Skip to content

Commit 15c8c73

Browse files
committed
Renamed from "php-http-tools" to "http-tools"
Remove "php-" prefix on package name. Updated package dependencies.
1 parent d02d985 commit 15c8c73

File tree

3 files changed

+75
-75
lines changed

3 files changed

+75
-75
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation
1010
Using composer.
1111

1212
```bash
13-
composer require francerz/php-http-tools
13+
composer require francerz/http-tools
1414
```
1515

1616
Featured functionality

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "francerz/php-http-tools",
2+
"name": "francerz/http-tools",
33
"description": "PHP HTTP Tool kit compatible with PSR-7, PSR-17 and PSR-18",
44
"type": "library",
55
"license": "MIT",

0 commit comments

Comments
 (0)