Skip to content

Commit 9fa5798

Browse files
committed
change composer.json to cake5 stable version
1 parent 9a64d20 commit 9fa5798

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- 'cake5'
6+
- '2.x'
77
pull_request:
88
branches:
99
- '*'

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=8.1",
8-
"cakephp/cakephp": "5.x-dev",
8+
"cakephp/cakephp": "^5.0.0",
99
"symfony/process": "^5.4"
1010
},
1111
"require-dev": {
@@ -37,8 +37,6 @@
3737
"psalm-baseline": "tools/psalm --set-baseline=psalm-baseline.xml",
3838
"stan-setup": "phive install"
3939
},
40-
"minimum-stability": "dev",
41-
"prefer-stable": true,
4240
"config": {
4341
"allow-plugins": {
4442
"dealerdirect/phpcodesniffer-composer-installer": true

0 commit comments

Comments
 (0)