diff --git a/composer.json b/composer.json index 8ff208a50..5f845fb07 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", - "punic/punic": "^1.6", + "punic/punic": "^3.8", "sabre/dav": "^4.4.0", "scssphp/scssphp": "^1.11", "stecman/symfony-console-completion": "^0.11.0", diff --git a/composer.lock b/composer.lock index abdc24a23..3ef636d1a 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": "da1054812d0d125957e0611f6927eb1a", + "content-hash": "1f07bd43d84302f41203cfcf04c3d59c", "packages": [ { "name": "aws/aws-crt-php", @@ -3533,16 +3533,16 @@ }, { "name": "punic/punic", - "version": "1.6.5", + "version": "3.8.1", "source": { "type": "git", "url": "https://github.com/punic/punic.git", - "reference": "7bc85ce1137cf52db4d2a6298256a4c4a24da99a" + "reference": "142707201a246a9c2ea909605cd56177af87f961" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/punic/punic/zipball/7bc85ce1137cf52db4d2a6298256a4c4a24da99a", - "reference": "7bc85ce1137cf52db4d2a6298256a4c4a24da99a", + "url": "https://api.github.com/repos/punic/punic/zipball/142707201a246a9c2ea909605cd56177af87f961", + "reference": "142707201a246a9c2ea909605cd56177af87f961", "shasum": "" }, "require": { @@ -3553,12 +3553,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/", @@ -3575,6 +3578,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", @@ -3594,7 +3602,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.1" + }, + "funding": [ + { + "url": "https://paypal.me/mlocati", + "type": "custom" + }, + { + "url": "https://github.com/mlocati", + "type": "github" + } + ], + "time": "2023-03-29T06:56:57+00:00" }, { "name": "ralouphie/getallheaders",