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 f640739 commit 54fcb95Copy full SHA for 54fcb95
.github/workflows/checks.yml
@@ -3,7 +3,7 @@ name: Checks
3
on:
4
push:
5
branches:
6
- - master
+ - '*.x'
7
pull_request:
8
9
jobs:
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
.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",
29
"phpspec/phpspec": "^5.1 || ^6.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