Skip to content

Commit 78c3d09

Browse files
committed
Update test for Kirby 4
1 parent 905fe6b commit 78c3d09

File tree

8 files changed

+316
-503
lines changed

8 files changed

+316
-503
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This plugin brings [Vue.js](https://vuejs.org)/[Laravel-Blade](https://laravel.c
66

77
## Requirements
88

9-
- Kirby 3.8+
9+
- Kirby 4.0+ (use version 1.x for Kirby 3 installations)
1010
- PHP 8.1 (because of [Enumeration](https://www.php.net/manual/en/language.types.enumerations.php) support)
1111

1212
## Installation

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/fabianmichael/kirby-template-attributes",
55
"license": "MIT",
66
"type": "kirby-plugin",
7-
"version": "1.3.0",
7+
"version": "2.0.0",
88
"authors": [
99
{
1010
"name": "Fabian Michael",
@@ -16,7 +16,7 @@
1616
"phpunit/phpunit": "^9",
1717
"phpmd/phpmd" : "@stable",
1818
"vimeo/psalm": "^5.1",
19-
"getkirby/cms": "^4.0.0-rc.2"
19+
"getkirby/cms": "^4.0.0"
2020
},
2121
"require": {
2222
"getkirby/composer-installer": "^1.2"

0 commit comments

Comments
 (0)