Skip to content

Commit

Permalink
Add mirror repo
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 committed Jan 23, 2025
1 parent 1850d36 commit 53209c8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions projects/packages/external-media/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "@dev"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
},
"autoload": {
"classmap": [
"src/"
Expand Down Expand Up @@ -40,6 +43,11 @@
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"mirror-repo": "Automattic/jetpack-external-media",
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-external-media/compare/v${old}...v${new}"
},
"autotagger": true,
"branch-alias": {
"dev-trunk": "0.1.x-dev"
},
Expand All @@ -48,7 +56,9 @@
"::PACKAGE_VERSION": "src/class-external-media.php"
}
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
"config": {
"allow-plugins": {
"roots/wordpress-core-installer": true
}
}
}

0 comments on commit 53209c8

Please sign in to comment.