Skip to content

Commit

Permalink
Add Statamic 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored May 11, 2023
1 parent 0c6c6df commit ac6b902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Would you like something more flexible and with more functionality? Check out my
[Documentation Plugin](https://statamic.com/marketplace/addons/documentation)

# Requirements
- Statamic 3.4, 3.3, 3.2 or 3.1
- Laravel 10, 9, 8 or 7
- Statamic 3 or 4
- Laravel 10, 9
- PHP 8.0 or >= PHP 7.3

### License
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "A Statamic Addon to save Video How To's for your customers",
"keywords": [
"Statamic",
"V3",
"Addon",
"How-To", "HowTo", "How", "To",
"Videos"
Expand All @@ -25,8 +24,8 @@
},
"require": {
"php": "^7.3 || ^8.0",
"illuminate/support": "10.* | 9.* | 8.* | 7.*",
"statamic/cms": "3.4.* | 3.3.* | 3.2.* | 3.1.*"
"illuminate/support": "^10.0 || ^9.0",
"statamic/cms": "^4.0 || ^3.0"
},
"extra": {
"statamic": {
Expand Down

0 comments on commit ac6b902

Please sign in to comment.