summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-09-11 17:52:55 +0200
committerGitHub <noreply@github.com>2017-09-11 17:52:55 +0200
commit359160613027a480620e22deef19ff883eaaeb21 (patch)
tree310600aaa23404f0cd7d3e198bacdbc93645da32 /composer.json
parent581b81f1b25dc6b6f0a3b34810c293738fd40217 (diff)
parent0a20883aa862779b48fd2a297456c2db04cffb95 (diff)
Merge pull request #344 from MyIgel/master
Prepared routing, added symfony http Closes #336 and closes #337
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index d2e0108b..45dce626 100644
--- a/composer.json
+++ b/composer.json
@@ -14,12 +14,13 @@
}
],
"require": {
- "php": ">=5.6.4",
+ "php": ">=7.0.0",
"erusev/parsedown": "1.6.*",
- "twbs/bootstrap": "^3.3"
+ "twbs/bootstrap": "^3.3",
+ "symfony/http-foundation": "^3.3"
},
"require-dev": {
- "phpunit/phpunit": "^6.2"
+ "phpunit/phpunit": "^6.3"
},
"autoload": {
"psr-4": {