Skip to content

Commit b7c8b9f

Browse files
committed
feat: require PHP 8.3+ in all packages
- Bump php requirement from ^8.2 to ^8.3 in all packages - Remove PHP 8.2 from CI matrix
1 parent 62cfb0e commit b7c8b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "Package allows to import files to Snowflake from multiple cloud storages",
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.2",
12+
"php": "^8.3",
1313
"ext-json": "*",
1414
"ext-odbc": "*",
1515
"ext-pdo": "*",

0 commit comments

Comments
 (0)