Skip to content

Commit

Permalink
Remove all hhvm and require Composer v2
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 18, 2022
1 parent f6ad334 commit 0054388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "druidfi/mysqldump-php",
"description": "PHP version of mysqldump cli that comes with MySQL",
"type": "library",
"keywords": ["mysql", "mysqldump", "pdo", "php7", "php8", "database", "php", "sql", "hhvm", "mariadb", "mysql-backup"],
"keywords": ["mysql", "mysqldump", "pdo", "php7", "php8", "database", "php", "sql", "mariadb", "mysql-backup"],
"homepage": "https://github.com/druidfi/mysqldump-php",
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
Expand All @@ -18,7 +18,8 @@
}
],
"require": {
"php": "^7.4 || ^8.0"
"php": "^7.4 || ^8.0",
"composer-runtime-api": "^2"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Ifsnop/Mysqldump/Mysqldump.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* PHP version of mysqldump cli that comes with MySQL.
*
* Tags: mysql mysqldump pdo php7 php5 database php sql hhvm mariadb mysql-backup.
* Tags: mysql mysqldump pdo php7 php5 database php sql mariadb mysql-backup.
*
* @category Library
* @package Ifsnop\Mysqldump
Expand Down

0 comments on commit 0054388

Please sign in to comment.