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.
2 parents d243c45 + 09d5f55 commit e73593bCopy full SHA for e73593b
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
name: CI
8
9
env:
10
- COMPOSER_ROOT_VERSION: "11.0-dev"
+ COMPOSER_ROOT_VERSION: "11.0.x-dev"
11
12
jobs:
13
coding-guidelines:
composer.json
@@ -62,7 +62,7 @@
62
},
63
"extra": {
64
"branch-alias": {
65
- "dev-main": "11.0-dev"
+ "dev-main": "11.0.x-dev"
66
}
67
68
0 commit comments