Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-11-04 04:56:03 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-11-04 04:56:03 +0300
commit5810db8405649ab28b1ee3a0298efbbbbd01135e (patch)
tree9ad2b94ef156dbb85873ec9bf2aa974cbeda85cd /composer.json
parent4da8aac36e66e5d13655ddaa276b8cfb83b38b9a (diff)
Add templates, write migrations and models
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 3aec6b5..a2155ae 100644
--- a/composer.json
+++ b/composer.json
@@ -7,8 +7,7 @@
"require": {
"php": ">=5.5.9",
"laravel/lumen-framework": "5.1.*",
- "vlucas/phpdotenv": "~1.0",
- "rcrowe/twigbridge": "0.8.x"
+ "vlucas/phpdotenv": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",