diff --git a/README.md b/README.md index adf2fca8c..9583cb171 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ d('Get off my lawn!'); // Debugs no longer have any effect ## Authors [**Jonathan Vollebregt** (jnvsor)](https://github.com/jnvsor) -[**Rokas Šleinius** (raveren)](https://github.com/raveren) +[Contributors](https://github.com/kint-php/kint/graphs/contributors) ## License diff --git a/composer.json b/composer.json index 2251ad3ad..5c64d9eeb 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,6 @@ "name": "Jonathan Vollebregt", "homepage": "https://github.com/jnvsor" }, - { - "name": "Rokas Šleinius", - "homepage": "https://github.com/raveren" - }, { "name": "Contributors", "homepage": "https://github.com/kint-php/kint/graphs/contributors" diff --git a/package.json b/package.json index ec483316d..f9e9dcf17 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,6 @@ "name": "Jonathan Vollebregt", "url": "https://github.com/jnvsor", "email": "jnvsor@gmail.com" - }, - { - "name": "Rokas Šleinius", - "url": "https://github.com/raveren", - "email": "raveren@gmail.com" } ], "license": "MIT",