Skip to content

Commit d117577

Browse files
authored
Merge pull request #249 from cakephp/3.x-cake5
3.x: change composer.json to cake5 stable version
2 parents 83219a4 + 1c799ee commit d117577

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"type": "cakephp-plugin",
1111
"require": {
1212
"php": ">=8.1",
13-
"cakephp/http": "5.x-dev",
13+
"cakephp/http": "^5.0",
1414
"psr/http-client": "^1.0",
1515
"psr/http-message": "^2.0",
1616
"psr/http-server-handler": "^1.0",
1717
"psr/http-server-middleware": "^1.0"
1818
},
1919
"require-dev": {
20-
"cakephp/authentication": "3.x-dev",
21-
"cakephp/bake": "3.x-dev",
22-
"cakephp/cakephp": "5.x-dev",
20+
"cakephp/authentication": "^3.0",
21+
"cakephp/bake": "^3.0",
22+
"cakephp/cakephp": "^5.0",
2323
"cakephp/cakephp-codesniffer": "^5.0",
2424
"cakephp/plugin-installer": "^1.3",
2525
"phpunit/phpunit": "^10.1.0"
@@ -81,7 +81,5 @@
8181
"cakephp/plugin-installer": true,
8282
"dealerdirect/phpcodesniffer-composer-installer": true
8383
}
84-
},
85-
"minimum-stability": "dev",
86-
"prefer-stable": true
84+
}
8785
}

0 commit comments

Comments
 (0)