Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-10 19:18:32 +0300
committerGitHub <noreply@github.com>2022-11-10 19:18:32 +0300
commit2ffcc8a6da8b8b2098d5b8eb0be9918e49c3e846 (patch)
treef97dba53ae5869e24ecf43a575bf9b1a8eef8aea
parent02ba5bba999b61d40c79a6ed56683b69edf66619 (diff)
Bump punic/punic from 1.6.5 to 3.8.0dependabot/composer/punic/punic-3.8.0
Bumps [punic/punic](https://github.com/punic/punic) from 1.6.5 to 3.8.0. - [Release notes](https://github.com/punic/punic/releases) - [Changelog](https://github.com/punic/punic/blob/main/CHANGELOG.md) - [Commits](https://github.com/punic/punic/compare/1.6.5...3.8.0) --- updated-dependencies: - dependency-name: punic/punic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock38
2 files changed, 31 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index f4549fb9..723f5887 100644
--- a/composer.json
+++ b/composer.json
@@ -46,7 +46,7 @@
"pimple/pimple": "^3.5.0",
"psr/container": "^1.1.1",
"psr/event-dispatcher": "^1.0",
- "punic/punic": "^1.6",
+ "punic/punic": "^3.8",
"sabre/dav": "^4.4.0",
"scssphp/scssphp": "^1.8.1",
"stecman/symfony-console-completion": "^0.11.0",
diff --git a/composer.lock b/composer.lock
index 2d3cd6f1..2bfd0856 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": "a1604425ae48e816f49a424526091ad7",
+ "content-hash": "c369364beb457681f794c24caa984619",
"packages": [
{
"name": "aws/aws-crt-php",
@@ -3621,16 +3621,16 @@
},
{
"name": "punic/punic",
- "version": "1.6.5",
+ "version": "3.8.0",
"source": {
"type": "git",
"url": "https://github.com/punic/punic.git",
- "reference": "7bc85ce1137cf52db4d2a6298256a4c4a24da99a"
+ "reference": "f24eb487f05fafe3ab1cbe33f75a589d50a1677f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/punic/punic/zipball/7bc85ce1137cf52db4d2a6298256a4c4a24da99a",
- "reference": "7bc85ce1137cf52db4d2a6298256a4c4a24da99a",
+ "url": "https://api.github.com/repos/punic/punic/zipball/f24eb487f05fafe3ab1cbe33f75a589d50a1677f",
+ "reference": "f24eb487f05fafe3ab1cbe33f75a589d50a1677f",
"shasum": ""
},
"require": {
@@ -3641,12 +3641,15 @@
"punic/common": "*"
},
"require-dev": {
- "apigen/apigen": "4.0.*"
+ "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.4 || ^8.5 || ^9.5"
},
+ "bin": [
+ "bin/punic-data"
+ ],
"type": "library",
"autoload": {
"psr-4": {
- "Punic\\": "code/"
+ "Punic\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3663,6 +3666,11 @@
"name": "Remo Laubacher",
"email": "remo.laubacher@gmail.com",
"role": "Collaborator, motivator and perfectionist supporter"
+ },
+ {
+ "name": "Christian Schmidt",
+ "email": "github@chsc.dk",
+ "role": "Developer"
}
],
"description": "PHP-Unicode CLDR",
@@ -3682,7 +3690,21 @@
"translations",
"unicode"
],
- "time": "2017-02-03T16:13:09+00:00"
+ "support": {
+ "issues": "https://github.com/punic/punic/issues",
+ "source": "https://github.com/punic/punic/tree/3.8.0"
+ },
+ "funding": [
+ {
+ "url": "https://paypal.me/mlocati",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/mlocati",
+ "type": "github"
+ }
+ ],
+ "time": "2022-10-19T09:00:13+00:00"
},
{
"name": "ralouphie/getallheaders",