Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 379f913

Browse files
committed
PI-1194 add Punycode library
1 parent d1fa7be commit 379f913

24 files changed

+3833
-98
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"require": {
1313
"symfony/yaml": "~2.6",
1414
"guzzlehttp/guzzle": "~5.0",
15-
"cloudflare/cloudflare-plugin-backend": "2.0.0"
15+
"cloudflare/cloudflare-plugin-backend": "2.0.0",
16+
"true/punycode": "~2.0"
1617
},
1718
"require-dev": {
1819
"phpunit/phpunit": "4.8.*",

composer.lock

+135-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
// autoload.php @generated by Composer
44

5-
require_once __DIR__ . '/composer/autoload_real.php';
5+
require_once __DIR__ . '/composer' . '/autoload_real.php';
66

77
return ComposerAutoloaderInita8520d81f3cd2f17e91b6f03e69a3d34::getLoader();

0 commit comments

Comments
 (0)