Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
wip issue #116
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Aug 27, 2016
1 parent 8545cf8 commit b56f9cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ php:
- 7.0
- hhvm

sudo: false

branches:
only:
- master
- laravel4

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
install: composer install --no-interaction --prefer-source

script: phpunit
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Branch dev-master is for development and is UNSTABLE!

## Installation

Run the following command and provide the latest stable version (e.g v2.6.3) :
Run the following command and provide the latest stable version (e.g v2.6.4) :

```bash
composer require roumen/sitemap
Expand All @@ -29,9 +29,7 @@ Then register this service provider with Laravel :
'Roumen\Sitemap\SitemapServiceProvider',
```

### Laravel 5.2 :

Service provider should be :
#### for Laravel 5.2/5.3 service provider should be :

```php
Roumen\Sitemap\SitemapServiceProvider::class,
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"name": "roumen/sitemap",
"description": "A simple sitemap generator for Laravel.",
"description": "A not so simple sitemap generator for Laravel.",
"homepage": "https://roumen.it/projects/laravel-sitemap",
"keywords": ["laravel", "sitemap", "generator"],
"license": "MIT",
"authors": [
{
"name": "Roumen Damianoff",
"email": "[email protected]",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://roumen.it"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5",
"paragonie/random_compat": "~1"
"illuminate/support": "~5"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand Down

0 comments on commit b56f9cf

Please sign in to comment.