Skip to content

Commit

Permalink
improve installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
it-all committed Apr 29, 2018
1 parent 6f244f8 commit a624fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are certainly complexities which FF does not handle, especially related to

INSTALLATION
-composer require it-all/form-former
or add "it-all/form-former": "^2.0" to composer.json and composer update
or add "it-all/form-former": "^2.0" to composer.json and run composer update

SECURITY
Since FormFormer is limited to forming forms, rather than receiving, filtering, or validating data, there is little to no security implemented in the source code (/src). There is some minimal security in /examples/init.inc in terms of escaping user input data that will potentially be displayed in HTML (in the case of a validation error). Minimal validation is performed in the examples. For a good php validator package, please see https://github.com/vlucas/valitron.
Expand Down

0 comments on commit a624fad

Please sign in to comment.