diff options
author | Mario <mario@mariovavti.com> | 2020-01-12 09:51:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-01-12 09:51:21 +0000 |
commit | b04915161bea395110e2e1462003185075f937f5 (patch) | |
tree | 3898c7a6a8128485c575e20d2663984a52d6a3b2 /vendor/symfony | |
parent | 8cb968c4b03e5d5462edec56f31625e9f15a6a15 (diff) | |
download | volse-hubzilla-b04915161bea395110e2e1462003185075f937f5.tar.gz volse-hubzilla-b04915161bea395110e2e1462003185075f937f5.tar.bz2 volse-hubzilla-b04915161bea395110e2e1462003185075f937f5.zip |
composer update symfony/polyfill-ctype
Diffstat (limited to 'vendor/symfony')
-rw-r--r-- | vendor/symfony/polyfill-ctype/LICENSE | 2 | ||||
-rw-r--r-- | vendor/symfony/polyfill-ctype/composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
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" } } } |