Skip to content

Commit

Permalink
Change PHP version requirement to 7.1. Fixes codeigniter4#847
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Dec 21, 2017
1 parent 6fb133b commit 90a604c
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
@@ -1,7 +1,6 @@
language: php

php:
- 7
- 7.1
- 7.2
- nightly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"require": {
"php": ">=7.0",
"php": ">=7.1",
"zendframework/zend-escaper": "^2.5",
"paragonie/sodium_compat": "^1.1",
"kint-php/kint": "^2.1"
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/intro/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Server Requirements
###################

`PHP <http://php.net/>`_ version 7.0.15 or newer is required, with the *intl* extension installed.
`PHP <http://php.net/>`_ version 7.1 or newer is required, with the *intl* extension installed. [Why 7.1](https://gophp71.org/)?

A database is required for most web application programming.
Currently supported databases are:
Expand Down

0 comments on commit 90a604c

Please sign in to comment.