Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Sep 23, 2023
1 parent e81c9ba commit 1cf01a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "cakephp-plugin",
"require": {
"php": ">=8.1",
"cakephp/cakephp": "5.*"
"cakephp/cakephp": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.16",
"phpunit/phpunit": "^10.0",
"cakephp/cakephp-codesniffer": "^4.0"
},
"autoload": {
Expand Down

0 comments on commit 1cf01a2

Please sign in to comment.