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

Commit bd28725

Browse files
committed
⬆️ set php version to >8.0
Signed-off-by: bnomei <[email protected]>
1 parent 77d980a commit bd28725

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-plopfile",
33
"type": "kirby-plugin",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "Plopfile to generate and append to various files for Kirby3 CMS using Plop.js",
66
"license": "MIT",
77
"keywords": [

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kirby3-plopfile",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "index.js",
55
"repository": "[email protected]:bnomei/kirby3-plopfile.git",
66
"author": "Bruno Meilick <[email protected]>",

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'bnomei/kirby3-plopfile',
4-
'pretty_version' => '1.2.0',
5-
'version' => '1.2.0.0',
4+
'pretty_version' => '1.2.1',
5+
'version' => '1.2.1.0',
66
'reference' => NULL,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -11,8 +11,8 @@
1111
),
1212
'versions' => array(
1313
'bnomei/kirby3-plopfile' => array(
14-
'pretty_version' => '1.2.0',
15-
'version' => '1.2.0.0',
14+
'pretty_version' => '1.2.1',
15+
'version' => '1.2.1.0',
1616
'reference' => NULL,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)