Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
⬆️ upgraded dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Feb 23, 2024
1 parent c8b2339 commit f1722d4
Show file tree
Hide file tree
Showing 23 changed files with 867 additions and 708 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-handlebars",
"type": "kirby-plugin",
"version": "3.6.1",
"version": "4.0.0",
"license": "MIT",
"description": "Kirby 3 Component for semantic templates with Handlebars and Mustache",
"authors": [
Expand All @@ -11,9 +11,9 @@
}
],
"keywords": [
"kirby3",
"kirby3-cms",
"kirby3-plugin",
"kirby",
"kirby-cms",
"kirby-plugin",
"handlebars",
"mustache",
"cache",
Expand Down Expand Up @@ -45,12 +45,12 @@
}
},
"require": {
"php": ">=8.1,<=8.2",
"php": ">=8.1",
"getkirby/composer-installer": "^1.2",
"zordius/lightncandy": "1.2.2"
"zordius/lightncandy": "^1.2.2"
},
"require-dev": {
"getkirby/cms": "^3.5",
"getkirby/cms": "^4.0",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^9.5"
},
Expand Down
Loading

0 comments on commit f1722d4

Please sign in to comment.