Skip to content

Commit

Permalink
needs php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed Jun 1, 2017
1 parent a122703 commit d73285f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -4,13 +4,10 @@ os:
- linux

php:
- 7.0
- 7.1

matrix:
include:
- php: 7.0
env: PHPSTAN=1
- php: 7.1
env: PHPSTAN=1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

## Installation

php 7.0
php 7.1

```
composer require webchemistry/invoice
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
"invoice"
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"intervention/image": "^2.3",
"nette/utils": "^2.3"
},
Expand Down

0 comments on commit d73285f

Please sign in to comment.