Skip to content

Commit 8e94d70

Browse files
authored
Merge pull request #72 from php-http/semantic-branch-naming
semantic branch naming
2 parents d1ff748 + be42896 commit 8e94d70

File tree

7 files changed

+6
-11
lines changed

7 files changed

+6
-11
lines changed

.github/workflows/guzzle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Guzzle
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

.github/workflows/laminas-legacy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Laminas Legacy
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

.github/workflows/laminas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Laminas
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

.github/workflows/nyholm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Nyholm
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

.github/workflows/ringcentral.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: RingCentral
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

.github/workflows/slim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Slim
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
"ringcentral/psr7": "^1.2",
2626
"slim/psr7": "^1.4"
2727
},
28-
"extra": {
29-
"branch-alias": {
30-
"dev-master": "1.0-dev"
31-
}
32-
},
3328
"autoload": {
3429
"psr-4": {
3530
"Http\\Psr7Test\\": "src/"

0 commit comments

Comments
 (0)