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

Commit 887ec73

Browse files
Made the supported laravel versions clearer
1 parent 3fa273e commit 887ec73

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CHANGE LOG
1717

1818
## V0.4 Alpha (21/07/2014)
1919

20-
* Upgrade to Laravel 4.2+
20+
* Upgrade to Laravel 4.2
2121
* Removed htmlmin dependency
2222
* Minor refactoring
2323
* Added di aliases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Laravel Navigation
1111

1212
## Introduction
1313

14-
Laravel Navigation was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a navigation bar generator for [Laravel 4.2+](http://laravel.com). Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/GrahamCampbell/Laravel-Navigation/releases), [license](LICENSE.md), [api docs](http://docs.grahamjcampbell.co.uk), and [contribution guidelines](CONTRIBUTING.md).
14+
Laravel Navigation was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a navigation bar generator for [Laravel 4.2](http://laravel.com). Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/GrahamCampbell/Laravel-Navigation/releases), [license](LICENSE.md), [api docs](http://docs.grahamjcampbell.co.uk), and [contribution guidelines](CONTRIBUTING.md).
1515

1616

1717
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graham-campbell/navigation",
3-
"description": "Navigation Is A Navigation Bar Generator For Laravel 4.2+",
3+
"description": "Navigation Is A Navigation Bar Generator For Laravel 4.2",
44
"keywords": ["laravel", "framework", "navigation generator", "navigation", "navigation bar", "Navigation", "Laravel Navigation", "Laravel-Navigation", "Graham Campbell", "GrahamCampbell"],
55
"license": "Apache-2.0",
66
"authors": [

0 commit comments

Comments
 (0)