Skip to content

Commit 6e13a25

Browse files
committed
fix: align package versions with monorepo conventions
- php: ^8.3 -> >=8.2 - keboola/coding-standard: ^16 -> ^16.0 - phpstan/phpstan: ^2 -> ^2.0 - phpunit/phpunit: ^12 -> ^11|^12
1 parent 53a5526 commit 6e13a25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
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.3",
12+
"php": ">=8.2",
1313
"ext-json": "*",
1414
"ext-odbc": "*",
1515
"ext-pdo": "*",
@@ -21,11 +21,11 @@
2121
"keboola/retry": "^0.5.0"
2222
},
2323
"require-dev": {
24-
"keboola/coding-standard": "^16",
24+
"keboola/coding-standard": "^16.0",
2525
"php-parallel-lint/php-parallel-lint": "^1.3",
26-
"phpstan/phpstan": "^2",
26+
"phpstan/phpstan": "^2.0",
2727
"phpstan/phpstan-phpunit": "^2",
28-
"phpunit/phpunit": "^12"
28+
"phpunit/phpunit": "^11|^12"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)