diff --git a/.gitignore b/.gitignore index e11b519..2670e69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ vendor/ *.komodoproject _meta/ + +composer.lock diff --git a/README.md b/README.md index b7880d7..121ee44 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ### By Alex Weissman -Copyright (c) 2015 +Copyright (c) 2015-2016 -A schema-driven system for whitelisting, sanitizing, and validating raw user input. +A schema-driven system for whitelisting and validating raw user input. ## Introduction