Skip to content

Commit d15407b

Browse files
lohanidamodarclaude
andcommitted
fix: bump PHP requirement to >=8.4
utopia-php/query 0.1.* requires PHP >=8.4. Updated composer.json and CI workflow to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b5b097a commit d15407b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '8.3'
16+
php-version: '8.4'
1717

1818
- name: Install dependencies
1919
run: composer install --prefer-dist --no-progress

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"minimum-stability": "stable",
1818
"require": {
19-
"php": ">=8.3",
19+
"php": ">=8.4",
2020
"utopia-php/fetch": "0.5.*",
2121
"utopia-php/query": "0.1.*"
2222
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)