Skip to content

Commit

Permalink
Merge pull request #48 from utopia-php/chore-upgrade-database
Browse files Browse the repository at this point in the history
chore: upgrade database version
  • Loading branch information
TorstenDittmann authored Apr 27, 2023
2 parents adc209f + d999186 commit e722808
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 31 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"require": {
"php": ">=8.0",
"utopia-php/database": "0.35.*"
"utopia-php/database": "0.36.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"phpstan/phpstan": "^1.8",
"laravel/pint": "1.2.*"
"laravel/pint": "1.5.*"
}
}
57 changes: 29 additions & 28 deletions composer.lock

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

3 changes: 3 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"preset": "psr12"
}
2 changes: 1 addition & 1 deletion src/Audit/Audit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Audit
{
const COLLECTION = 'audit';
public const COLLECTION = 'audit';

private Database $db;

Expand Down

0 comments on commit e722808

Please sign in to comment.