summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-11-12 13:25:56 +0100
committerGitHub <noreply@github.com>2017-11-12 13:25:56 +0100
commitebc973bf221bfbde327868975221e62704e4cb99 (patch)
tree9011a160f3d6f9cae37fc02836e7d6e8c25242ca /composer.json
parent801c17aa6cef91be988a25a90442be8d2078a70d (diff)
parentad948bdd3201e922b626a736b0122533bdd37cae (diff)
Merge pull request #349 from MyIgel/master
Changed container to Illuminate/Container and added service providers
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 35956e20..a8f0b0d6 100644
--- a/composer.json
+++ b/composer.json
@@ -15,11 +15,12 @@
],
"require": {
"php": ">=7.0.0",
- "erusev/parsedown": "1.6.*",
- "twbs/bootstrap": "^3.3",
- "symfony/http-foundation": "^3.3",
+ "erusev/parsedown": "^1.6",
+ "illuminate/container": "5.5.*",
"psr/container": "^1.0",
- "psr/log": "^1.0"
+ "psr/log": "^1.0",
+ "symfony/http-foundation": "^3.3",
+ "twbs/bootstrap": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^6.3"