Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 9994b77

Browse files
committed
Require PHP 5.6+ and stop building with HHVM
1 parent 7cc70f6 commit 9994b77

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
7-
- hhvm
6+
- 7.1
87

98
sudo: false
109

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.3.3|^7.0",
15+
"php": "^5.6|^7.0",
1616
"symfony-cmf/resource-rest-bundle": "~1.0"
1717
},
1818
"require-dev": {
1919
"symfony/form": "^2.8|^3.0"
2020
},
21-
"minimum-stability": "dev",
21+
"minimum-stability": "RC",
2222
"prefer-stable": true,
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)