Skip to content

Commit

Permalink
Use stable version of mysqldump-php library
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejslawik committed Nov 8, 2021
1 parent 52cc3c1 commit defaf18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"repositories": [
{
"type": "vcs",
"url": "git@github.com:dcabrejas/mysqldump-php.git"
"url": "git@github.com:maciejslawik/mysqldump-php.git"
}
],
"require": {
"php": "^7.1",
"aws/aws-sdk-php": "^3.112.0",
"ifsnop/mysqldump-php": "dev-allow-select-empty-set@dev"
"ifsnop/mysqldump-php": ">=3.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit defaf18

Please sign in to comment.