diff --git a/composer.json b/composer.json index e9debed..e8a91bc 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "twig/twig": "*", - "nickyeoman/php-validation-class": "*" + "nickyeoman/php-validation-class": "^5.0" }, "minimum-stability": "stable", "extra": { diff --git a/skeleton/novaconium/App/routes.php b/skeleton/novaconium/App/routes.php index ca0724a..2c4047a 100644 --- a/skeleton/novaconium/App/routes.php +++ b/skeleton/novaconium/App/routes.php @@ -1,8 +1,5 @@ [ - 'get' => 'about' - ], '/' => [ 'get' => 'index' ]