summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorhorus2022-12-20 01:15:52 +0100
committerhorus2022-12-20 01:15:52 +0100
commit529816adb02ab65af28d7c831816389aca8f1e86 (patch)
tree99ea0bc30a67b71994d5a08569c3b0aa1e2f720b /composer.json
parent5df77697aead98e508c1b6b7af1661150cdcc5bc (diff)
downloadcurious-529816adb02ab65af28d7c831816389aca8f1e86.tar.gz
Upgrade to PHP 8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 9cd4d05..6fd1cfb 100644
--- a/composer.json
+++ b/composer.json
@@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
- "php": "^7.2.5",
+ "php": "^8.0",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^7.0.1",