We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a5526 commit 6e13a25Copy full SHA for 6e13a25
1 file changed
composer.json
@@ -9,7 +9,7 @@
9
"description": "Package allows to import files to Snowflake from multiple cloud storages",
10
"license": "MIT",
11
"require": {
12
- "php": "^8.3",
+ "php": ">=8.2",
13
"ext-json": "*",
14
"ext-odbc": "*",
15
"ext-pdo": "*",
@@ -21,11 +21,11 @@
21
"keboola/retry": "^0.5.0"
22
},
23
"require-dev": {
24
- "keboola/coding-standard": "^16",
+ "keboola/coding-standard": "^16.0",
25
"php-parallel-lint/php-parallel-lint": "^1.3",
26
- "phpstan/phpstan": "^2",
+ "phpstan/phpstan": "^2.0",
27
"phpstan/phpstan-phpunit": "^2",
28
- "phpunit/phpunit": "^12"
+ "phpunit/phpunit": "^11|^12"
29
30
"autoload": {
31
"psr-4": {
0 commit comments