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 692eb01 + 259f4d3 commit 785c0b7Copy full SHA for 785c0b7
.github/workflows/checks.yml
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - '*.x'
7
pull_request:
8
9
jobs:
.github/workflows/static.yml
@@ -3,7 +3,7 @@ name: Static analysis
composer.json
@@ -28,11 +28,6 @@
28
"friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
29
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
30
},
31
- "extra": {
32
- "branch-alias": {
33
- "dev-master": "2.x-dev"
34
- }
35
- },
36
"autoload": {
37
"psr-4": {
38
"Http\\Client\\": "src/"
0 commit comments