Skip to content

Commit

Permalink
update datadir package
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Feb 4, 2024
1 parent de4cac6 commit a41c85c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"keboola/retry": "^0.5.1",
"keboola/ssh-tunnel": "^2.0"
},
"require-dev": {
"keboola/coding-standard": "^15.0",
"keboola/csv": "^4.0",
"keboola/datadir-tests": "^5.6",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
"Keboola\\DbWriter\\": "src/"
Expand Down Expand Up @@ -58,12 +65,5 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"keboola/coding-standard": "^15.0",
"keboola/csv": "^4.0",
"keboola/datadir-tests": "dev-ondra-update-packages",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6"
}
}

0 comments on commit a41c85c

Please sign in to comment.