File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^7.4.3 " ,
16
+ "php" : " ^7.4|^8.0 " ,
17
17
"doctrine/dbal" : " ^2.10" ,
18
18
"psr/container" : " ^1.0.0"
19
19
},
20
20
"require-dev" : {
21
- "phpro/grumphp" : " ~0.17 || ~1 .0" ,
22
- "phpstan/phpstan" : " ~0.11.19 " ,
23
- "phpunit/phpunit" : " ^8.0 || ^ 9.0" ,
21
+ "phpro/grumphp" : " ^1.3 .0" ,
22
+ "phpstan/phpstan" : " ^0.12 " ,
23
+ "phpunit/phpunit" : " ^9.0" ,
24
24
"squizlabs/php_codesniffer" : " ^3.4" ,
25
- "symfony/var-dumper" : " ^4.2 || ^ 5.0"
25
+ "symfony/var-dumper" : " ^5.0"
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
Original file line number Diff line number Diff line change
1
+ parameters:
2
+ ignoreErrors:
3
+ -
4
+ message: '~Unable to resolve the template type T in call to method static method Doctrine\\DBAL\\DriverManager::getConnection\(\)~'
5
+ paths:
6
+ - %currentWorkingDirectory%/src/Container/DBALConnectionFactory.php
You can’t perform that action at this time.
0 commit comments