diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 7409210..59758e5 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,9 @@ "require": { "php": ">=5.5.9", "laravel/lumen-framework": "5.1.*", - "vlucas/phpdotenv": "~1.0" + "vlucas/phpdotenv": "~1.0", + "twbs/bootstrap": "^3.3", + "components/jquery": "^2.1" }, "require-dev": { "phpunit/phpunit": "~4.0", @@ -15,7 +17,8 @@ }, "autoload": { "psr-4": { - "App\\": "app/" + "App\\": "app/", + "HebrewParseTrainer\\": "app/" }, "classmap": [ "database/" |