Skip to content

Commit

Permalink
Bump to 2.0 because of breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Jul 18, 2022
1 parent 28a2db1 commit ae0bf84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.4 - 2022-05-16
## 2.0.0 - 2022-07-18
### Added
- Added Craft 4 support

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hirefire (for Craft 3)
# Hirefire (for Craft 4)

Hirefire.io worker scheduler for Craft 3 queue jobs
Hirefire.io worker scheduler for Craft 4 queue jobs

## Installation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.4",
"version": "2.0.0",
"name": "nerds-and-company/craft-hirefire",
"description": "Hirefire.io worker scheduler for Craft 3 queue jobs",
"description": "Hirefire.io worker scheduler for Craft 4 queue jobs",
"type": "craft-plugin",
"license": "MIT",
"authors": [{
Expand All @@ -21,8 +21,8 @@
"downloadUrl": "https://github.com/nerds-and-company/craft-hirefire/releases/latest"
},
"require": {
"php": "^7.0 || ^8.0",
"craftcms/cms": "^3.0 || ^4.0"
"php": "^8.0",
"craftcms/cms": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/InfoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class InfoController extends Controller
/**
* @var bool
*/
public $allowAnonymous = true;
public array|bool|int $allowAnonymous = true;

/**
* @param string $token
Expand Down

0 comments on commit ae0bf84

Please sign in to comment.