Skip to content

Commit 72021a2

Browse files
committed
Update dependency constraints
1 parent 9c6968e commit 72021a2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
}
4545
],
4646
"require":{
47-
"cakephp/cakephp": "^4.0.0"
47+
"cakephp/cakephp": "^4.0"
4848
},
4949
"require-dev": {
50-
"phpunit/phpunit": "^8.0",
51-
"cakephp/cakephp-codesniffer": "dev-next"
50+
"phpunit/phpunit": "~8.5.0",
51+
"cakephp/cakephp-codesniffer": "^4.0"
5252
},
5353
"autoload": {
5454
"psr-4": {
@@ -66,8 +66,6 @@
6666
"issues": "https://github.com/friendsofcake/cakephp-csvview/issues",
6767
"source": "https://github.com/friendsofcake/cakephp-csvview"
6868
},
69-
"minimum-stability": "dev",
70-
"prefer-stable": true,
7169
"scripts": {
7270
"check": [
7371
"@cs-check",

0 commit comments

Comments
 (0)