Skip to content

Commit

Permalink
Merge pull request #42 from sunscreem/master
Browse files Browse the repository at this point in the history
- Support Statamic 4
- Support Laravel 10
- Drop Laravel 8
- Drop PHP 7.3
- Drop a few Statamic 3 versions
  • Loading branch information
jonassiewertsen authored Jun 22, 2023
2 parents 575319c + b0fee38 commit 78374d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"link"
],
"require": {
"php": "^7.3 || ^8.0",
"illuminate/support": "^8.0 || ^9.0",
"statamic/cms": "3.0.* || 3.1.* || 3.2.* || 3.3.* || 3.4.*"
"php": "^8.0",
"illuminate/support": "^9.0 || ^10.0",
"statamic/cms": "^3.3 || ^4.0 "
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 78374d1

Please sign in to comment.