This commit is contained in:
parent
27c7f9ba39
commit
ca6934852a
2 changed files with 10 additions and 15 deletions
|
@ -24,7 +24,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
||||||
"getkirby/cms": "^4.0",
|
"getkirby/cms": "^4.0",
|
||||||
"johannschopplich/kirby-highlighter": "^3.1"
|
"johannschopplich/kirby-highlighter": "~3.2"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
|
|
23
composer.lock
generated
23
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "204970cc6ac724b02a71c7c43253f93c",
|
"content-hash": "d4243947a3c5575166aa281bd9c67b06",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "christian-riesen/base32",
|
"name": "christian-riesen/base32",
|
||||||
|
@ -422,16 +422,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "johannschopplich/kirby-highlighter",
|
"name": "johannschopplich/kirby-highlighter",
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/johannschopplich/kirby-highlighter.git",
|
"url": "https://github.com/johannschopplich/kirby-highlighter.git",
|
||||||
"reference": "93bf41f7850ee8c6eaf4cbc0be4ee1f228ae2e98"
|
"reference": "223962f389dce0920048a46fe6806f95ce3fe828"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/johannschopplich/kirby-highlighter/zipball/93bf41f7850ee8c6eaf4cbc0be4ee1f228ae2e98",
|
"url": "https://api.github.com/repos/johannschopplich/kirby-highlighter/zipball/223962f389dce0920048a46fe6806f95ce3fe828",
|
||||||
"reference": "93bf41f7850ee8c6eaf4cbc0be4ee1f228ae2e98",
|
"reference": "223962f389dce0920048a46fe6806f95ce3fe828",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -441,17 +441,12 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "@stable",
|
"friendsofphp/php-cs-fixer": "@stable",
|
||||||
"getkirby/cms": "^4",
|
"getkirby/cms": "^4",
|
||||||
"phpunit/phpunit": "^9.0"
|
"phpunit/phpunit": "^11.1"
|
||||||
},
|
},
|
||||||
"type": "kirby-plugin",
|
"type": "kirby-plugin",
|
||||||
"extra": {
|
"extra": {
|
||||||
"kirby-cms-path": "tests/fixtures/kirby"
|
"kirby-cms-path": "tests/fixtures/kirby"
|
||||||
},
|
},
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"JohannSchopplich\\": "classes/JohannSchopplich/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
|
@ -459,7 +454,7 @@
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Johann Schopplich",
|
"name": "Johann Schopplich",
|
||||||
"email": "pkg@johannschopplich.com",
|
"email": "hello@johannschopplich.com",
|
||||||
"homepage": "https://johannschopplich.com"
|
"homepage": "https://johannschopplich.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -473,9 +468,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/johannschopplich/kirby-highlighter/issues",
|
"issues": "https://github.com/johannschopplich/kirby-highlighter/issues",
|
||||||
"source": "https://github.com/johannschopplich/kirby-highlighter/tree/v3.1.0"
|
"source": "https://github.com/johannschopplich/kirby-highlighter/tree/v3.2.0"
|
||||||
},
|
},
|
||||||
"time": "2024-02-14T06:53:45+00:00"
|
"time": "2024-07-19T08:41:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-escaper",
|
"name": "laminas/laminas-escaper",
|
||||||
|
|
Loading…
Reference in a new issue