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

Commit 57a927b

Browse files
authored
Merge pull request #32 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 74fa38b + de950db commit 57a927b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=5.4.0",
18-
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
19-
"zendesk/zendesk_api_client_php": "2.*"
18+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
19+
"zendesk/zendesk_api_client_php": "2.*|^3.0"
2020
},
2121
"extra": {
2222
"laravel": {

0 commit comments

Comments
 (0)