summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-21 05:16:35 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2019-03-21 05:16:35 +0100
commitc69bcb8e68cd57a7771d03cd0e43c52cf1a26220 (patch)
tree3a94daadb7c8be26bd01ef6dbc92f1c2fee597b0 /composer.lock
parentbe226777fe5afff2218d47c6c459dfdaa225a8b3 (diff)
Allow empty-ish lastmodified and clean up FeedFetcher Test (#458)
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock17
1 files changed, 9 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 7fe887ba5..9d0c34a1c 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": "fe812fa2682a6ee30eb5ab53805f4aeb",
+ "content-hash": "34e3f8a6c35510d6e0f6977ddf4dc9c5",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1699,16 +1699,16 @@
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.4.0",
+ "version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "379deb987e26c7cd103a7b387aea178baec96e48"
+ "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48",
- "reference": "379deb987e26c7cd103a7b387aea178baec96e48",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5b4333b4010625d29580eb4a41f1e53251be6baa",
+ "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa",
"shasum": ""
},
"require": {
@@ -1741,12 +1741,12 @@
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
- "homepage": "http://www.squizlabs.com/php-codesniffer",
+ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
- "time": "2018-12-19T23:57:18+00:00"
+ "time": "2019-03-19T03:22:27+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -1906,7 +1906,8 @@
"platform": {
"php": "^7.0",
"ext-json": "*",
- "ext-simplexml": "*"
+ "ext-simplexml": "*",
+ "ext-libxml": "*"
},
"platform-dev": []
}