Skip to content

Commit

Permalink
add dibi 5.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Jan 20, 2024
1 parent 1fcca80 commit e4d5287
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.1"
},
"require-dev": {
"dibi/dibi": "~3.0 | ~4.0",
"dibi/dibi": "~3.0 | ~4.0 | ~5.0",
"doctrine/cache": "~1.11 | ~2.0",
"doctrine/dbal": "~2.5 | ~3.0",
"doctrine/orm": "~2.5",
Expand Down
6 changes: 6 additions & 0 deletions tests/matrix/dbal/dibi-5.0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="80000"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~5.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3"
DBAL="dibi"

0 comments on commit e4d5287

Please sign in to comment.