Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit 5537df3

Browse files
author
maxiloc
committed
Merge pull request #14 from forkify/php559
Drop PHP 5.4 and update to 5.5.9
2 parents 1fa9532 + 37f1cad commit 5537df3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

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

33
php:
4-
- 5.4
4+
- 5.5.9
55
- 5.5
66
- 5.6
77
- 7.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"api"
1010
],
1111
"require": {
12-
"php": ">=5.4.0",
13-
"algolia/algoliasearch-laravel-manager": "1.1.2"
12+
"php": ">=5.5.9",
13+
"vinkla/algolia": "~1.1"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~4.0",
@@ -34,4 +34,4 @@
3434
},
3535
"minimum-stability": "dev",
3636
"prefer-stable": true
37-
}
37+
}

0 commit comments

Comments
 (0)