diff options
author | Mateja <mail@matejamaric.com> | 2020-10-20 00:05:48 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-20 00:05:48 +0200 |
commit | d78e06a328b1f06ae0bbe77a2d96cb304e23878d (patch) | |
tree | 17065caeda9221eb6ccc4795fcf0b08d673c18c7 /composer.json | |
parent | df3e709ea53fb9ea34224f3ad42d4f8dbbaf049d (diff) | |
download | yota-laravel-d78e06a328b1f06ae0bbe77a2d96cb304e23878d.tar.gz yota-laravel-d78e06a328b1f06ae0bbe77a2d96cb304e23878d.zip |
Database, controller and news views.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 4dcf43f..d9bf3dc 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "license": "MIT", "require": { "php": "^7.3", + "doctrine/dbal": "^2.11", "fideloper/proxy": "^4.2", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", |