Skip to content

Commit 52221ec

Browse files
committed
Align 7.2 as the minimum PHP version
1 parent 0d16df5 commit 52221ec

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

grumphp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
grumphp:
22
tasks:
33
phpversion:
4-
project: '7.0'
4+
project: '7.2'
55
phpcs:
66
standard: ['.phpcs.xml']
77
triggered_by: ['php']

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ includes:
33

44
parameters:
55
level: 6
6+
phpVersion: 70200
67
paths:
78
- includes
89
- protected-video.php

protected-video.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Version: 1.11.6
88
* Author: Alec Rust
99
* Author URI: https://www.alecrust.com/
10+
* Requires PHP: 7.2
1011
* License: GPL-2.0-or-later
1112
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1213
* Text Domain: protected-video

0 commit comments

Comments
 (0)