Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
language: php | ||
|
||
php: | ||
- 7 | ||
- 7.1 | ||
- 7.2 | ||
- nightly | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
} | ||
}, | ||
"require": { | ||
"php": ">=7.0", | ||
"php": ">=7.1", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
timothymarois
Contributor
|
||
"zendframework/zend-escaper": "^2.5", | ||
"paragonie/sodium_compat": "^1.1", | ||
"kint-php/kint": "^2.1" | ||
|
I'd like to know why we are only supporting 7.1+, what is being used that causes 7.0 to be obsolete? I read the "go php 7.1" doc and I have yet to find the "reason" behind it. All it says is, "why not?", might as well go to 7.2 while we're at it since that was just released. Unless there is a feature in CI4 that relies on 7.1 I think this is nonsense. Please explain.