Skip to content

Commit

Permalink
Limit our minimum PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Feb 5, 2025
1 parent 50da541 commit bf46a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"check": "./vendor/bin/phpstan analyse --level=8 --memory-limit=2G src tests"
},
"require": {
"php": ">=8.3",
"php": ">=8.1",
"ext-curl": "*",
"ext-openssl": "*",
"appwrite/appwrite": "11.*",
Expand All @@ -40,7 +40,7 @@
"utopia-php/cli": "0.16.*"
},
"platform": {
"php": "8.3"
"php": "8.1"
},
"config": {
"allow-plugins": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf46a6f

Please sign in to comment.