Skip to content

Commit 5745ab1

Browse files
authored
Updated the composer file to support for php 8
1 parent 800af50 commit 5745ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alimranahmed/hit-logger",
3-
"description": "Laravel 5 request and response logger. Highly encouraged from spatie/laravel-http-logger",
3+
"description": "Laravel request and response logger. Highly encouraged from spatie/laravel-http-logger",
44
"license": "MIT",
55
"authors": [
66
{
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"php": "^7.1"
14+
"php": "^7.1|^8.0.2"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)