Skip to content

Commit

Permalink
Merge pull request #249 from cakephp/3.x-cake5
Browse files Browse the repository at this point in the history
3.x: change composer.json to cake5 stable version
  • Loading branch information
markstory authored Sep 10, 2023
2 parents 83219a4 + 1c799ee commit d117577
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"type": "cakephp-plugin",
"require": {
"php": ">=8.1",
"cakephp/http": "5.x-dev",
"cakephp/http": "^5.0",
"psr/http-client": "^1.0",
"psr/http-message": "^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"cakephp/authentication": "3.x-dev",
"cakephp/bake": "3.x-dev",
"cakephp/cakephp": "5.x-dev",
"cakephp/authentication": "^3.0",
"cakephp/bake": "^3.0",
"cakephp/cakephp": "^5.0",
"cakephp/cakephp-codesniffer": "^5.0",
"cakephp/plugin-installer": "^1.3",
"phpunit/phpunit": "^10.1.0"
Expand Down Expand Up @@ -81,7 +81,5 @@
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit d117577

Please sign in to comment.