Skip to content

Commit

Permalink
Allow PSR Log 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp committed Aug 8, 2023
1 parent 826ba02 commit 4499dc6
Show file tree
Hide file tree
Showing 7 changed files with 1,465 additions and 1,352 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,23 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true
}
},
"require" : {
"php": "^7.2 || ^8.0",
"doctrine/dbal": "^2.5.14",
"psr/log": "^1.1"
"psr/log": "^2.0 || ^3.0"
},
"require-dev" : {
"infection/infection": "^0.8 || ^0.18.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"ext-pdo": "*",
"beste/psr-testlogger": "^1.0",
"infection/infection": "@stable",
"johnkary/phpunit-speedtrap": "^4.0",
"phpstan/phpstan": "^0.12",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "@stable",
"phpunit/phpunit": "^6.5 || ^8.5.16",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.4"
Expand Down
Loading

0 comments on commit 4499dc6

Please sign in to comment.