From 056b96c62bbaf2bc83fc5a833587d7feda3b621f Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Wed, 19 Jan 2022 21:35:02 +0000 Subject: [PATCH] Scrutinizer manifest and composer package updates. --- .scrutinizer.yml | 7 ++++++- composer.json | 11 ++++++++--- composer.lock | 16 ++++++++-------- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c72daa2..40c8eab 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -20,4 +20,9 @@ tools: php_code_sniffer: config: standard: "PSR2" - \ No newline at end of file +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run \ No newline at end of file diff --git a/composer.json b/composer.json index 5f15726..8c5ab95 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,12 @@ "name": "ballen/clip", "description": "A package for speeding up development of PHP console (CLI) applications.", "type": "library", - "keywords": ["cli", "commands", "command", "console"], + "keywords": [ + "cli", + "commands", + "command", + "console" + ], "license": "MIT", "authors": [ { @@ -17,7 +22,7 @@ "issues": "https://github.com/bobsta63/clip/issues" }, "require": { - "php": ">=7.3.0", + "php": "^7.3.0|^8.0", "ballen/collection": "^2.0" }, "require-dev": { @@ -31,4 +36,4 @@ "Ballen\\Clip\\": "src/" } } -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index 78af075..7d16a25 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4fcf7cedae166895da43e079a843fb73", + "content-hash": "8581ce2eedf851e5e1ac93bc33b6e0d3", "packages": [ { "name": "ballen/collection", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/allebb/collection.git", - "reference": "e9069ebd58aa9f2b5e189e71617fc23464f285aa" + "reference": "cf33e86b6452deedc334e7802081739d3a3eebc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/allebb/collection/zipball/e9069ebd58aa9f2b5e189e71617fc23464f285aa", - "reference": "e9069ebd58aa9f2b5e189e71617fc23464f285aa", + "url": "https://api.github.com/repos/allebb/collection/zipball/cf33e86b6452deedc334e7802081739d3a3eebc5", + "reference": "cf33e86b6452deedc334e7802081739d3a3eebc5", "shasum": "" }, "require": { @@ -53,9 +53,9 @@ ], "support": { "issues": "https://github.com/allebb/collection/issues", - "source": "https://github.com/allebb/collection/tree/2.0.0" + "source": "https://github.com/allebb/collection/tree/2.0.1" }, - "time": "2020-12-23T10:57:20+00:00" + "time": "2022-01-16T20:32:58+00:00" } ], "packages-dev": [ @@ -2159,7 +2159,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.3.0" + "php": "^7.3.0|^8.0" }, "platform-dev": [], "plugin-api-version": "2.2.0"