Skip to content

Commit

Permalink
Update repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Aug 2, 2019
1 parent a5d397e commit 23b2962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Laravel Git State

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

A Laravel package that gives you information about the current git state.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "markwalet/git-state",
"name": "markwalet/laravel-git-state",
"description": "A Laravel package that gives you information about the current git state.",
"type": "library",
"license": "MIT",
Expand Down

0 comments on commit 23b2962

Please sign in to comment.