Skip to content

Commit

Permalink
Bump minimal PHP requirement to PHP 7.1+. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mducharme committed Apr 20, 2020
1 parent 859d162 commit 6b6804c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

env:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ $ composer create-project locomotivemtl/charcoal-project-boilerplate:@dev --pref

## Dependencies

- `PHP 5.6+`
- `PHP 7.1+`
- Older versions of PHP are deprecated, therefore not supported.
- PHP 7 is recommended for security and performance reasons.
- [`psr/http-message`](http://www.php-fig.org/psr/psr-7/)
- Charcoal View provides a PSR7 renderer.
- [`locomotivemtl/charcoal-config`](https://github.com/locomotivemtl/charcoal-config)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require": {
"php": ">=5.6.0 || >=7.0",
"php": ">=7.1",
"psr/http-message": "^1.0",
"locomotivemtl/charcoal-config": "~0.8",
"erusev/parsedown": "^1.7"
Expand Down

0 comments on commit 6b6804c

Please sign in to comment.