We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee2518 commit ddd3cb9Copy full SHA for ddd3cb9
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "PHP Form",
+ "name": "dipcode/phpform",
3
"description": "PHP class for form handling abstraction.",
4
"license": "MIT",
5
"version": "1.0.0-dev",
@@ -15,6 +15,7 @@
15
"issues": "https://github.com/dipcode-software/php-form/issues"
16
},
17
"require": {
18
+ "php": ">=7.0.0",
19
"fleshgrinder/format": "^1.1"
20
21
"require-dev": {
0 commit comments