From c87cf6cc029d956edfff3b152f42554d08c26d6c Mon Sep 17 00:00:00 2001 From: Johannes Hertenstein Date: Tue, 3 Mar 2026 10:47:17 +0100 Subject: [PATCH] Allow installation on Statamic v6 --- .github/workflows/tests.yaml | 2 +- CHANGELOG.md | 4 ++++ composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 63d6044..f0f867b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: php: [8.1] - statamic: [4.0.*, 5.0.*] + statamic: [4.0.*, 5.0.*, 6.0.*] os: [ubuntu-latest] laravel: [10.*] testbench: [8.*] diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e60e48..aff1240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `statamic-toc` will be documented in this file. +## ???-??-?? v1.05 + +- Support for Statamic v6 + ## 2021-07-08 v1.0.4 - Support Level-Start diff --git a/composer.json b/composer.json index e6ce184..305d18c 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ ], "require": { "php": "^7.4 | ^8.0 | ^8.1 | ^8.2", - "statamic/cms": "^3.0 | ^3.1 | ^3.2 | ^3.3 | ^3.4 | ^4.0 | ^5.0" + "statamic/cms": "^3.0 | ^3.1 | ^3.2 | ^3.3 | ^3.4 | ^4.0 | ^5.0 | ^6.0" }, "require-dev": { "orchestra/testbench": "^5.0 | ^6.0 | ^7.0 | 8.x | 9.x",