summaryrefslogtreecommitdiff
path: root/composer-add-huaweicloud-repository.patch
diff options
context:
space:
mode:
Diffstat (limited to 'composer-add-huaweicloud-repository.patch')
-rw-r--r--composer-add-huaweicloud-repository.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/composer-add-huaweicloud-repository.patch b/composer-add-huaweicloud-repository.patch
deleted file mode 100644
index 2754820..0000000
--- a/composer-add-huaweicloud-repository.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/src/Composer/Config.php.orig 2023-02-25 11:59:19.951057271 +0800
-+++ b/src/Composer/Config.php 2023-02-25 12:03:48.490871158 +0800
-@@ -86,6 +86,11 @@
-
- /** @var array<string, mixed> */
- public static $defaultRepositories = [
-+ 'huaweicloud.com' => [
-+ 'type' => 'composer',
-+ 'url' => 'https://repo.huaweicloud.com/repository/php/',
-+ 'canonical' => false,
-+ ],
- 'packagist.org' => [
- 'type' => 'composer',
- 'url' => 'https://repo.packagist.org',