We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6968e commit 72021a2Copy full SHA for 72021a2
1 file changed
composer.json
@@ -44,11 +44,11 @@
44
}
45
],
46
"require":{
47
- "cakephp/cakephp": "^4.0.0"
+ "cakephp/cakephp": "^4.0"
48
},
49
"require-dev": {
50
- "phpunit/phpunit": "^8.0",
51
- "cakephp/cakephp-codesniffer": "dev-next"
+ "phpunit/phpunit": "~8.5.0",
+ "cakephp/cakephp-codesniffer": "^4.0"
52
53
"autoload": {
54
"psr-4": {
@@ -66,8 +66,6 @@
66
"issues": "https://github.com/friendsofcake/cakephp-csvview/issues",
67
"source": "https://github.com/friendsofcake/cakephp-csvview"
68
69
- "minimum-stability": "dev",
70
- "prefer-stable": true,
71
"scripts": {
72
"check": [
73
"@cs-check",
0 commit comments