From 81c4d0e924e9c6917900093dd7f31ec5e7993ae3 Mon Sep 17 00:00:00 2001 From: holema Date: Thu, 12 Aug 2021 15:37:09 +0200 Subject: [PATCH] add new composer.json --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c463c326..9c823c9b 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "michaeldegroot/doctrine-encrypt-bundle", + "name": "h2entwicklung/doctrine-encrypt-bundle", "type": "library", "keywords": ["doctrine", "symfony", "halite", "defuse", "encrypt", "decrypt"], "license": "MIT", - "description": "Encrypted symfony entity's by verified and standardized libraries", + "description": "Encrypted symfony entity's by verified and standardized libraries Works with Symfony >5.1. This Package replaces the abandoned GiveMeAllYourCats/DoctrineEncryptBundle which is not longer maintained", "require": { "php": "^7.2", "paragonie/halite": "^4.6", @@ -12,8 +12,8 @@ "symfony/property-access": "^4.1|^5.0", "symfony/dependency-injection": "^4.1|^5.0", "symfony/yaml": "^4.1|^5.0", - "symfony/http-kernel": "^4.1|^5.0", - "symfony/config": "^4.1|^5.0" + "symfony/http-kernel": "^5.1", + "symfony/config": "^5.1" }, "require-dev": { "phpunit/phpunit": "^6.5", @@ -31,8 +31,8 @@ }, "authors": [ { - "name": "GiveMeAllYourCats", - "email": "specamps@gmail.com" + "name": "h2entwicklung", + "email": "info@h2-invent.com" } ] }