Skip to content

Commit a696608

Browse files
committed
Update repository references to use the new naming convention for DoctrineEncryptBundle
- Changed all occurrences of the old repository name 'doctrine-encrypt-bundle' to 'DoctrineEncryptBundle' in composer.json, README.md, and configuration files. - Removed outdated documentation file 'docs/README.md' as part of the repository restructuring. - Updated links in the ROADMAP.md to reflect the new repository name.
1 parent 644abf3 commit a696608

6 files changed

Lines changed: 12 additions & 38 deletions

File tree

.symfony/recipe/nowo-tech/doctrine-encrypt-bundle/1.0/1.0/config/packages/nowo_doctrine_encrypt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Doctrine Encrypt Bundle
2-
# https://github.com/nowo-tech/doctrine-encrypt-bundle
2+
# https://github.com/nowo-tech/DoctrineEncryptBundle
33
# Generate secret key: php bin/console doctrine:encrypt:generate-secret-key
44
# Add .Halite.key, .Defuse.key and .<encryptor>.<alias>.key to .gitignore
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Doctrine Encrypt Bundle
22

3-
[![CI](https://github.com/nowo-tech/doctrine-encrypt-bundle/actions/workflows/ci.yml/badge.svg)](https://github.com/nowo-tech/doctrine-encrypt-bundle/actions/workflows/ci.yml) [![Packagist Version](https://img.shields.io/packagist/v/nowo-tech/doctrine-encrypt-bundle.svg?style=flat)](https://packagist.org/packages/nowo-tech/doctrine-encrypt-bundle) [![Packagist Downloads](https://img.shields.io/packagist/dt/nowo-tech/doctrine-encrypt-bundle.svg)](https://packagist.org/packages/nowo-tech/doctrine-encrypt-bundle) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![PHP](https://img.shields.io/badge/PHP-8.1%2B-777BB4?logo=php)](https://php.net) [![Symfony](https://img.shields.io/badge/Symfony-6%20%7C%207%20%7C%208-000000?logo=symfony)](https://symfony.com) [![GitHub stars](https://img.shields.io/github/stars/nowo-tech/doctrine-encrypt-bundle.svg?style=social&label=Star)](https://github.com/nowo-tech/doctrine-encrypt-bundle)
3+
[![CI](https://github.com/nowo-tech/DoctrineEncryptBundle/actions/workflows/ci.yml/badge.svg)](https://github.com/nowo-tech/DoctrineEncryptBundle/actions/workflows/ci.yml) [![Packagist Version](https://img.shields.io/packagist/v/nowo-tech/doctrine-encrypt-bundle.svg?style=flat)](https://packagist.org/packages/nowo-tech/doctrine-encrypt-bundle) [![Packagist Downloads](https://img.shields.io/packagist/dt/nowo-tech/doctrine-encrypt-bundle.svg)](https://packagist.org/packages/nowo-tech/doctrine-encrypt-bundle) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![PHP](https://img.shields.io/badge/PHP-8.1%2B-777BB4?logo=php)](https://php.net) [![Symfony](https://img.shields.io/badge/Symfony-6%20%7C%207%20%7C%208-000000?logo=symfony)](https://symfony.com) [![GitHub stars](https://img.shields.io/github/stars/nowo-tech/doctrine-encrypt-bundle.svg?style=social&label=Star)](https://github.com/nowo-tech/DoctrineEncryptBundle)
44

5-
> **Found this useful?** [Install from Packagist](https://packagist.org/packages/nowo-tech/doctrine-encrypt-bundle) · Give it a **star** on [GitHub](https://github.com/nowo-tech/doctrine-encrypt-bundle) so more developers can find it.
5+
> **Found this useful?** [Install from Packagist](https://packagist.org/packages/nowo-tech/doctrine-encrypt-bundle) · Give it a **star** on [GitHub](https://github.com/nowo-tech/DoctrineEncryptBundle) so more developers can find it.
66
77
**Doctrine Encrypt Bundle** — Encrypt Doctrine entity fields with [Halite](https://github.com/paragonie/halite) or [Defuse](https://github.com/defuse/php-encryption). Uses verified, standardized libraries (no custom crypto). For Symfony 6, 7 and 8 · PHP 8.1+.
88

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"decrypt",
1313
"entity"
1414
],
15-
"homepage": "https://github.com/nowo-tech/doctrine-encrypt-bundle",
15+
"homepage": "https://github.com/nowo-tech/DoctrineEncryptBundle",
1616
"support": {
17-
"issues": "https://github.com/nowo-tech/doctrine-encrypt-bundle/issues",
18-
"source": "https://github.com/nowo-tech/doctrine-encrypt-bundle",
19-
"docs": "https://github.com/nowo-tech/doctrine-encrypt-bundle/tree/main/docs"
17+
"issues": "https://github.com/nowo-tech/DoctrineEncryptBundle/issues",
18+
"source": "https://github.com/nowo-tech/DoctrineEncryptBundle",
19+
"docs": "https://github.com/nowo-tech/DoctrineEncryptBundle/tree/main/docs"
2020
},
2121
"authors": [
2222
{

demo/symfony8/composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A major version would only be considered if we introduce breaking changes (e.g.
4040

4141
## Community
4242

43-
- **Issues & PRs:** [GitHub Issues](https://github.com/nowo-tech/doctrine-encrypt-bundle/issues) and Pull Requests are welcome.
43+
- **Issues & PRs:** [GitHub Issues](https://github.com/nowo-tech/DoctrineEncryptBundle/issues) and Pull Requests are welcome.
4444
- **Security:** See [SECURITY.md](SECURITY.md) for how to report vulnerabilities.
4545

4646
If you rely on Doctrine Encrypt Bundle, consider giving it a **star** on GitHub so others can discover it more easily.

0 commit comments

Comments
 (0)