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 @@ [![codecov](https://codecov.io/gh/mautic/api-library/branch/master/graph/badge.svg)](https://codecov.io/gh/mautic/api-library) [![Latest Stable Version](https://poser.pugx.org/mautic/api-library/v)](//packagist.org/packages/mautic/api-library) [![Total Downloads](https://poser.pugx.org/mautic/api-library/downloads)](//packagist.org/packages/mautic/api-library) [![Latest Unstable Version](https://poser.pugx.org/mautic/api-library/v/unstable)](//packagist.org/packages/mautic/api-library) [![License](https://poser.pugx.org/mautic/api-library/license)](//packagist.org/packages/mautic/api-library) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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

💻
+ + + + + + +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