diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..7f323bcf --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "kuzmany", + "name": "Zdeno Kuzmany", + "avatar_url": "https://avatars.githubusercontent.com/u/462477?v=4", + "profile": "https://webmecanik.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "api-library", + "projectOwner": "mautic", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 4265e085..9ee64d0f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [](https://codecov.io/gh/mautic/api-library) [](//packagist.org/packages/mautic/api-library) [](//packagist.org/packages/mautic/api-library) [](//packagist.org/packages/mautic/api-library) [](//packagist.org/packages/mautic/api-library) + +[](#contributors-) + # Using the Mautic API Library @@ -259,3 +262,23 @@ Configure the unit tests config before running the unit tests. The tests fire re Modify this command to run a specific test: `composer test -- --filter testCreateGetAndDelete tests/Api/NotesTest.php` Modify this command to run all tests in one class: `composer test -- --filter test tests/Api/NotesTest.php` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
Zdeno Kuzmany 💻 |
+