]> source.dussan.org Git - nextcloud-server.git/commitdiff
Drop PHP7.3
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 18 Oct 2021 07:21:04 +0000 (09:21 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 25 Jan 2022 16:25:08 +0000 (17:25 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
composer.json
composer.lock
lib/versioncheck.php
vendor-bin/cs-fixer/composer.json
vendor-bin/cs-fixer/composer.lock
vendor-bin/psalm/composer.json
vendor-bin/psalm/composer.lock

index 4e191745592eb56beb9ed4d8d79282dd3d980f87..75ea1c45e8600480139798140709a579e0e53654 100644 (file)
@@ -4,7 +4,7 @@
                "optimize-autoloader": true,
                "sort-packages": true,
                "platform": {
-                       "php": "7.3"
+                       "php": "7.4"
                },
                "allow-plugins": {
                        "bamarni/composer-bin-plugin": true
index 2a97ac5ad880af70b29a447453b006c384320246..3ba083dbed041d6c0a4670dd3e5c2e8636b918da 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "eb074699155bba86b710218a07fe659b",
+    "content-hash": "8333c8a239fe5ccec285dfbccc17cca4",
     "packages": [],
     "packages-dev": [
         {
@@ -74,7 +74,7 @@
     },
     "platform-dev": [],
     "platform-overrides": {
-        "php": "7.3"
+        "php": "7.4"
     },
     "plugin-api-version": "2.1.0"
 }
index 3e840ff5b461bd9f0611e3215c6c695d448c5803..8477442935a8777005caaccf654a30d49023fe62 100644 (file)
@@ -25,10 +25,10 @@ declare(strict_types=1);
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  *
  */
-// Show warning if a PHP version below 7.3 is used,
-if (PHP_VERSION_ID < 70300) {
+// Show warning if a PHP version below 7.4 is used,
+if (PHP_VERSION_ID < 70400) {
        http_response_code(500);
-       echo 'This version of Nextcloud requires at least PHP 7.3<br/>';
+       echo 'This version of Nextcloud requires at least PHP 7.4<br/>';
        echo 'You are currently running ' . PHP_VERSION . '. Please update your PHP version.';
        exit(1);
 }
index 958c3246abbd35f9f06b2310187692aa7d440a64..de598569c39576ccb1e4e394484ae04299afa26a 100644 (file)
@@ -1,7 +1,7 @@
 {
        "config": {
                "platform": {
-                       "php": "7.3"
+                       "php": "7.4"
                }
        },
        "require": {
index ec188f867c3ad8e6539c58f4268c2fb9c1746be7..dc81cb08e0506f5c702b414e3689d1248a475192 100644 (file)
     "platform": [],
     "platform-dev": [],
     "platform-overrides": {
-        "php": "7.3"
+        "php": "7.4"
     },
     "plugin-api-version": "2.2.0"
 }
index e03c935cb998f1849780d3ccc128bd2a597ee1d7..1eaba74d07a5e363589f984b3eba055f4eabb3d1 100644 (file)
@@ -4,7 +4,7 @@
     },
     "config": {
         "platform": {
-            "php": "7.3"
+            "php": "7.4"
         },
         "allow-plugins": {
             "composer/package-versions-deprecated": true
index faa325c5601cfb40d15bb7dd00b5b003932b8585..25e514cc70852ea400e2544248f1fb7f51e27e28 100644 (file)
     "platform": [],
     "platform-dev": [],
     "platform-overrides": {
-        "php": "7.3"
+        "php": "7.4"
     },
     "plugin-api-version": "2.2.0"
 }