Skip to content

Commit ddd3cb9

Browse files
committed
Changed package name
1 parent fee2518 commit ddd3cb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "PHP Form",
2+
"name": "dipcode/phpform",
33
"description": "PHP class for form handling abstraction.",
44
"license": "MIT",
55
"version": "1.0.0-dev",
@@ -15,6 +15,7 @@
1515
"issues": "https://github.com/dipcode-software/php-form/issues"
1616
},
1717
"require": {
18+
"php": ">=7.0.0",
1819
"fleshgrinder/format": "^1.1"
1920
},
2021
"require-dev": {

0 commit comments

Comments
 (0)