From da6ef388df7a0a59c09f067330141d49de30eb5e Mon Sep 17 00:00:00 2001 From: Adaa Date: Mon, 15 Feb 2021 12:55:14 +0100 Subject: [PATCH] PHP Version Update --- .gitignore | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bc2759d..b522649 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Created by .ignore support plugin (hsz.mobi) /composer.lock /vendor -/runtime \ No newline at end of file +/runtime +.idea \ No newline at end of file diff --git a/composer.json b/composer.json index 7ab883a..8b1845e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php" : "~7.0|~8.0", + "php" : "~8.0", "yiisoft/yii2": "~2.0.40" }, "autoload": {