Skip to content

Commit 79e9ea5

Browse files
committed
[Build] Use stable dependencies and update branch aliases
1 parent ee9682d commit 79e9ea5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main, develop, 2.x ]
5+
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main, develop, 2.x ]
7+
branches: [ main, develop ]
88

99
jobs:
1010
build:

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,15 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-develop": "1.x-dev",
49-
"dev-2.x": "2.x-dev"
48+
"dev-develop": "2.x-dev"
5049
},
5150
"laravel": {
5251
"providers": [
5352
"LaravelJsonApi\\Encoder\\Neomerx\\ServiceProvider"
5453
]
5554
}
5655
},
57-
"minimum-stability": "dev",
56+
"minimum-stability": "stable",
5857
"prefer-stable": true,
5958
"config": {
6059
"sort-packages": true

0 commit comments

Comments
 (0)