Skip to content

Commit

Permalink
Update database
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Jan 23, 2025
1 parent e849ec3 commit a1da9b7
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 64 deletions.
22 changes: 14 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,33 @@
"test": "./vendor/bin/phpunit",
"lint": "./vendor/bin/pint --test",
"format": "./vendor/bin/pint",
"check": "./vendor/bin/phpstan analyse --level=8 --memory-limit 512M"
"check": "./vendor/bin/phpstan analyse --level=8 --memory-limit=2G src tests"
},
"require": {
"php": "8.3.*",
"php": ">=8.3",
"ext-curl": "*",
"ext-openssl": "*",
"appwrite/appwrite": "11.1.*",
"utopia-php/database": "0.56.*",
"appwrite/appwrite": "11.*",
"utopia-php/database": "0.57.*",
"utopia-php/storage": "0.18.*",
"utopia-php/dsn": "0.2.*",
"utopia-php/framework": "0.33.*"
},
"require-dev": {
"ext-pdo": "*",
"phpunit/phpunit": "11.2.*",
"vlucas/phpdotenv": "5.6.*",
"laravel/pint": "1.17.*",
"phpstan/phpstan": "1.11.*",
"phpunit/phpunit": "11.*",
"vlucas/phpdotenv": "5.*",
"laravel/pint": "1.*",
"phpstan/phpstan": "1.*",
"utopia-php/cli": "0.16.*"
},
"platform": {
"php": "8.3"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"tbachert/spi": true
}
}
}
Loading

0 comments on commit a1da9b7

Please sign in to comment.