Skip to content

Commit

Permalink
Use stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Nov 12, 2023
1 parent 5e26763 commit 2e8a3ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"require": {
"php": ">=8.1",
"cakephp/cakephp": "5.x-dev"
"cakephp/cakephp": "^5.0.1"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^5.0",
"phpunit/phpunit": "^9.5.16"
"phpunit/phpunit": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -66,6 +66,5 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 2e8a3ae

Please sign in to comment.