Skip to content

Commit 57ff16b

Browse files
committed
Merge branch 'main' of github.com:BrainBuzzer/php-ch into main
2 parents d69b1f0 + 5c677de commit 57ff16b

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

.all-contributorsrc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "BrainBuzzer",
11+
"name": "Aditya Giri",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/10351046?v=4",
13+
"profile": "https://brainbuzzer.me",
14+
"contributions": [
15+
"doc",
16+
"code",
17+
"ideas",
18+
"maintenance",
19+
"question"
20+
]
21+
}
22+
],
23+
"contributorsPerLine": 7,
24+
"skipCi": true,
25+
"repoType": "github",
26+
"repoHost": "https://github.com",
27+
"projectName": "php-ch",
28+
"projectOwner": "BrainBuzzer"
29+
}

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# PHP Version Manager for Windows
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
## What is it?
47

@@ -51,10 +54,14 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
5154
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5255
<!-- prettier-ignore-start -->
5356
<!-- markdownlint-disable -->
57+
<table>
58+
<tbody>
59+
<tr>
60+
<td align="center" valign="top" width="14.28%"><a href="https://brainbuzzer.me"><img src="https://avatars.githubusercontent.com/u/10351046?v=4?s=100" width="100px;" alt="Aditya Giri"/><br /><sub><b>Aditya Giri</b></sub></a><br /><a href="https://github.com/BrainBuzzer/php-ch/commits?author=BrainBuzzer" title="Documentation">📖</a> <a href="https://github.com/BrainBuzzer/php-ch/commits?author=BrainBuzzer" title="Code">💻</a> <a href="#ideas-BrainBuzzer" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-BrainBuzzer" title="Maintenance">🚧</a> <a href="#question-BrainBuzzer" title="Answering Questions">💬</a></td>
61+
</tr>
62+
</tbody>
63+
</table>
5464

5565
<!-- markdownlint-restore -->
5666
<!-- prettier-ignore-end -->
5767
<!-- ALL-CONTRIBUTORS-LIST:END -->
58-
59-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
60-

0 commit comments

Comments
 (0)