Skip to content

Commit 9c85168

Browse files
committed
1.7.1
1 parent dff5e7e commit 9c85168

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "afbora/kirby-minify-html",
33
"description": "Enable minify HTML output for Kirby 3.",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"keywords": [
66
"kirby",
77
"kirby-3",
@@ -29,7 +29,10 @@
2929
"config": {
3030
"optimize-autoloader": true,
3131
"preferred-install": "dist",
32-
"sort-packages": true
32+
"sort-packages": true,
33+
"allow-plugins": {
34+
"getkirby/composer-installer": true
35+
}
3336
},
3437
"minimum-stability": "dev",
3538
"prefer-stable": true

vendor/composer/installed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
},
5353
{
5454
"name": "symfony/css-selector",
55-
"version": "v6.0.3",
56-
"version_normalized": "6.0.3.0",
55+
"version": "v6.0.11",
56+
"version_normalized": "6.0.11.0",
5757
"source": {
5858
"type": "git",
5959
"url": "https://github.com/symfony/css-selector.git",
60-
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a"
60+
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9"
6161
},
6262
"dist": {
6363
"type": "zip",
64-
"url": "https://api.github.com/repos/symfony/css-selector/zipball/1955d595c12c111629cc814d3f2a2ff13580508a",
65-
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a",
64+
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ab2746acddc4f03a7234c8441822ac5d5c63efe9",
65+
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9",
6666
"shasum": ""
6767
},
6868
"require": {
6969
"php": ">=8.0.2"
7070
},
71-
"time": "2022-01-02T09:55:41+00:00",
71+
"time": "2022-06-27T17:10:44+00:00",
7272
"type": "library",
7373
"installation-source": "dist",
7474
"autoload": {
@@ -100,7 +100,7 @@
100100
"description": "Converts CSS selectors to XPath expressions",
101101
"homepage": "https://symfony.com",
102102
"support": {
103-
"source": "https://github.com/symfony/css-selector/tree/v6.0.3"
103+
"source": "https://github.com/symfony/css-selector/tree/v6.0.11"
104104
},
105105
"funding": [
106106
{

vendor/composer/installed.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'afbora/kirby-minify-html',
4-
'pretty_version' => '1.7.0',
5-
'version' => '1.7.0.0',
4+
'pretty_version' => '1.7.1',
5+
'version' => '1.7.1.0',
66
'reference' => NULL,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -11,8 +11,8 @@
1111
),
1212
'versions' => array(
1313
'afbora/kirby-minify-html' => array(
14-
'pretty_version' => '1.7.0',
15-
'version' => '1.7.0.0',
14+
'pretty_version' => '1.7.1',
15+
'version' => '1.7.1.0',
1616
'reference' => NULL,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',
@@ -29,9 +29,9 @@
2929
'dev_requirement' => false,
3030
),
3131
'symfony/css-selector' => array(
32-
'pretty_version' => 'v6.0.3',
33-
'version' => '6.0.3.0',
34-
'reference' => '1955d595c12c111629cc814d3f2a2ff13580508a',
32+
'pretty_version' => 'v6.0.11',
33+
'version' => '6.0.11.0',
34+
'reference' => 'ab2746acddc4f03a7234c8441822ac5d5c63efe9',
3535
'type' => 'library',
3636
'install_path' => __DIR__ . '/../symfony/css-selector',
3737
'aliases' => array(),

0 commit comments

Comments
 (0)