Skip to content

Commit b3b2f38

Browse files
author
Mateu Aguiló Bosch
committed
[BUGFIX] Update the PHP version
Drupal 8 requires PHP 5.5.9. So do their components then.
1 parent ccc5a7b commit b3b2f38

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
language: php
1010

1111
php:
12-
- 5.4
1312
- 5.5
1413
- 5.6
1514
- hhvm

plug.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = Plug
22
description = A port of the D8 plugin system.
33
core = 7.x
4-
php = 5.4.2
4+
php = 5.5.9
55
package = Plug
66
dependencies[] = registry_autoload
77

0 commit comments

Comments
 (0)