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

Commit 99bbff1

Browse files
committed
merge develop
2 parents eceb44d + 341f4f5 commit 99bbff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
],
1010
"require": {
1111
"php": ">=5.3.0",
12-
"illuminate/support": "4.0.x",
13-
"illuminate/http": "4.0.*"
12+
"illuminate/support": "4.1.*",
13+
"illuminate/http": "4.1.*"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "3.7.*"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
-----
33
[![Build Status](https://travis-ci.org/trea/rest.png?branch=master)](https://travis-ci.org/trea/rest)
44

5-
This library provides helpers for generating RESTful responses with Laravel 4
5+
This library provides helpers for generating RESTful responses with Laravel 4

0 commit comments

Comments
 (0)