File tree Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: php
33sudo : false
44
55php :
6- - 7.0
6+ - 7.1.3
77 - 7.1
88 - 7.2
99 - nightly
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016-2017 ARCANEDEV - Spam Blocker
3+ Copyright (c) 2016-2018 ARCANEDEV - Spam Blocker
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments