Skip to content

Commit 394667d

Browse files
authored
Merge pull request #17 from tyrsson/fix-phpdb-dep-version
Fix phpdb dep version
2 parents e862969 + 65aaa55 commit 394667d

File tree

2 files changed

+302
-230
lines changed

2 files changed

+302
-230
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require": {
3333
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
34-
"php-db/phpdb": "dev-x.x.2",
34+
"php-db/phpdb": "^0.2.0",
3535
"webmozart/assert": "^1.11"
3636
},
3737
"require-dev": {

0 commit comments

Comments
 (0)