We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdc67e commit e09530dCopy full SHA for e09530d
1 file changed
composer.json
@@ -11,15 +11,13 @@
11
"minimum-stability": "dev",
12
"prefer-stable": true,
13
"require": {
14
- "php": ">=5.5.3",
15
- "doctrine/common": "~2.2",
16
- "doctrine/orm": "~2.2",
17
- "symfony/polyfill-php70": "^1.3",
18
- "symfony/security": "^2.8|^3.0",
19
- "symfony/options-resolver": "^2.8|^3.0",
+ "php": ">=7.1",
+ "doctrine/orm": "^2.6",
+ "symfony/security": "^3.3|^4.0",
+ "symfony/options-resolver": "^3.0|^4.0",
20
"ircmaxell/random-lib": "~1.0",
21
- "symfony/dependency-injection": "^2.7|^3.3",
22
- "symfony/config": "^2.7|^3.3"
+ "symfony/dependency-injection": "^3.3|^4.0",
+ "symfony/config": "^3.3|^4.0"
23
},
24
"suggest": {
25
"ramsey/uuid": "To use the UUID generator you should require this package"
0 commit comments