Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
harry-huddle authored Feb 7, 2022
2 parents b2d3c6b + 2708aaf commit 068605b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "huddledigital/zendesk-laravel",
"type": "library",
"description": "Laravel wrapper for zendesk/zendesk_api_client_php package",
"keywords": ["zendesk"],
"keywords": [
"zendesk"
],
"homepage": "http://workwithhuddle.com",
"license": "MIT",
"authors": [
Expand All @@ -13,7 +15,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0",
"zendesk/zendesk_api_client_php": "2.*"
},
"extra": {
Expand Down

0 comments on commit 068605b

Please sign in to comment.