Skip to content

Commit

Permalink
Upgrading to support php 8
Browse files Browse the repository at this point in the history
Adds support for php8
  • Loading branch information
Arul- authored Dec 24, 2020
1 parent 03419a5 commit 7f0cad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Running Restler on ReactPHP",
"type": "project",
"require": {
"php": "^7.1",
"php": "^7.1|^8",
"ext-json": "*",
"psr/container": "^1.0",
"guzzlehttp/guzzle": "~7",
Expand Down

0 comments on commit 7f0cad9

Please sign in to comment.