Skip to content

Commit bb4ca25

Browse files
committed
Remove requires from expected metadata in transform-readme
1 parent 622ae73 commit bb4ca25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/transform-readme.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,10 @@ static function ( $matches ) {
7171
$expected_metadata = array(
7272
'Contributors',
7373
'Tags',
74-
'Requires at least',
7574
'Tested up to',
7675
'Stable tag',
7776
'License',
7877
'License URI',
79-
'Requires PHP',
8078
);
8179
foreach ( $expected_metadata as $key ) {
8280
if ( empty( $metadata[ $key ] ) ) {

0 commit comments

Comments
 (0)