Skip to content

Commit

Permalink
Support PHP 8
Browse files Browse the repository at this point in the history
Replaces #21
  • Loading branch information
LukeTowers committed Jun 30, 2021
1 parent f073688 commit e25c9c3
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 @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.2 || ^8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-simplexml": "*",
Expand Down

2 comments on commit e25c9c3

@LukeTowers
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaxwilko or @bennothommo are either of you able to fix the tests for me?

@bennothommo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange - deprecations shouldn't be a failure state - I'll have a look tomorrow.

Please sign in to comment.