From f22e3c2345e05b472615e722ec3abf4cc05c60d2 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 9 May 2020 02:20:00 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index af4e1fe..a89b0d0 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@

+[](#contributors-)
+
+
[](#contributors-)
@@ -338,4 +341,22 @@ Open a new [Issue](https://github.com/PHPJasper/phpjasper/issues) or look for a
MIT
-## [Contribute](https://github.com/PHPJasper/phpjasper/blob/master/CONTRIBUTING.md)
\ No newline at end of file
+## [Contribute](https://github.com/PHPJasper/phpjasper/blob/master/CONTRIBUTING.md)
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From 1c3e599c711fceb81ddb38bed3326236e1b1e4e8 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 9 May 2020 02:20:02 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..46a7a7a
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "geekcom",
+ "name": "Daniel Rodrigues",
+ "avatar_url": "https://avatars2.githubusercontent.com/u/3955933?v=4",
+ "profile": "https://twitter.com/geekcom2",
+ "contributions": [
+ "infra",
+ "maintenance",
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "phpjasper",
+ "projectOwner": "PHPJasper",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}