Skip to content

Commit 0653fc5

Browse files
committed
Adjust readme and composer for Laravel 5
1 parent e0f3b69 commit 0653fc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Laravel 4+ User Agent
2-
====================
1+
Laravel User Agent
2+
==================
33

44
[![Latest Stable Version](http://img.shields.io/github/release/jenssegers/laravel-agent.svg)](https://packagist.org/packages/jenssegers/agent) [![Total Downloads](http://img.shields.io/packagist/dm/jenssegers/agent.svg)](https://packagist.org/packages/jenssegers/agent) [![Build Status](http://img.shields.io/travis/jenssegers/laravel-agent.svg)](https://travis-ci.org/jenssegers/laravel-agent) [![Coverage Status](http://img.shields.io/coveralls/jenssegers/laravel-agent.svg)](https://coveralls.io/r/jenssegers/laravel-agent)
55

6-
A user agent class for Laravel 4+, based on [Mobile Detect](https://github.com/serbanghita/Mobile-Detect) with extended functionality.
6+
A user agent class for Laravel, based on [Mobile Detect](https://github.com/serbanghita/Mobile-Detect) with extended functionality.
77

88
*The previous version is still available under the 1.0.0 tag.*
99

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jenssegers/agent",
3-
"description": "A user agent class for Laravel 4+",
3+
"description": "A user agent class for Laravel",
44
"keywords": ["laravel","useragent","agent","user agent","browser","platform","mobile"],
55
"authors": [
66
{

0 commit comments

Comments
 (0)