Skip to content

Commit ae53dc7

Browse files
Added a note about laravel 5
1 parent bbd4290 commit ae53dc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Laravel Parse
99
[![Latest Version](https://img.shields.io/github/release/GrahamCampbell/Laravel-Parse.svg?style=flat-square)](https://github.com/GrahamCampbell/Laravel-Parse/releases)
1010

1111

12+
### Looking for a laravel 5 compatable version?
13+
14+
Checkout the [master branch](https://github.com/GrahamCampbell/Laravel-Parse/tree/master), installable by requiring `"graham-campbell/parse": "~2.0"`.
15+
16+
1217
## Introduction
1318

1419
Laravel Parse was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a [Parse SDK](https://github.com/ParsePlatform/parse-php-sdk) bridge for [Laravel 4.1/4.2](http://laravel.com). Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/GrahamCampbell/Laravel-Parse/releases), [license](LICENSE.md), [api docs](http://docs.grahamjcampbell.co.uk), and [contribution guidelines](CONTRIBUTING.md).
@@ -18,7 +23,7 @@ Laravel Parse was created by, and is maintained by [Graham Campbell](https://git
1823

1924
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.2+, and [Composer](https://getcomposer.org) are required.
2025

21-
To get the latest version of Laravel Parse, simply require `"graham-campbell/parse": "~0.1"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
26+
To get the latest version of Laravel Parse, simply require `"graham-campbell/parse": "~1.0"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
2227

2328
Once Laravel Parse is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.
2429

0 commit comments

Comments
 (0)