Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
picodexter committed Jul 11, 2020
2 parents 3d2b9ee + 63c76df commit c6bd37a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .php_cs.dist
Expand Up @@ -14,8 +14,8 @@ EOF;
return \PhpCsFixer\Config::create()
->setRiskyAllowed(true)
->setRules([
'@PHP70Migration' => true,
'@PHP70Migration:risky' => true,
'@PHP71Migration' => true,
'@PHP71Migration:risky' => true,
'@Symfony' => true,
'@Symfony:risky' => true,

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed

* (empty)
* PHP CS Fixer: Replaced rule sets "@PHP70Migration" and "@PHP70Migration:risky" with "@PHP71Migration" and
"@PHP71Migration:risky"

### Deprecated

Expand Down
14 changes: 14 additions & 0 deletions README.md
@@ -1,5 +1,19 @@
# PcdxParameterEncryptionBundle

## DEPRECATION WARNING!

### THIS BUNDLE IS NOW DEPRECATED / ABANDONED

The [Symfony Secrets management](https://symfony.com/doc/current/configuration/secrets.html)
that was introduced with Symfony 4.4 offers an official solution for the
original purpose of this bundle.

Please refer to it instead.

Active development on this project has therefore been stopped.

## END OF DEPRECATION WARNING

This bundle lets you save Symfony parameters in an encrypted form and
automatically decrypt them during runtime.

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -35,5 +35,6 @@
"cs-nocache": "php-cs-fixer fix -v --dry-run --diff --using-cache=no",
"test": "phpunit -v",
"test-coverage": "phpunit -v --coverage-text"
}
},
"abandoned": true
}

0 comments on commit c6bd37a

Please sign in to comment.