aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-01-12 09:51:21 +0000
committerMario <mario@mariovavti.com>2020-01-12 09:51:21 +0000
commitb04915161bea395110e2e1462003185075f937f5 (patch)
tree3898c7a6a8128485c575e20d2663984a52d6a3b2 /vendor
parent8cb968c4b03e5d5462edec56f31625e9f15a6a15 (diff)
downloadvolse-hubzilla-b04915161bea395110e2e1462003185075f937f5.tar.gz
volse-hubzilla-b04915161bea395110e2e1462003185075f937f5.tar.bz2
volse-hubzilla-b04915161bea395110e2e1462003185075f937f5.zip
composer update symfony/polyfill-ctype
Diffstat (limited to 'vendor')
-rw-r--r--vendor/composer/installed.json22
-rw-r--r--vendor/symfony/polyfill-ctype/LICENSE2
-rw-r--r--vendor/symfony/polyfill-ctype/composer.json2
3 files changed, 13 insertions, 13 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 1d761c118..7f0e466d5 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -1189,17 +1189,17 @@
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.10.0",
- "version_normalized": "1.10.0.0",
+ "version": "v1.13.1",
+ "version_normalized": "1.13.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
+ "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
- "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
+ "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"shasum": ""
},
"require": {
@@ -1208,11 +1208,11 @@
"suggest": {
"ext-ctype": "For best performance"
},
- "time": "2018-08-06T14:22:27+00:00",
+ "time": "2019-11-27T13:56:44+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.9-dev"
+ "dev-master": "1.13-dev"
}
},
"installation-source": "dist",
@@ -1230,12 +1230,12 @@
],
"authors": [
{
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- },
- {
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
diff --git a/vendor/symfony/polyfill-ctype/LICENSE b/vendor/symfony/polyfill-ctype/LICENSE
index ad399a798..3f853aaf3 100644
--- a/vendor/symfony/polyfill-ctype/LICENSE
+++ b/vendor/symfony/polyfill-ctype/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2018 Fabien Potencier
+Copyright (c) 2018-2019 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/vendor/symfony/polyfill-ctype/composer.json b/vendor/symfony/polyfill-ctype/composer.json
index 094f8d867..2a2ea044b 100644
--- a/vendor/symfony/polyfill-ctype/composer.json
+++ b/vendor/symfony/polyfill-ctype/composer.json
@@ -28,7 +28,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "1.9-dev"
+ "dev-master": "1.13-dev"
}
}
}