Skip to content

Commit

Permalink
Remove obsolete fields from transform-readme.php
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 12, 2024
1 parent 0c65510 commit 5dc2cb9
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 @@ -67,12 +67,10 @@ static function ( $matches ) {
$expected_metadata = [
'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 5dc2cb9

Please sign in to comment.