We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a64d20 commit 9fa5798Copy full SHA for 9fa5798
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - 'cake5'
+ - '2.x'
7
pull_request:
8
9
- '*'
composer.json
@@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": ">=8.1",
- "cakephp/cakephp": "5.x-dev",
+ "cakephp/cakephp": "^5.0.0",
"symfony/process": "^5.4"
10
},
11
"require-dev": {
@@ -37,8 +37,6 @@
37
"psalm-baseline": "tools/psalm --set-baseline=psalm-baseline.xml",
38
"stan-setup": "phive install"
39
40
- "minimum-stability": "dev",
41
- "prefer-stable": true,
42
"config": {
43
"allow-plugins": {
44
"dealerdirect/phpcodesniffer-composer-installer": true
0 commit comments