Skip to content

Commit

Permalink
Bumped minimum required version of PHP to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Jun 7, 2018
1 parent d590c87 commit 841714c
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -2,7 +2,6 @@ sudo: false

language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Like this project? Keep me caffeinated by [making a donation](https://paypal.me/
Requirements
------------

- [PHP](https://php.net) >= 5.6
- [PHP](https://php.net) >= 7.0

Install with Composer
---------------------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/yaml": "^3.0 || ^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 841714c

Please sign in to comment.