Skip to content

Commit

Permalink
Updated the composer file to support for php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alimranahmed authored Feb 28, 2022
1 parent 800af50 commit 5745ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alimranahmed/hit-logger",
"description": "Laravel 5 request and response logger. Highly encouraged from spatie/laravel-http-logger",
"description": "Laravel request and response logger. Highly encouraged from spatie/laravel-http-logger",
"license": "MIT",
"authors": [
{
Expand All @@ -11,7 +11,7 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.1"
"php": "^7.1|^8.0.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5745ab1

Please sign in to comment.