Skip to content

Commit ab44f7e

Browse files
committed
Fix branch-alias
1 parent 875c48c commit ab44f7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Setup Dependencies
2929
env:
30-
COMPOSER_ROOT_VERSION: 2.x-dev
30+
COMPOSER_ROOT_VERSION: 1.x-dev
3131
run:
3232
composer install -o
3333

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Setup Dependencies
5353
env:
54-
COMPOSER_ROOT_VERSION: 2.x-dev
54+
COMPOSER_ROOT_VERSION: 1.x-dev
5555
run:
5656
composer install -o
5757

@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Setup Dependencies
111111
env:
112-
COMPOSER_ROOT_VERSION: 2.x-dev
112+
COMPOSER_ROOT_VERSION: 1.x-dev
113113
run:
114114
composer install -o
115115

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"extra": {
5757
"branch-alias": {
58-
"dev-master": "2.x-dev"
58+
"dev-master": "1.x-dev"
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)