Skip to content

Commit 0958bcf

Browse files
committed
Bump PHP Version to match latest version of WordPress
1 parent e41349b commit 0958bcf

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ matrix:
2727
- php: 5.6
2828
- php: 5.6
2929
env: WP_PULUGIN_DEPLOY=1
30-
- php: 5.5
31-
env: WP_VERSION=4.7 WP_MULTISITE=0
32-
- php: 5.4
33-
env: WP_VERSION=4.7 WP_MULTISITE=0
34-
- php: 5.3
35-
env: WP_VERSION=4.7 WP_MULTISITE=0
36-
dist: precise
37-
- php: 5.2
38-
env: WP_VERSION=4.7 WP_MULTISITE=0
39-
dist: precise
4030
before_script:
4131
- |
4232
# Remove Xdebug for a huge performance increase:

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<exclude-pattern>*/includes/class-connekt-plugin-installer.php</exclude-pattern>
1010
<exclude-pattern>*/vendor/*</exclude-pattern>
1111
<rule ref="PHPCompatibility"/>
12-
<config name="testVersion" value="5.3-"/>
12+
<config name="testVersion" value="5.6-"/>
1313
<rule ref="WordPress-Core" />
1414
<rule ref="WordPress.Files.FileName">
1515
<properties>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Donate link:** https://indieweb.org/how-to-sponsor
44
**Tags:** indieweb, webmention, POSSE, indieauth
55
**Requires at least:** 4.7
6-
**Requires PHP:** 5.3
6+
**Requires PHP:** 5.6
77
**Tested up to:** 5.3.2
88
**Stable tag:** 3.4.2
99
**License:** MIT

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pfefferle, indieweb, dshanske
33
Donate link: https://indieweb.org/how-to-sponsor
44
Tags: indieweb, webmention, POSSE, indieauth
55
Requires at least: 4.7
6-
Requires PHP: 5.3
6+
Requires PHP: 5.6
77
Tested up to: 5.3.2
88
Stable tag: 3.4.2
99
License: MIT

0 commit comments

Comments
 (0)