Craig Berry

Results 4 issues of Craig Berry

Laravel's version requirement for PHPUnit is now `"phpunit/phpunit": "^8.5.8|^9.3.3",` , however both the 4.x and 5.x branches of this package are version locked to 6.5, meaning they can't be installed....

## Description Attempting to run New-JiraIssue throws a "reporter is required", no matter the value passed in. This is run against a blank Service Desk project with the IT Service...

Addressing #267 .

Quickfix
Review

As title. Example here (prefix is wp): ``` $supportCategory = SupportCategory::where('category_number', $row['Support Category Number'])->first(); ``` var_dump($this->table); shows support_categories ``` $supportCategory = SupportCategory::create([ "category_name" => $row["Support Category Name"], "category_number" => $row["Support...