Skip to content

Commit

Permalink
Renamed package requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed Jun 10, 2015
1 parent 4f8b467 commit 85a6e30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jeroen-g/packager",
"name": "jeroen-g/laravel-packager",
"description": "A cli tool for creating Laravel packages.",
"keywords": [
"Packager",
Expand All @@ -8,7 +8,7 @@
"skeleton",
"Github"
],
"homepage": "https://github.com/Jeroen-G/packager",
"homepage": "https://github.com/Jeroen-G/laravel-packager",
"license": "MIT",
"authors": [
{
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packager
# Laravel Packager

[![Latest Version](https://img.shields.io/github/release/jeroen-g/packager.svg?style=flat)](https://github.com/jeroen-g/packager/releases)
[![Latest Version](https://img.shields.io/github/release/jeroen-g/laravel-packager.svg?style=flat)](https://github.com/jeroen-g/laravel-packager/releases)
[![License](https://img.shields.io/badge/License-EUPL--1.1-blue.svg?style=flat)](license.md)

This package provides you with a simple tool to set up a new package. Nothing more, nothing less.
Expand All @@ -9,7 +9,7 @@ This package provides you with a simple tool to set up a new package. Nothing mo

Via Composer

$ composer require jeroen-g/packager
$ composer require jeroen-g/laravel-packager

Then add the service provider in `config/app.php`:

Expand Down

0 comments on commit 85a6e30

Please sign in to comment.