Skip to content

Commit

Permalink
Merge pull request #13 from FlorianMoser/support-statamic-5
Browse files Browse the repository at this point in the history
Added support for Statamic 5 and Laravel 11
  • Loading branch information
jonassiewertsen authored Jun 9, 2024
2 parents 2aea6f6 + bd62038 commit 3c550cf
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
Expand Up @@ -24,8 +24,8 @@
},
"require": {
"php": "^7.4 || ^8.0",
"illuminate/support": "^10.0 || ^9.0",
"statamic/cms": "^4.0 || ^3.0",
"illuminate/support": "^11.0 || ^10.0 || ^9.0",
"statamic/cms": "^5.0 || ^4.0 || ^3.0",
"ohdearapp/ohdear-php-sdk": "^3.0.1"
},
"extra": {
Expand Down

0 comments on commit 3c550cf

Please sign in to comment.