Skip to content

Commit

Permalink
chore: drop support for PHP 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Apr 28, 2024
1 parent 67af291 commit 30a76ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Admin Interface: Provides an admin page for easy management and configuration of the plugin settings.

## Requirements
- PHP version 7.4 or higher.
- PHP version 8.0 or higher.
- [Composer](https://getcomposer.org/) for managing PHP dependencies.

## Get Started
Expand Down
2 changes: 1 addition & 1 deletion google-spreadsheet-to-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @package Google_Spreadsheet_to_DB
*/

$google_ss2db_minimalrequiredphpversion = '5.5';
$google_ss2db_minimalrequiredphpversion = '8.0';

global $wpdb;
define( 'GOOGLE_SS2DB_TABLE_NAME', $wpdb->prefix . 'google_ss2db' );
Expand Down

0 comments on commit 30a76ee

Please sign in to comment.