Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit d9a78a6

Browse files
committed
Minor changes
1 parent 495ad55 commit d9a78a6

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.editorconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ trim_trailing_whitespace = true
77
insert_final_newline = true
88
indent_style = space
99
indent_size = 4
10-
11-
[*.yml]
12-
indent_style = space
13-
indent_size = 2

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@
2727
"branch-alias": {
2828
"dev-master": "0.2-dev"
2929
}
30-
},
31-
"prefer-stable": true,
32-
"minimum-stability": "dev"
30+
}
3331
}

src/ClientContextFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Http Message Factory package.
55
*
6-
* (c) PHP HTTP Team
6+
* (c) PHP HTTP Team <team@php-http.org>
77
*
88
* For the full copyright and license information, please read the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)