summaryrefslogtreecommitdiff
path: root/composer-add-aliyun-repository.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-08-07 15:06:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-08-07 15:06:21 +0000
commit6c301f3562f66f0aa2ef61c3a2a38719f1dfce1e (patch)
treebfcc172eb66eddbeaa5d7fe9be431faf71c9d188 /composer-add-aliyun-repository.patch
parentb83ed80c2d2a81a9deb4e94941614de1c06c54ed (diff)
automatic import of composer
Diffstat (limited to 'composer-add-aliyun-repository.patch')
-rw-r--r--composer-add-aliyun-repository.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/composer-add-aliyun-repository.patch b/composer-add-aliyun-repository.patch
deleted file mode 100644
index f5bc1c2..0000000
--- a/composer-add-aliyun-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 = [
-+ 'aliyun.com' => [
-+ 'type' => 'composer',
-+ 'url' => 'https://mirrors.aliyun.com/composer/',
-+ 'canonical' => false,
-+ ],
- 'packagist.org' => [
- 'type' => 'composer',
- 'url' => 'https://repo.packagist.org',