Skip to content

Commit 7ad4c5a

Browse files
added mock client dev repo
1 parent 1d03937 commit 7ad4c5a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
composer config minimum-stability dev
9595
composer require wikimedia/composer-merge-plugin
9696
composer config --json extra.merge-plugin.require '["modules/contrib/apigee_api_catalog/composer.json"]'
97-
composer config extra.merge-plugin.merge-repositories true
9897
composer config platform.php ${{ matrix.php-version }}
9998
composer config --json extra.patches."drupal/core" '{ "Support entities that are neither content nor config entities": "https://www.drupal.org/files/issues/2020-12-02/3042467-50.patch"}'
10099
composer update --with-all-dependencies

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@
3333
{
3434
"name": "forked-apigee-client-php",
3535
"type": "vcs",
36-
"url": "https://github.com/shailesh-google/apigee-client-php"
36+
"url": "https://github.com/shailesh-google/apigee-client-php",
37+
"canonical": false
3738
},
3839
{
3940
"name": "forked-apigee-mock-client-php",
4041
"type": "vcs",
41-
"url": "https://github.com/shailesh-google/apigee-mock-client-php"
42+
"url": "https://github.com/shailesh-google/apigee-mock-client-php",
43+
"canonical": false
4244
}
4345
]
4446
}

0 commit comments

Comments
 (0)