Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.4', '8.5']
php-versions: ['8.5']

steps:
- name: Checkout repository
Expand Down
27 changes: 0 additions & 27 deletions Dockerfile.php-8.4

This file was deleted.

17 changes: 14 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,25 @@
"bench": "vendor/bin/phpbench run --report=aggregate"
},
"require": {
"php": ">=8.4.1",
"php": ">=8.5",
"ext-pdo": "*",
"ext-curl": "*",
"ext-redis": "*",
"utopia-php/database": "^7.0.0",
"utopia-php/pools": "2.*",
"utopia-php/database": "dev-feat-query-lib as 7.0.0",
Comment thread
greptile-apps[bot] marked this conversation as resolved.
"utopia-php/query": "^0.4 || ^0.5",
"utopia-php/pools": "^2.0",
"appwrite/appwrite": "^27.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/database.git"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/async.git"
}
],
"require-dev": {
"phpunit/phpunit": "9.*",
"phpstan/phpstan": "1.*",
Expand Down
Loading
Loading