We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c76a8e commit 9cda7b6Copy full SHA for 9cda7b6
config/packages/dev/easy_log_handler.yaml
@@ -0,0 +1,4 @@
1
+services:
2
+ EasyCorp\EasyLog\EasyLogHandler:
3
+ public: false
4
+ arguments: ['%kernel.logs_dir%/%kernel.environment%-readable.log']
tools/01_phpunit/composer.json
@@ -1,10 +1,10 @@
{
"require": {},
"require-dev": {
- "phpunit/phpunit": "8.5.*",
+ "phpunit/phpunit": "9.1.*",
5
"symfony/browser-kit": "4.4.*",
6
"symfony/css-selector": "4.4.*",
7
- "symfony/phpunit-bridge": "5.0.*",
+ "symfony/phpunit-bridge": "4.4.*",
8
"roave/security-advisories": "dev-master"
9
},
10
"config": {
0 commit comments