Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
Expand All @@ -10,6 +11,11 @@ php:
# lock distro so new future defaults will not break the build
dist: trusty

matrix:
include:
- php: 5.3
dist: precise

install:
- composer install

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ accepting both common HTTP and SOCKS proxy protocols on a single listening port.
## Install

LeProxy requires only PHP.
*PHP 7+ is highly recommended*, but it runs on any system that uses PHP 5.4+ or
*PHP 7+ is highly recommended*, but it runs on any system that uses PHP 5.3+ or
HHVM.
If you have not installed PHP already, on a recent Ubuntu/Debian system, simply run:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.3.8",
"clue/commander": "^1.3",
"clue/connection-manager-extra": "^1.1",
"clue/http-proxy-react": "^1.2",
Expand All @@ -31,7 +31,7 @@
],
"config": {
"platform": {
"php": "5.4"
"php": "5.3.8"
}
},
"autoload": {
Expand Down
146 changes: 71 additions & 75 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading