Skip to content

Commit

Permalink
Update dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 21, 2019
1 parent 9c6968e commit 72021a2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
}
],
"require":{
"cakephp/cakephp": "^4.0.0"
"cakephp/cakephp": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"cakephp/cakephp-codesniffer": "dev-next"
"phpunit/phpunit": "~8.5.0",
"cakephp/cakephp-codesniffer": "^4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -66,8 +66,6 @@
"issues": "https://github.com/friendsofcake/cakephp-csvview/issues",
"source": "https://github.com/friendsofcake/cakephp-csvview"
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"check": [
"@cs-check",
Expand Down

0 comments on commit 72021a2

Please sign in to comment.