Skip to content

Commit

Permalink
Merge pull request #2 from boboldehampsink/patch-1
Browse files Browse the repository at this point in the history
Add PHP8 support
  • Loading branch information
bvangennep committed Mar 4, 2021
2 parents 41eb16b + 9de2bac commit 27ecf03
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,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "nerds-and-company/craft-hirefire",
"description": "Hirefire.io worker scheduler for Craft 3 queue jobs",
"type": "craft-plugin",
Expand All @@ -21,7 +21,7 @@
"downloadUrl": "https://github.com/nerds-and-company/craft-hirefire/releases/latest"
},
"require": {
"php": "^7.0",
"php": "^7.0 || ^8.0",
"craftcms/cms": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit 27ecf03

Please sign in to comment.