Skip to content

Commit

Permalink
Merge pull request #334 from factorial-io/fix/332
Browse files Browse the repository at this point in the history
fix: Delete db backups from local, when restic backup is finished. Fi…
  • Loading branch information
stmh authored Aug 30, 2024
2 parents 9414624 + 04c9617 commit f012336
Show file tree
Hide file tree
Showing 6 changed files with 1,605 additions and 606 deletions.
6 changes: 6 additions & 0 deletions .phpactor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "/phpactor.schema.json",
"language_server_phpstan.enabled": true,
"php_code_sniffer.enabled": true,
"prophecy.enabled": true
}
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
"ext-posix": "*",
"twig/string-extra": "^3.3",
"defuse/php-encryption": "^2.3",
"consolidation/self-update": "^2.0"
"consolidation/self-update": "^2.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"roave/security-advisories": "dev-latest" ,
"symfony/phpunit-bridge": "^2.8|^3|^4.1",
"phpunit/phpunit": "^9.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
Expand Down
Loading

0 comments on commit f012336

Please sign in to comment.