summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-15 06:35:33 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-15 09:06:42 +0200
commit06f8f41a5b0ee2d2eb191689dc369a8fd08e05e3 (patch)
treeb821d37733f42c50f07e29574ebd576227a11964
parent2e2a57227be1b6e13622ef9db74921627bece617 (diff)
Bump arthurhoaro/favicon from 1.3.0 to 1.3.1
Bumps [arthurhoaro/favicon](https://github.com/ArthurHoaro/favicon) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/ArthurHoaro/favicon/releases) - [Commits](https://github.com/ArthurHoaro/favicon/compare/v1.3.0...v1.3.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock117
1 files changed, 60 insertions, 57 deletions
diff --git a/composer.lock b/composer.lock
index 5f69732b6..a5f352fbd 100644
--- a/composer.lock
+++ b/composer.lock
@@ -61,20 +61,23 @@
},
{
"name": "arthurhoaro/favicon",
- "version": "v1.3.0",
+ "version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/ArthurHoaro/favicon.git",
- "reference": "8e23fe1dee6d201dd0cf05059649e567eafae57f"
+ "reference": "e18ff160cb55d0a57fd28fbd3d89783981e66859"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/8e23fe1dee6d201dd0cf05059649e567eafae57f",
- "reference": "8e23fe1dee6d201dd0cf05059649e567eafae57f",
+ "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/e18ff160cb55d0a57fd28fbd3d89783981e66859",
+ "reference": "e18ff160cb55d0a57fd28fbd3d89783981e66859",
"shasum": ""
},
"require": {
- "php": ">=5.6"
+ "ext-dom": "*",
+ "ext-fileinfo": "*",
+ "php": ">=5.6",
+ "squizlabs/php_codesniffer": "^3.5"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
@@ -107,7 +110,7 @@
"finder",
"icon"
],
- "time": "2020-01-09T15:47:28+00:00"
+ "time": "2020-10-14T09:32:44+00:00"
},
{
"name": "debril/feed-io",
@@ -388,6 +391,57 @@
"system"
],
"time": "2017-07-09T14:41:04+00:00"
+ },
+ {
+ "name": "squizlabs/php_codesniffer",
+ "version": "3.5.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
+ "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
+ "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
+ "shasum": ""
+ },
+ "require": {
+ "ext-simplexml": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
+ },
+ "bin": [
+ "bin/phpcs",
+ "bin/phpcbf"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Greg Sherwood",
+ "role": "lead"
+ }
+ ],
+ "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
+ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
+ "keywords": [
+ "phpcs",
+ "standards"
+ ],
+ "time": "2020-08-10T04:50:15+00:00"
}
],
"packages-dev": [
@@ -2068,57 +2122,6 @@
"time": "2020-09-28T06:39:44+00:00"
},
{
- "name": "squizlabs/php_codesniffer",
- "version": "3.5.6",
- "source": {
- "type": "git",
- "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
- "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
- "shasum": ""
- },
- "require": {
- "ext-simplexml": "*",
- "ext-tokenizer": "*",
- "ext-xmlwriter": "*",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
- },
- "bin": [
- "bin/phpcs",
- "bin/phpcbf"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Greg Sherwood",
- "role": "lead"
- }
- ],
- "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
- "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
- "keywords": [
- "phpcs",
- "standards"
- ],
- "time": "2020-08-10T04:50:15+00:00"
- },
- {
"name": "symfony/polyfill-ctype",
"version": "v1.18.1",
"source": {