Skip to content

Commit

Permalink
Updated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmongeau committed Oct 22, 2017
1 parent 2ff736f commit 80c8468
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Expand Up @@ -2,10 +2,10 @@

A simple localization package for Laravel 5. It provides URL detection, Route parameters, session storage, and view sharing.

[![Latest Stable Version](https://poser.pugx.org/folklore/locale/v/stable.svg)](https://packagist.org/packages/folklore/locale)
[![Latest Stable Version](https://poser.pugx.org/folklore/laravel-locale/v/stable.svg)](https://packagist.org/packages/folklore/laravel-locale)
[![Build Status](https://travis-ci.org/Folkloreatelier/laravel-locale.png?branch=master)](https://travis-ci.org/Folkloreatelier/laravel-locale)
[![Coverage Status](https://coveralls.io/repos/github/Folkloreatelier/laravel-locale/badge.svg?branch=master)](https://coveralls.io/github/Folkloreatelier/laravel-locale?branch=master)
[![Total Downloads](https://poser.pugx.org/folklore/locale/downloads.svg)](https://packagist.org/packages/folklore/locale)
[![Total Downloads](https://poser.pugx.org/folklore/laravel-locale/downloads.svg)](https://packagist.org/packages/folklore/laravel-locale)

## Installation

Expand All @@ -20,7 +20,7 @@ A simple localization package for Laravel 5. It provides URL detection, Route pa
```json
{
"require": {
"folklore/locale": "~2.2"
"folklore/laravel-locale": "~2.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,5 +1,5 @@
{
"name": "folklore/locale",
"name": "folklore/laravel-locale",
"description": "Localization package for Laravel 5",
"keywords": ["framework", "laravel", "localization", "locale", "translation"],
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions phpcs.xml
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
<description>The coding standard for folklore/locale</description>
<description>The coding standard for folklore/laravel-locale</description>

<file>src</file>
<file>tests</file>

<exclude-pattern>*.json</exclude-pattern>
<exclude-pattern>*.xml</exclude-pattern>

Expand Down

0 comments on commit 80c8468

Please sign in to comment.