Private
Public Access
1
0

chg: dev: reinit project - disable redis module and make the project compatible w/ PHP7.3 #2

This commit is contained in:
2019-10-26 16:51:04 +02:00
parent 0effd8ab8d
commit 13749186fb
14 changed files with 6155 additions and 1930 deletions

View File

@@ -17,9 +17,9 @@
}
},
"require": {
"php": ">=5.5.9",
"symfony/symfony": "3.1.*",
"doctrine/orm": "^2.5",
"php": ">=7.3",
"symfony/symfony": "3.*",
"doctrine/orm": "^2.6",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.3",
"symfony/swiftmailer-bundle": "^2.3",
@@ -35,9 +35,11 @@
"predis/predis": "^1.0",
"snc/redis-bundle": "^2.0",
"hwi/oauth-bundle": "^0.5.1",
"cleentfaar/slack-bundle": "^0.20.1"
"cleentfaar/slack-bundle": "^0.20.1",
"ext-json": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.0"
},