Skip to content

Commit

Permalink
Added minimum requirement of PHP version 7.3 due to upstream dependen…
Browse files Browse the repository at this point in the history
…cies.
  • Loading branch information
claygriffiths committed Sep 23, 2022
1 parent 8a93cb8 commit 7c7dafb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions class-gppa-google-sheets.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ public function minimum_requirements() {
'Gravity Forms Populate Anything',
),
),
'php' => array(
'version' => '7.3',
),
);
}

Expand Down

0 comments on commit 7c7dafb

Please sign in to comment.