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:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-01-11 18:57:32 +0300
committerGitHub <noreply@github.com>2022-01-11 18:57:32 +0300
commitc80dd117c2e923fc707c0b2f581ce8e16c050904 (patch)
tree4855ae0a158afe59f87df873488bdb610256ab72 /composer.lock
parent61852a378a3fd2918c4a71a3405b1c3749cb75d1 (diff)
parent93c0b37c814b5da105747fcd0b8a16784af0e7d8 (diff)
Merge pull request #5874 from nextcloud/dependabot/composer/sabberworm/php-css-parser-8.4.0
Bump sabberworm/php-css-parser from 8.3.1 to 8.4.0
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock24
1 files changed, 14 insertions, 10 deletions
diff --git a/composer.lock b/composer.lock
index 2c5a37648..ea3c8f5f4 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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",