Skip to content

Commit

Permalink
Fix the required PHP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Dec 21, 2024
1 parent 742c302 commit ee1eab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyr-to-lat.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
/**
* Minimum required php version.
*/
define( 'CYR_TO_LAT_MINIMUM_PHP_REQUIRED_VERSION', '7.0' );
define( 'CYR_TO_LAT_MINIMUM_PHP_REQUIRED_VERSION', '7.2' );

/**
* Minimum required max_input_vars value.
Expand Down

0 comments on commit ee1eab1

Please sign in to comment.