Skip to content

Commit c8a865a

Browse files
committed
Changed versions for orm, dbal, phpunit
1 parent 74ed421 commit c8a865a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"require": {
4040
"php": "^7.1",
4141
"doctrine/doctrine-module": "^1.2",
42-
"doctrine/orm": ">=2.5,<2.7",
43-
"doctrine/dbal": ">=2.4,<2.7",
42+
"doctrine/orm": "^2.6.0",
43+
"doctrine/dbal": "^2.6.0",
4444
"symfony/console": "^2.3 || ^3.0 || ^4.0",
4545
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1",
4646
"zendframework/zend-hydrator": "^1.1 || ^2.2.1",
4747
"zendframework/zend-mvc": "^2.7.10 || ^3.0.1",
4848
"zendframework/zend-servicemanager": "^2.7.6 || ^3.1"
4949
},
5050
"require-dev": {
51-
"phpunit/phpunit": "^6.4.4",
51+
"phpunit/phpunit": "^6.5",
5252
"squizlabs/php_codesniffer": "^2.7",
5353
"doctrine/data-fixtures": "^1.2.1",
5454
"doctrine/migrations": "^1.4.1",

0 commit comments

Comments
 (0)