Skip to content

Commit

Permalink
Update constraints to what will be stable versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2023
1 parent b1d5ba6 commit 162d115
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"cakephp/cakephp": "5.x-dev",
"cakephp/migrations": "4.x-dev",
"cakephp/cakephp": "^5.0.0",
"cakephp/migrations": "^4.0.0",
"cakephp/plugin-installer": "^2.0",
"mobiledetect/mobiledetectlib": "^3.74"
},
"require-dev": {
"cakephp/bake": "3.x-dev",
"cakephp/bake": "^3.0.0",
"cakephp/cakephp-codesniffer": "^5.0",
"cakephp/debug_kit": "5.x-dev",
"cakephp/debug_kit": "^5.0.0",
"josegonzalez/dotenv": "^4.0",
"phpunit/phpunit": "^10.1.0"
},
Expand Down Expand Up @@ -47,7 +47,6 @@
"stan": "phpstan analyse",
"test": "phpunit --colors=always"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform-check": true,
Expand Down

0 comments on commit 162d115

Please sign in to comment.