Skip to content

Commit

Permalink
Remove requires from expected metadata in transform-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 11, 2024
1 parent 622ae73 commit bb4ca25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/transform-readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ static function ( $matches ) {
$expected_metadata = array(
'Contributors',
'Tags',
'Requires at least',
'Tested up to',
'Stable tag',
'License',
'License URI',
'Requires PHP',
);
foreach ( $expected_metadata as $key ) {
if ( empty( $metadata[ $key ] ) ) {
Expand Down

0 comments on commit bb4ca25

Please sign in to comment.