Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-11 19:00:24 +0300
committerGitHub <noreply@github.com>2022-01-11 19:00:24 +0300
commita0fdcb4e8ec6d3aa8deab2105d0bb5e5115ea53e (patch)
tree216ebbf42e7c5b99bc2e04046d268d8149567833 /composer.lock
parentd9f3cc1de93d70368fed5fe6613a6ca0043e59cc (diff)
Bump cerdic/css-tidy from 1.7.3 to 2.0.0
Bumps [cerdic/css-tidy](https://github.com/Cerdic/CSSTidy) from 1.7.3 to 2.0.0. - [Release notes](https://github.com/Cerdic/CSSTidy/releases) - [Commits](https://github.com/Cerdic/CSSTidy/compare/v1.7.3...v2.0.0) --- updated-dependencies: - dependency-name: cerdic/css-tidy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock40
1 files changed, 22 insertions, 18 deletions
diff --git a/composer.lock b/composer.lock
index 2c5a37648..effd5ce87 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "423a8924f6c07e22900198c54a6a480e",
+ "content-hash": "644a61f389e95e8416af0e7f7badda5b",
"packages": [
{
"name": "amphp/amp",
@@ -563,24 +563,24 @@
},
{
"name": "cerdic/css-tidy",
- "version": "v1.7.3",
+ "version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/Cerdic/CSSTidy.git",
- "reference": "919411b2c16ab985f7c61e0d9bb6c35d080f6cf6"
+ "reference": "3eaaedd862563bbaa8f85606cfda65c8f6ad513b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/919411b2c16ab985f7c61e0d9bb6c35d080f6cf6",
- "reference": "919411b2c16ab985f7c61e0d9bb6c35d080f6cf6",
+ "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/3eaaedd862563bbaa8f85606cfda65c8f6ad513b",
+ "reference": "3eaaedd862563bbaa8f85606cfda65c8f6ad513b",
"shasum": ""
},
"require": {
- "php": "^5.4.0 || ^7"
+ "php": "^7.1 || ^8"
},
"require-dev": {
"pear/text_diff": "^1.2",
- "simpletest/simpletest": "^1.1"
+ "simpletest/simpletest": "dev-master"
},
"bin": [
"bin/pcsstidy"
@@ -604,7 +604,7 @@
}
],
"description": "CSSTidy is a CSS minifier",
- "time": "2020-11-03T13:08:18+00:00"
+ "time": "2022-01-10T15:58:08+00:00"
},
{
"name": "christophwurst/kitinerary",
@@ -1955,29 +1955,33 @@
},
{
"name": "sabberworm/php-css-parser",
- "version": "8.3.1",
+ "version": "8.4.0",
"source": {
"type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
- "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
+ "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
- "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
+ "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
+ "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
"shasum": ""
},
"require": {
- "php": ">=5.3.2"
+ "ext-iconv": "*",
+ "php": ">=5.6.20"
},
"require-dev": {
"codacy/coverage": "^1.4",
- "phpunit/phpunit": "~4.8"
+ "phpunit/phpunit": "^4.8.36"
+ },
+ "suggest": {
+ "ext-mbstring": "for parsing UTF-8 CSS"
},
"type": "library",
"autoload": {
- "psr-0": {
- "Sabberworm\\CSS": "lib/"
+ "psr-4": {
+ "Sabberworm\\CSS\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1990,13 +1994,13 @@
}
],
"description": "Parser for CSS Files written in PHP",
- "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
+ "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
],
- "time": "2020-06-01T09:10:00+00:00"
+ "time": "2021-12-11T13:40:54+00:00"
},
{
"name": "symfony/polyfill-mbstring",