Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit d519c1e

Browse files
author
urmaul
committedApr 14, 2014
php 5.2 disabled
1 parent a4fbe34 commit d519c1e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.2
54
- 5.3
65
- 5.4
76
- 5.5
87

98
before_script:
10-
- composer self-update
119
- composer install --dev

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
"type": "library",
44
"description": "It is a PHP wrapper for curl.",
55
"keywords": ["httpclient"],
6+
"homepage": "https://github.com/urmaul/httpclient",
67
"license": "MIT",
78
"authors": [
89
{
910
"name": "Bogdan Kolbik"
1011
}
1112
],
1213
"require": {
13-
"php": ">=5.2",
14+
"php": ">=5.3",
1415
"lib-curl": "*"
1516
},
1617
"require-dev": {

0 commit comments

Comments
 (0)
This repository has been archived.