We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ed421 commit c8a865aCopy full SHA for c8a865a
composer.json
@@ -39,16 +39,16 @@
39
"require": {
40
"php": "^7.1",
41
"doctrine/doctrine-module": "^1.2",
42
- "doctrine/orm": ">=2.5,<2.7",
43
- "doctrine/dbal": ">=2.4,<2.7",
+ "doctrine/orm": "^2.6.0",
+ "doctrine/dbal": "^2.6.0",
44
"symfony/console": "^2.3 || ^3.0 || ^4.0",
45
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1",
46
"zendframework/zend-hydrator": "^1.1 || ^2.2.1",
47
"zendframework/zend-mvc": "^2.7.10 || ^3.0.1",
48
"zendframework/zend-servicemanager": "^2.7.6 || ^3.1"
49
},
50
"require-dev": {
51
- "phpunit/phpunit": "^6.4.4",
+ "phpunit/phpunit": "^6.5",
52
"squizlabs/php_codesniffer": "^2.7",
53
"doctrine/data-fixtures": "^1.2.1",
54
"doctrine/migrations": "^1.4.1",
0 commit comments