From 1bec49ac5f592385814609e4c6d590b48e0acd2b Mon Sep 17 00:00:00 2001 From: Sascha Zander Date: Wed, 2 Oct 2024 16:37:35 +0200 Subject: [PATCH] Replace arnaud-ritti github key with own --- README.md | 10 ++++------ composer.json | 10 +++++++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8c9d90e..83ddcd8 100755 --- a/README.md +++ b/README.md @@ -11,11 +11,9 @@ This bundle adds the required functionality to use mosparo in your Symfony form.

-![GitHub](https://img.shields.io/github/license/arnaud-ritti/mosparo-bundle) -[![GitHub checks](https://github.com/arnaud-ritti/mosparo-bundle/actions/workflows/release.yaml/badge.svg)](https://github.com/arnaud-ritti/mosparo-bundle/actions/workflows/release.yaml) -![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/arnaud-ritti/mosparo-bundle) -[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0f5b1debea2c4a169e44ee5e09397927)](https://app.codacy.com/gh/arnaud-ritti/mosparo-bundle/dashboard?utm_source=gh\&utm_medium=referral\&utm_content=\&utm_campaign=Badge_grade) -[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/0f5b1debea2c4a169e44ee5e09397927)](https://app.codacy.com/gh/arnaud-ritti/mosparo-bundle/dashboard?utm_source=gh\&utm_medium=referral\&utm_content=\&utm_campaign=Badge_coverage) +![GitHub](https://img.shields.io/github/license/Digi92/mosparo-bundle) +[![GitHub checks](https://github.com/Digi92/mosparo-bundle/actions/workflows/release.yaml/badge.svg)](https://github.com/Digi92/mosparo-bundle/actions/workflows/release.yaml) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Digi92/mosparo-bundle) *** @@ -36,7 +34,7 @@ To use the plugin, you must meet the following requirements: Install this bundle by using composer: ```text -composer require arnaud-ritti/mosparo-bundle +composer require Digi92/mosparo-bundle ``` ## Configuration diff --git a/composer.json b/composer.json index 9ef1d79..031de71 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "arnaud-ritti/mosparo-bundle", - "version": "1.2.2", + "name": "digi92/mosparo-bundle", + "version": "1.2.3", "type": "symfony-bundle", "description": "A Symfony bundle for mosparo spam protection", "keywords": [ @@ -9,12 +9,16 @@ "spam protection", "recaptcha" ], - "homepage": "https://github.com/arnaud-ritti/mosparo-bundle", + "homepage": "https://github.com/Digi92/mosparo-bundle", "license": "MIT", "authors": [ { "name": "Arnaud RITTI", "homepage": "https://github.com/arnaud-ritti" + }, + { + "name": "S.Zander", + "homepage": "https://github.com/Digi92" } ], "require": {