Skip to content

Commit

Permalink
chore(dependencies): dropped sf3 and composer general upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreEkino committed Jul 24, 2020
1 parent ad86f0b commit 8125dbc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ env:
matrix:
fast_finish: true
include:
- php: '7.3'
env: SYMFONY=3.4.*
- php: '7.3'
env: SYMFONY=^4.4
- php: '7.3'
env: SYMFONY_DEPRECATIONS_HELPER=0
- php: '7.2'
env: SYMFONY=3.4.*
- php: '7.2'
env: SYMFONY=^4.4
- php: '7.2'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ master
* Drop support for PHP 7.1
* Add PHP 7.4 in CI
* Upgrade PhpUnit to 8
* ``Ekino\DataProtectionBundle\DependencyInjection\EnvVarEncryptedProcessor`` is now deprecated in favor of built-in symfony secret feature

v1.1.0
------
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ can fill in only the encrypted part of the log or a full text containing several
In case of several encrypted logs, each decrypted result will be displayed in a
dedicated tab.

## Decrypt your secrets at runtime
## Decrypt your secrets at runtime (deprecated)

Warning :
``
Ekino\DataProtectionBundle\DependencyInjection\EnvVarEncryptedProcessor`` is now deprecated in favor of built-in symfony secret feature

This bundle provides a processor using the configured encryptor to decrypt a
secret at runtime. This allows you to not reveal your secrets and easy
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"ext-json": "*",
"ext-openssl": "*",
"monolog/monolog": "~1.24|~2.0",
"symfony/config": "~3.3|~4.4",
"symfony/console": "~3.3|~4.4",
"symfony/dependency-injection": "~3.4.10|^4.4",
"symfony/form": "~3.3|~4.4",
"symfony/http-kernel": "~3.3|~4.4",
"symfony/translation": "~3.3|~4.4"
"symfony/config": "~4.4",
"symfony/console": "~4.4",
"symfony/dependency-injection": "^4.4",
"symfony/form": "~4.4",
"symfony/http-kernel": "~4.4",
"symfony/translation": "~4.4"
},
"require-dev": {
"ekino/phpstan-banned-code": "^0.2 || ^0.3",
"friendsofphp/php-cs-fixer": "^2.12",
"ekino/phpstan-banned-code": "^0.3",
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
"sensiolabs/security-checker": "^6.0",
Expand Down

0 comments on commit 8125dbc

Please sign in to comment.