Skip to content

Commit

Permalink
PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timdev committed Aug 19, 2023
1 parent c3a98f4 commit 03cc3eb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "timdev/stack-logger",
"type": "library",
"description": "A PSR-3 Logger that can track context.",
"license": "MIT",
"type": "library",
"keywords": [
"psr3",
"logging",
"logger",
"context",
"monolog"
],
"license": "MIT",
"authors": [
{
"name": "Tim Lieberman",
"email": "[email protected]"
}
],
"require": {
"php": "~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/log": "^1.1"
},
"require-dev": {
Expand All @@ -30,17 +30,22 @@
"squizlabs/php_codesniffer": "^3.6.2",
"symfony/console": "^4.4.30",
"symfony/process": "^4.4.30",
"timdev/devtools": "^0.1.8",
"timdev/devtools": "^0.1.9",
"vimeo/psalm": "^4.9"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"TimDev\\StackLogger\\": "src/",
"TimDev\\StackLogger\\Test\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
},
"scripts": {
"cs-check": "phpcs",
"cs-fix": "phpcbf",
Expand Down

0 comments on commit 03cc3eb

Please sign in to comment.