Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 38de9b1

Browse files
committed
Until dependency resolution declare minimum at 5.4
1 parent 2b87432 commit 38de9b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ matrix:
2828
env: WP_PULUGIN_DEPLOY=1
2929
- php: 5.5
3030
- php: 5.4
31-
- php: 5.3
32-
dist: precise
31+
# - php: 5.3
32+
# dist: precise
3333
before_script:
3434
- |
3535
# Remove Xdebug for a huge performance increase:

semantic-linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks
12-
* Requires PHP: 5.3
12+
* Requires PHP: 5.4
1313
*/
1414

1515
add_action( 'plugins_loaded', array( 'Semantic_Linkbacks_Plugin', 'init' ) );

0 commit comments

Comments
 (0)