Changeset 8065 for sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php
- Timestamp:
- 01/10/2019 05:45:59 AM (6 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php
r8064 r8065 1 1 <?php 2 2 namespace WordPressdotorg\API\Serve_Happy; 3 /** 4 * Plugin Name: Servehappy Versions 5 * Description: Defines PHP version constants used by the Servehappy API and throughout wordpress.org. 6 * Version: 1.0 7 * Author: WordPress.org 8 * Author URI: https://wordpress.org/ 9 * License: GPLv2 or later 10 */ 3 11 4 12 // The latest branch of PHP which WordPress.org recommends. 5 13 define( 'RECOMMENDED_PHP', '7.3' ); 14 15 // The oldest branch of PHP which WordPress core still works with. 16 define( 'MINIMUM_PHP', '5.2.4' ); 6 17 7 18 // The lowest branch of PHP which is actively supported.
Note: See TracChangeset
for help on using the changeset viewer.