Skip to content

Commit 708c9d5

Browse files
Merge pull request #10 from ARCANEDEV/update-laravel_5.6_support
Adding Laravel 5.6 support
2 parents 6e7fb3b + eb24ccd commit 708c9d5

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
sudo: false
44

55
php:
6-
- 7.0
6+
- 7.1.3
77
- 7.1
88
- 7.2
99
- nightly

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 ARCANEDEV - Spam Blocker
3+
Copyright (c) 2016-2018 ARCANEDEV - Spam Blocker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Spam Blocker is a package that allows you to block referral spammers.
2525
* Easy setup & configuration.
2626
* Well documented & IDE Friendly.
2727
* Well tested with maximum code quality.
28-
* Laravel `5.1 | 5.2 | 5.3 | 5.4 | 5.5` are supported.
28+
* Laravel `5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6` are supported.
2929
* Made with :heart: & :coffee:.
3030

3131
## TODOS

_docs/0.Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Spam Blocker is a package that allows you to block referral spammers.
77
* Easy setup & configuration.
88
* Well documented & IDE Friendly.
99
* Well tested with maximum code quality.
10-
* Laravel `5.1 | 5.2 | 5.3 | 5.4 | 5.5` are supported.
10+
* Laravel `5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6` are supported.
1111
* Made with :heart: & :coffee:.
1212

1313
## Table of contents

_docs/1.Installation-and-Setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@ The Spam Blocker package has a few system requirements:
2121
| ![Spam Blocker v1.2.x][spam_blocker_1_2_x] | ![Laravel v5.1][laravel_5_1] ![Laravel v5.2][laravel_5_2] ![Laravel v5.3][laravel_5_3] |
2222
| ![Spam Blocker v1.3.x][spam_blocker_1_3_x] | ![Laravel v5.4][laravel_5_4] |
2323
| ![Spam Blocker v1.4.x][spam_blocker_1_4_x] | ![Laravel v5.5][laravel_5_5] |
24+
| ![Spam Blocker v1.5.x][spam_blocker_1_5_x] | ![Laravel v5.6][laravel_5_6] |
2425

2526
[laravel_5_1]: https://img.shields.io/badge/v5.1-supported-brightgreen.svg?style=flat-square "Laravel v5.1"
2627
[laravel_5_2]: https://img.shields.io/badge/v5.2-supported-brightgreen.svg?style=flat-square "Laravel v5.2"
2728
[laravel_5_3]: https://img.shields.io/badge/v5.3-supported-brightgreen.svg?style=flat-square "Laravel v5.3"
2829
[laravel_5_4]: https://img.shields.io/badge/v5.4-supported-brightgreen.svg?style=flat-square "Laravel v5.4"
2930
[laravel_5_5]: https://img.shields.io/badge/v5.5-supported-brightgreen.svg?style=flat-square "Laravel v5.5"
31+
[laravel_5_6]: https://img.shields.io/badge/v5.6-supported-brightgreen.svg?style=flat-square "Laravel v5.6"
3032

3133
[spam_blocker_1_2_x]: https://img.shields.io/badge/version-1.2.*-blue.svg?style=flat-square "Spam Blocker v1.2.*"
3234
[spam_blocker_1_3_x]: https://img.shields.io/badge/version-1.3.*-blue.svg?style=flat-square "Spam Blocker v1.3.*"
3335
[spam_blocker_1_4_x]: https://img.shields.io/badge/version-1.4.*-blue.svg?style=flat-square "Spam Blocker v1.4.*"
36+
[spam_blocker_1_5_x]: https://img.shields.io/badge/version-1.5.*-blue.svg?style=flat-square "Spam Blocker v1.5.*"
3437

3538
## Composer
3639

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"type": "library",
1515
"license": "MIT",
1616
"require": {
17-
"php": ">=7.0",
18-
"arcanedev/support": "~4.2.0",
19-
"matomo/referrer-spam-blacklist": "~1.0"
17+
"php": ">=7.1.3",
18+
"arcanedev/support": "~4.3.0",
19+
"matomo/referrer-spam-blacklist": "~1.1"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "~3.5.0",
23-
"phpunit/phpcov": "~4.0",
24-
"phpunit/phpunit": "~6.0"
22+
"orchestra/testbench": "~3.6.0",
23+
"phpunit/phpcov": "~5.0",
24+
"phpunit/phpunit": "~7.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)