Refactor validator stuff and fix variable names in views

This commit is contained in:
Graham Campbell
2015-08-03 22:32:36 +01:00
parent 5d958bac81
commit fcbbfdd84e
56 changed files with 514 additions and 766 deletions

View File

@@ -22,6 +22,7 @@
"php": "^5.5.9",
"laravel/framework": "~5.1.6",
"alt-three/emoji": "^1.0",
"alt-three/validator": "^1.2",
"barryvdh/laravel-cors": "^0.5",
"doctrine/dbal": "^2.5",
"fideloper/proxy": "^3.0",
@@ -33,8 +34,7 @@
"jenssegers/date": "^3.0",
"mccool/laravel-auto-presenter": "^3.1",
"pragmarx/google2fa": "^0.5",
"roumen/feed": "^2.9",
"watson/validating": "^1.0"
"roumen/feed": "^2.9"
},
"require-dev": {
"fzaninotto/faker": "^1.5",