Skip to content

Commit

Permalink
update readme & drop support php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
salkhwlani committed Oct 4, 2017
1 parent 23ab1d9 commit c9c5007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Route::any('/login', ['middleware' => 'arabic-to-eastern:pass,test', function ()
}]);
```

> inline ignore fields not work if `auto_register_middleware` enable and middleware you want use inside `auto_middleware` option , instead use can set ignore fields in config file `arabic-numbers-middleware.php`
> inline ignore fields not work if auto_register_middleware enable and middleware you want to use inside auto_middleware option, instead use can set ignore fields in config file arabic-numbers-middleware.php
## Optional

Expand Down Expand Up @@ -146,7 +146,7 @@ $ composer test

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

Expand Down

0 comments on commit c9c5007

Please sign in to comment.