Skip to content

Commit

Permalink
Update test for Kirby 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmichael committed Nov 28, 2023
1 parent 905fe6b commit 78c3d09
Show file tree
Hide file tree
Showing 8 changed files with 316 additions and 503 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This plugin brings [Vue.js](https://vuejs.org)/[Laravel-Blade](https://laravel.c

## Requirements

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

## Installation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/fabianmichael/kirby-template-attributes",
"license": "MIT",
"type": "kirby-plugin",
"version": "1.3.0",
"version": "2.0.0",
"authors": [
{
"name": "Fabian Michael",
Expand All @@ -16,7 +16,7 @@
"phpunit/phpunit": "^9",
"phpmd/phpmd" : "@stable",
"vimeo/psalm": "^5.1",
"getkirby/cms": "^4.0.0-rc.2"
"getkirby/cms": "^4.0.0"
},
"require": {
"getkirby/composer-installer": "^1.2"
Expand Down
Loading

0 comments on commit 78c3d09

Please sign in to comment.