From 196d63ce27793bbacfa79649a5085a5a86ad5807 Mon Sep 17 00:00:00 2001 From: nruest Date: Mon, 14 Dec 2020 10:49:30 -0500 Subject: [PATCH] Update phpcs, phpcpd, and phpunit. - Update phpcs to ^3.0 - Update phpcpd to ^6.0 - Update phpunit to ^9.0 - Set php to ^7.3 or ^7.4 --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index edb5c423..f6d4187b 100644 --- a/composer.json +++ b/composer.json @@ -29,17 +29,18 @@ "drupal/token" : "^1.3", "drupal/flysystem" : "^1.0", "islandora/crayfish-commons": "dev-dev", - "drupal/file_replace": "^1.1" + "drupal/file_replace": "^1.1", + "php": "^7.3 || ^7.4" }, "require-dev": { - "phpunit/phpunit": "^6", - "squizlabs/php_codesniffer": "2.7.1", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.0", "drupal/coder": "*", - "sebastian/phpcpd": "*" + "sebastian/phpcpd": "^6" }, "suggest": { - "drupal/transliterate_filenames": "Sanitizes filenames when they are uploaded so they don't break your repository." + "drupal/transliterate_filenames": "Sanitizes filenames when they are uploaded so they don't break your repository." }, "license": "GPL-2.0+", "authors": [