Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Sep 22, 2019
1 parent 61afcf9 commit dffa3b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ env:
matrix:
fast_finish: true
include:
- php: 7.1
env: LARAVEL_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=~6.0
- php: 7.1
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
- php: 7.2
env: LARAVEL_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=~6.0
- php: 7.2
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
- php: 7.2
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
- php: 7.3
env: LARAVEL_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=~6.0
- php: 7.3
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
- php: 7.3
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

Laravel middleware for whitelisting/blacklisting client IP addresses

## Requirements

* PHP 7.1 or higher
* Laravel 5.8 or higher

## Installation

You can install the package via composer:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
],
"require": {
"php": "^7.1",
"illuminate/container": "5.5.*|5.8.*|^6.0",
"illuminate/contracts": "5.5.*|5.8.*|^6.0",
"illuminate/http": "5.5.*|5.8.*|^6.0",
"illuminate/support": "5.5.*|5.8.*|^6.0"
"illuminate/container": "5.8.*|^6.0",
"illuminate/contracts": "5.8.*|^6.0",
"illuminate/http": "5.8.*|^6.0",
"illuminate/support": "5.8.*|^6.0"
},
"require-dev": {
"orchestra/testbench": "3.5.*|3.8.*|^4.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0"
"orchestra/testbench": "3.8.*|^4.0",
"phpunit/phpunit": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dffa3b6

Please sign in to comment.