diff --git a/composer.json b/composer.json index 677c09e..3ce0b46 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ "security": "https://yoast.com/security-program/" }, "require": { - "php": "^7.2.5 || ^8.0" + "php": "^7.2.5 || ^8.0", + "ext-zip": "*" }, "require-dev": { "yoast/yoastcs": "^2.3.1" diff --git a/composer.lock b/composer.lock index 3601628..457d979 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "772f3b8dd0c3afe8ed1cf04383ee2b68", + "content-hash": "04b8b093c361b31d42796174321f6b12", "packages": [], "packages-dev": [ { @@ -422,12 +422,12 @@ "version": "3.7.2", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, @@ -472,6 +472,20 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], "time": "2023-02-22T23:07:41+00:00" }, { @@ -588,7 +602,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.2.5 || ^8.0" + "php": "^7.2.5 || ^8.0", + "ext-zip": "*" }, "platform-dev": [], "platform-overrides": {