Skip to content

Commit

Permalink
Merge pull request #17 from ARCANEDEV/update-laravel_5.6_support
Browse files Browse the repository at this point in the history
Adding Laravel 5.6 support
  • Loading branch information
arcanedev-maroc authored Feb 28, 2018
2 parents 9c96a72 + 74fee69 commit 71b92ce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: php
sudo: false

php:
- 7.0
- 7.1.3
- 7.1
- 7.2
- nightly
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This package allows you to manage and generate a sitemap without you having to a
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.4 | 5.5` are supported.
* Laravel `5.4 | 5.5 | 5.6` are supported.
* Made with :heart: & :coffee:.

## Table of contents
Expand All @@ -41,7 +41,7 @@ If you discover any security related issues, please email arcanedev.maroc@gmail.
- [ARCANEDEV][link-author]
- [All Contributors][link-contributors]

[badge_laravel]: https://img.shields.io/badge/Laravel-5.4%20&%205.5-orange.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/Laravel-5.4%20to%205.6-orange.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/arcanedev/laravel-sitemap.svg?style=flat-square
[badge_build]: https://img.shields.io/travis/ARCANEDEV/LaravelSitemap.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/LaravelSitemap.svg?style=flat-square
Expand Down
2 changes: 1 addition & 1 deletion _docs/0-Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This package allows you to manage and generate a sitemap without you having to a
### Features

* Easy setup & configuration.
* Laravel `5.4 | 5.5` are supported.
* Laravel `5.4 | 5.5 | 5.6` are supported.
* SEO-Friendly (Search engine optimization).
* Respects the [sitemaps.org](https://www.sitemaps.org/protocol.html) schemas.
* Multiple URLs & Sitemaps management.
Expand Down
3 changes: 3 additions & 0 deletions _docs/1-Installation-and-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ The Laravel Sitemap package has a few system requirements:
|:-------------------------------------------------|:-----------------------------|
| ![Laravel Sitemap v1.0.x][laravel_sitemap_1_0_x] | ![Laravel v5.4][laravel_5_4] |
| ![Laravel Sitemap v1.1.x][laravel_sitemap_1_1_x] | ![Laravel v5.5][laravel_5_5] |
| ![Laravel Sitemap v1.2.x][laravel_sitemap_1_2_x] | ![Laravel v5.6][laravel_5_6] |

[laravel_5_4]: https://img.shields.io/badge/v5.4-supported-brightgreen.svg?style=flat-square "Laravel v5.4"
[laravel_5_5]: https://img.shields.io/badge/v5.5-supported-brightgreen.svg?style=flat-square "Laravel v5.5"
[laravel_5_6]: https://img.shields.io/badge/v5.6-supported-brightgreen.svg?style=flat-square "Laravel v5.5"

[laravel_sitemap_1_0_x]: https://img.shields.io/badge/version-1.0.*-blue.svg?style=flat-square "Laravel Sitemap v1.0.*"
[laravel_sitemap_1_1_x]: https://img.shields.io/badge/version-1.1.*-blue.svg?style=flat-square "Laravel Sitemap v1.1.*"
[laravel_sitemap_1_2_x]: https://img.shields.io/badge/version-1.2.*-blue.svg?style=flat-square "Laravel Sitemap v1.2.*"

## Composer

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"license": "MIT",
"require": {
"php": ">=7.0",
"arcanedev/support": "~4.2.0"
"arcanedev/support": "~4.3.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0",
"phpunit/phpcov": "~4.0",
"phpunit/phpunit": "~6.0",
"spatie/phpunit-snapshot-assertions": "^1.0"
"orchestra/testbench": "~3.6.0",
"phpunit/phpcov": "~5.0",
"phpunit/phpunit": "~7.0",
"spatie/phpunit-snapshot-assertions": "~1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 71b92ce

Please sign in to comment.