Skip to content

Commit 952aba3

Browse files
Koldo Picazakpicaza
authored andcommitted
add php8 support
1 parent e202a02 commit 952aba3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
"name": "kpicaza"
1313
}
1414
],
15+
"repositories": [
16+
{
17+
"type": "git",
18+
"url": "https://github.com/antidot-framework/psr11-monolog"
19+
}
20+
],
1521
"require": {
16-
"php": "^7.4.0",
22+
"php": "^7.4.0|^8.0",
1723
"psr/http-server-middleware": "^1.0",
1824
"psr/log": "^1.1"
1925
},
@@ -22,7 +28,7 @@
2228
"phpstan/phpstan": "^0.11.5 || ^0.12.0",
2329
"phpunit/phpunit": "^8.0 || ^9.0",
2430
"squizlabs/php_codesniffer": "^3.4",
25-
"wshafer/psr11-monolog": "^3.0.0"
31+
"wshafer/psr11-monolog": "@dev"
2632
},
2733
"autoload": {
2834
"psr-4": {

0 commit comments

Comments
 (0)