Downgrading rollbar for Laravel 5.5

This commit is contained in:
snipe 2019-06-25 18:07:21 -07:00
parent d19df4ded8
commit 740d5a6846
2 changed files with 13 additions and 13 deletions

View file

@ -31,7 +31,7 @@
"pragmarx/google2fa": "^5.0", "pragmarx/google2fa": "^5.0",
"pragmarx/google2fa-laravel": "^1.0", "pragmarx/google2fa-laravel": "^1.0",
"predis/predis": "^1.1", "predis/predis": "^1.1",
"rollbar/rollbar-laravel": "^4.0", "rollbar/rollbar-laravel": "2.*",
"schuppo/password-strength": "~1.5", "schuppo/password-strength": "~1.5",
"spatie/laravel-backup": "^5.12", "spatie/laravel-backup": "^5.12",
"tecnickcom/tc-lib-barcode": "^1.15", "tecnickcom/tc-lib-barcode": "^1.15",

24
composer.lock generated
View file

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