Skip to content

Commit 81c4d0e

Browse files
author
holema
committed
add new composer.json
1 parent 02514b4 commit 81c4d0e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "michaeldegroot/doctrine-encrypt-bundle",
2+
"name": "h2entwicklung/doctrine-encrypt-bundle",
33
"type": "library",
44
"keywords": ["doctrine", "symfony", "halite", "defuse", "encrypt", "decrypt"],
55
"license": "MIT",
6-
"description": "Encrypted symfony entity's by verified and standardized libraries",
6+
"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",
77
"require": {
88
"php": "^7.2",
99
"paragonie/halite": "^4.6",
@@ -12,8 +12,8 @@
1212
"symfony/property-access": "^4.1|^5.0",
1313
"symfony/dependency-injection": "^4.1|^5.0",
1414
"symfony/yaml": "^4.1|^5.0",
15-
"symfony/http-kernel": "^4.1|^5.0",
16-
"symfony/config": "^4.1|^5.0"
15+
"symfony/http-kernel": "^5.1",
16+
"symfony/config": "^5.1"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^6.5",
@@ -31,8 +31,8 @@
3131
},
3232
"authors": [
3333
{
34-
"name": "GiveMeAllYourCats",
35-
"email": "specamps@gmail.com"
34+
"name": "h2entwicklung",
35+
"email": "info@h2-invent.com"
3636
}
3737
]
3838
}

0 commit comments

Comments
 (0)