Index: wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php
===================================================================
--- wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php	(revision 5843)
+++ wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php	(working copy)
@@ -75,10 +75,6 @@
 			/* Translators: Plugin header tag; */
 			$warnings[] = sprintf( __( '%s is missing.', 'wporg-plugins' ), '<code>Tested up to</code>' );
 		}
-		if ( empty( $readme->requires_php ) ) {
-			/* Translators: Plugin header tag; */
-			$warnings[] = sprintf( __( '%s is missing.', 'wporg-plugins' ), '<code>Requires PHP</code>' );
-		}
 		if ( empty( $readme->stable_tag ) ) {
 			/* Translators: 1: Plugin header tag; 2: SVN directory; 3: Plugin header tag; */
 			$warnings[] = sprintf( __( '%1$s is missing.  Hint: If you treat %2$s as stable, put %3$s.', 'wporg-plugins' ), '<code>Stable tag</code>', '<code>/trunk/</code>', '<code>Stable tag: trunk</code>' );
