Skip to content

Commit 1b418fe

Browse files
author
Jason Horvath
committedFeb 19, 2020
update phpunit and orm versions
1 parent 6ec8e89 commit 1b418fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"cakephp", "plugin", "lazy load"
77
],
88
"require-dev": {
9-
"phpunit/phpunit": "^5.7|^6.0",
9+
"phpunit/phpunit": "^8.5",
1010
"cakephp/cakephp-codesniffer": "dev-master",
1111
"cakephp/cakephp": "^4.0"
1212
},
1313
"require": {
14-
"cakephp/orm": ">=3.6.0 <4.0"
14+
"cakephp/orm": "^4.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)
Please sign in to comment.