Skip to content

Commit d58a48c

Browse files
committed
Support aura/sql version 6.0 in dependencies
Updated the composer.json file to allow compatibility with aura/sql version 6.0. This ensures the package can work with the latest version while maintaining support for older versions. No other changes were made to the dependencies.
1 parent d6f13e0 commit d58a48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ext-pdo": "*",
1414
"ext-mbstring": "*",
1515
"ext-tokenizer": "*",
16-
"aura/sql": "^4.0 || ^5.0",
16+
"aura/sql": "^4.0 || ^5.0 || ^6.0",
1717
"doctrine/annotations": "^1.12 || ^2.0",
1818
"guzzlehttp/guzzle": "^6.3 || ^7.2",
1919
"koriym/csv-entities": "^1.0",

0 commit comments

Comments
 (0)