Skip to content

Commit f16edfe

Browse files
committed
chore: drop Statamic 4 and PHP 8.2 support, update README
1 parent 6fb29a6 commit f16edfe

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Statamic 4](https://img.shields.io/badge/Statamic-v4-FF269E?style=for-the-badge&link=https://statamic.com)](https://statamic.com/addons/visuellverstehen/classify)
21
[![Statamic 5](https://img.shields.io/badge/Statamic-v5-FF269E?style=for-the-badge&link=https://statamic.com)](https://statamic.com/addons/visuellverstehen/classify)
32
[![Statamic 6](https://img.shields.io/badge/Statamic-v6-FF269E?style=for-the-badge&link=https://statamic.com)](https://statamic.com/addons/visuellverstehen/classify)
43
[![Latest version on Packagist](https://img.shields.io/packagist/v/visuellverstehen/statamic-classify.svg?style=for-the-badge)](https://packagist.org/packages/visuellverstehen/statamic-classify)
@@ -10,9 +9,9 @@ Classify is a useful helper to add CSS classes to all HTML tags generated by the
109

1110
## Requirements
1211

13-
- Statamic v4 || v5 || v6
14-
- Laravel 10 || 11 || 12
15-
- PHP 8.2+
12+
- Statamic v5 || v6
13+
- Laravel 11 || 12 || 13
14+
- PHP 8.3+
1615

1716
## Installation
1817

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"css",
99
"prose",
1010
"typography",
11-
"v4",
1211
"v5",
1312
"v6"
1413
],
@@ -34,7 +33,7 @@
3433
},
3534
"require": {
3635
"php": "^8.3",
37-
"statamic/cms": "^4.0 || ^5.0 || ^6.0",
36+
"statamic/cms": "^5.0 || ^6.0",
3837
"symfony/dom-crawler": "^6.0 || ^7.0 || ^8.0",
3938
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0 || ^8.0"
4039
},

0 commit comments

Comments
 (0)