Skip to content

Commit 53508f3

Browse files
committed
Update PHP dependency to 7.2
1 parent 830d718 commit 53508f3

15 files changed

Lines changed: 16 additions & 17 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
- nightly

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ We are not looking for out-of-scope contributions, only those that would be cons
6868
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the user guide
6969

7070
## Server Requirements
71-
PHP version 7.1 or higher is required, with the following extensions installed:
71+
PHP version 7.2 or higher is required, with the following extensions installed:
7272

7373
- [intl](http://php.net/manual/en/intl.requirements.php)
7474
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library

admin/framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ We welcome contributions from the community.
5656
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the development repository.
5757

5858
## Server Requirements
59-
PHP version 7.1 or higher is required, with the following extensions installed:
59+
PHP version 7.2 or higher is required, with the following extensions installed:
6060

6161
- [intl](http://php.net/manual/en/intl.requirements.php)
6262
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": ">=7.1",
8+
"php": ">=7.2",
99
"ext-curl": "*",
1010
"ext-intl": "*",
1111
"kint-php/kint": "^2.1",

admin/starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The user guide updating and deployment is a bit awkward at the moment, but we ar
4747

4848
## Server Requirements
4949

50-
PHP version 7.1 or higher is required, with the following extensions installed:
50+
PHP version 7.2 or higher is required, with the following extensions installed:
5151

5252
- [intl](http://php.net/manual/en/intl.requirements.php)
5353
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library

admin/starter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": ">=7.1",
8+
"php": ">=7.2",
99
"codeigniter4/framework": "^4@alpha"
1010
},
1111
"require-dev": {

admin/userguide/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": ">=7.1",
8+
"php": ">=7.2",
99
"codeigniter4/framework": "^4"
1010
},
1111
"support": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": ">=7.1",
8+
"php": ">=7.2",
99
"ext-curl": "*",
1010
"ext-intl": "*",
1111
"ext-json": "*",

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you change anything that requires a change to documentation then you will nee
3535

3636
### Compatibility
3737

38-
CodeIgniter4 requires PHP 7.1.
38+
CodeIgniter4 requires PHP 7.2.
3939

4040
### Branching
4141

contributing/guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for an example.
7373
PHP Compatibility
7474
=================
7575

76-
CodeIgniter4 requires PHP 7.1.
76+
CodeIgniter4 requires PHP 7.2.
7777

7878
Backwards Compatibility
7979
=======================

0 commit comments

Comments
 (0)