Skip to content

Commit c36101d

Browse files
committed
Updated composer package name
1 parent fb4a2c2 commit c36101d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP class for form handling abstraction inspired in Django Framework forms.
1010
Library can be installed using Composer like so:
1111

1212
```shell
13-
$ composer require dipcode/phpform
13+
$ composer require dipcode/php-form
1414
```
1515

1616
## Starting development

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dipcode/phpform",
2+
"name": "dipcode/php-form",
33
"description": "PHP class for form handling abstraction.",
44
"license": "MIT",
55
"version": "1.0.0-dev",

0 commit comments

Comments
 (0)