Unverified Commit 68a659fd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3079791 by mikelutz, shaal, Wim Leers, hussainweb, xjm, catch, Charlie...

Issue #3079791 by mikelutz, shaal, Wim Leers, hussainweb, xjm, catch, Charlie ChX Negyesi, Mixologic, Gábor Hojtsy, heddn, amateescu: Bump Drupal's minimum PHP version to 7.2 as soon as 9.0.x is branched (a higher version may be required later)
parent e61b7862
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "f5caa987fc01923d57a6dba206ad8207c073beab"
                "reference": "8f9baa64e9b695577dfeca74d0882b9509cced80"
            },
            "require": {
                "asm89/stack-cors": "^1.1",
@@ -678,7 +678,7 @@
                "guzzlehttp/guzzle": "^6.3",
                "masterminds/html5": "^2.1",
                "pear/archive_tar": "^1.4.5",
                "php": ">=7.0.8",
                "php": ">=7.2.3",
                "stack/builder": "^1.0",
                "symfony-cmf/routing": "^1.4",
                "symfony/class-loader": "~3.4.0",
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  "license": "GPL-2.0-or-later",
  "require": {
    "composer-plugin-api": "^1.0.0",
    "php": ">=7.0.8"
    "php": ">=7.2.3"
  },
  "conflict": {
    "drupal-composer/drupal-scaffold": "*"
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    "class": "Drupal\\Composer\\Plugin\\VendorHardening\\VendorHardeningPlugin"
  },
  "require": {
    "php": ">=7.0.8",
    "php": ">=7.2.3",
    "composer-plugin-api": "^1.1"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ QUICKSTART
----------------------

Prerequisites:
- PHP 7.0.8 (or greater) (https://php.net).
- PHP 7.2.3 (or greater) (https://php.net).

In the instructions below, replace the version x.y.z with the specific version
you wish to download. Example: 8.6.0.zip. You can find the latest stable version
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
        "ext-SPL": "*",
        "ext-tokenizer": "*",
        "ext-xml": "*",
        "php": ">=7.0.8",
        "php": ">=7.2.3",
        "symfony/class-loader": "~3.4.0",
        "symfony/console": "~3.4.0",
        "symfony/dependency-injection": "~3.4.26",
Loading