diff --git a/composer.json b/composer.json index 123b34be80..b920a2aed4 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "pragmarx/google2fa": "^5.0", "pragmarx/google2fa-laravel": "^1.0", "predis/predis": "^1.1", - "rollbar/rollbar-laravel": "^4.0", + "rollbar/rollbar-laravel": "2.*", "schuppo/password-strength": "~1.5", "spatie/laravel-backup": "^5.12", "tecnickcom/tc-lib-barcode": "^1.15", diff --git a/composer.lock b/composer.lock index 16a6d2605b..4ff057f907 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "3a44e6e940451424e4b9fa7068e604c5", + "content-hash": "f8b40b743ea544f650ac6c4d8c7a6eda", "packages": [ { "name": "bacon/bacon-qr-code", @@ -3864,29 +3864,29 @@ }, { "name": "rollbar/rollbar-laravel", - "version": "v4.0.3", + "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/rollbar/rollbar-php-laravel.git", - "reference": "e4ea0343e32748123ee7d7da8c6bf98593c5f74c" + "reference": "e581cd9a175d0b3fa0568893026e38c1d94329b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rollbar/rollbar-php-laravel/zipball/e4ea0343e32748123ee7d7da8c6bf98593c5f74c", - "reference": "e4ea0343e32748123ee7d7da8c6bf98593c5f74c", + "url": "https://api.github.com/repos/rollbar/rollbar-php-laravel/zipball/e581cd9a175d0b3fa0568893026e38c1d94329b2", + "reference": "e581cd9a175d0b3fa0568893026e38c1d94329b2", "shasum": "" }, "require": { - "illuminate/support": "^5.0", - "php": ">=7.0", + "illuminate/support": "^4.0|^5.0", + "php": ">=5.4", "rollbar/rollbar": "^1" }, "require-dev": { - "mockery/mockery": "^1", - "orchestra/testbench": "~3.6", - "phpunit/phpunit": "~7.0", + "mockery/mockery": "^0.9", + "orchestra/testbench": "~3.0", + "phpunit/phpunit": "~4.0|~5.0", "satooshi/php-coveralls": "^1.0", - "squizlabs/php_codesniffer": "3.*" + "squizlabs/php_codesniffer": "2.*" }, "type": "library", "extra": { @@ -3928,7 +3928,7 @@ "monitoring", "rollbar" ], - "time": "2019-01-01T18:39:35+00:00" + "time": "2019-01-01T22:20:05+00:00" }, { "name": "schuppo/password-strength",