Skip to content

Commit

Permalink
Support wordpress-core-implementation virtual package
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
swalkinshaw committed Sep 12, 2021
1 parent 65fe3bb commit 9c46dfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/build-branch.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ function makeComposerPackage($version, $zipURL)
'php' => '>=5.3.2',
'roots/wordpress-core-installer' => '>=1.0.0'
],
'provide' => [
'wordpress/core-implementation' => $version
],
'dist' => [
'url' => $zipURL,
'type' => 'zip'
Expand Down

0 comments on commit 9c46dfd

Please sign in to comment.