Skip to content

Commit

Permalink
values replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolita Grazyte committed Feb 16, 2016
1 parent accedcf commit aece263
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

All Notable changes to `:package_name` will be documented in this file
All Notable changes to `laravel-rss` will be documented in this file

## NEXT - YYYY-MM-DD

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/spatie/:package_name).
We accept contributions via Pull Requests on [Github](https://github.com/spatie/laravel-rss).


## Pull Requests
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview

## Install

**Note:** Remove this paragraph if you are building a public package
This package is custom built for [Spatie](https://spatie.be) projects and is therefore not registered on packagist.
In order to install it via composer you must specify this extra repository in `composer.json`:

```json
"repositories": [ { "type": "composer", "url": "https://satis.spatie.be/" } ]
```

You can install the package via composer:
``` bash
$ composer require spatie/:package_name
Expand Down Expand Up @@ -56,7 +48,7 @@ If you discover any security related issues, please email freek@spatie.be instea

## Credits

- [:author_name](https://github.com/:author_username)
- [Jolita Grazyte](https://github.com/JolitaGrazyte)
- [All Contributors](../../contributors)

## About Spatie
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "spatie/:package_name",
"description": ":package_description",
"name": "spatie/laravel-rss",
"description": "Generates Rss Feed",
"keywords": [
"spatie",
":package_name"
"laravel-rss"
],
"homepage": "https://github.com/spatie/:package_name",
"homepage": "https://github.com/spatie/laravel-rss",
"license": "MIT",
"authors": [
{
"name": ":author_name",
"email": ":author_email",
"name": "Jolita Grazyte",
"email": "jolita@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
Expand Down

0 comments on commit aece263

Please sign in to comment.