Skip to content

Commit

Permalink
Moved min requirement to PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omoikane committed Dec 6, 2018
1 parent e639550 commit d4f2bd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ $ composer require lepre/routing

### Requirements

This project works with PHP 7.0 or above.
This project works with PHP 7.1 or above.

## License

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,11 +11,11 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.1",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^7.0",
"phpunit/phpunit": "^7.0",
"aura/router": "^3.1",
"php-coveralls/php-coveralls": "^2.1",
"zendframework/zend-diactoros": "^1.7"
Expand Down

0 comments on commit d4f2bd2

Please sign in to comment.