Skip to content

Commit a9495ec

Browse files
author
=
committed
Updated minimum PHP version to 5.5 and removed unused Response object
1 parent 7c357d9 commit a9495ec

File tree

3 files changed

+1
-70
lines changed

3 files changed

+1
-70
lines changed

.travis.yml

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

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- hhvm

Bridge/Response.php

Lines changed: 0 additions & 68 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0",
14+
"php": ">=5.5.0",
1515
"symfony/symfony": "~2.7",
1616
"symfony/psr-http-message-bridge": "~0.1",
1717
"phpfastcgi/fastcgi-daemon": "~0.2"

0 commit comments

Comments
 (0)