Skip to content

Commit ac6b902

Browse files
Add Statamic 4 support
1 parent 0c6c6df commit ac6b902

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Would you like something more flexible and with more functionality? Check out my
2525
[Documentation Plugin](https://statamic.com/marketplace/addons/documentation)
2626

2727
# Requirements
28-
- Statamic 3.4, 3.3, 3.2 or 3.1
29-
- Laravel 10, 9, 8 or 7
28+
- Statamic 3 or 4
29+
- Laravel 10, 9
3030
- PHP 8.0 or >= PHP 7.3
3131

3232
### License

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "A Statamic Addon to save Video How To's for your customers",
44
"keywords": [
55
"Statamic",
6-
"V3",
76
"Addon",
87
"How-To", "HowTo", "How", "To",
98
"Videos"
@@ -25,8 +24,8 @@
2524
},
2625
"require": {
2726
"php": "^7.3 || ^8.0",
28-
"illuminate/support": "10.* | 9.* | 8.* | 7.*",
29-
"statamic/cms": "3.4.* | 3.3.* | 3.2.* | 3.1.*"
27+
"illuminate/support": "^10.0 || ^9.0",
28+
"statamic/cms": "^4.0 || ^3.0"
3029
},
3130
"extra": {
3231
"statamic": {

0 commit comments

Comments
 (0)