Skip to content

Commit

Permalink
change composer.json to cake5 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Sep 10, 2023
1 parent e9fd121 commit a46f40d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- 'main'
- 'cake5'
- '1.x'
pull_request:
branches:
- '*'
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "cakephp-plugin",
"require": {
"php": "^8.1",
"cakephp/cakephp": "5.x-dev",
"cakephp/cakephp": "^5.0.0",
"dragonmantank/cron-expression": "^3.3"
},
"require-dev": {
Expand Down Expand Up @@ -52,7 +52,5 @@
"email": "info@pfeiferkevin.at",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"prefer-stable": true
]
}

0 comments on commit a46f40d

Please sign in to comment.