File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 "optimize-autoloader" : true ,
55 "sort-packages" : true ,
66 "platform" : {
7- "php" : " 7.3 "
7+ "php" : " 7.4 "
88 }
99 },
1010 "autoload" : {
Original file line number Diff line number Diff line change 2525 * along with this program. If not, see <http://www.gnu.org/licenses/>.
2626 *
2727 */
28- // Show warning if a PHP version below 7.3 is used,
29- if (PHP_VERSION_ID < 70300 ) {
28+ // Show warning if a PHP version below 7.4 is used,
29+ if (PHP_VERSION_ID < 70400 ) {
3030 http_response_code (500 );
31- echo 'This version of Nextcloud requires at least PHP 7.3 <br/> ' ;
31+ echo 'This version of Nextcloud requires at least PHP 7.4 <br/> ' ;
3232 echo 'You are currently running ' . PHP_VERSION . '. Please update your PHP version. ' ;
3333 exit (1 );
3434}
You can’t perform that action at this time.
0 commit comments