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 ee9682d commit 79e9ea5Copy full SHA for 79e9ea5
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: Tests
2
3
on:
4
push:
5
- branches: [ main, develop, 2.x ]
+ branches: [ main, develop ]
6
pull_request:
7
8
9
jobs:
10
build:
composer.json
@@ -45,16 +45,15 @@
45
},
46
"extra": {
47
"branch-alias": {
48
- "dev-develop": "1.x-dev",
49
- "dev-2.x": "2.x-dev"
+ "dev-develop": "2.x-dev"
50
51
"laravel": {
52
"providers": [
53
"LaravelJsonApi\\Encoder\\Neomerx\\ServiceProvider"
54
]
55
}
56
57
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
58
"prefer-stable": true,
59
"config": {
60
"sort-packages": true
0 commit comments