From 74f0ed32d1b487237e96acf754d7e2c84a0973b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Mar 2022 15:30:56 +0100 Subject: update to 2.4.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 020d278..b151c65 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpspec/prophecy": "^1.6.1", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", - "rollbar/rollbar": "^1.3", + "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": ">=0.90@dev", "swiftmailer/swiftmailer": "^5.3|^6.0", "phpstan/phpstan": "^0.12.91" @@ -64,8 +64,8 @@ } }, "scripts": { - "test": "vendor/bin/phpunit", - "phpstan": "vendor/bin/phpstan analyse" + "test": "@php vendor/bin/phpunit", + "phpstan": "@php vendor/bin/phpstan analyse" }, "config": { "lock": false, -- cgit