Skip to content

Commit a49277b

Browse files
authored
Merge pull request #129 from philsturgeon/fix/issue-120-php80-deprecations
Bump to rollbar-php v3.1.0 for PHP 8.0 compat
2 parents 5ba2b4b + 804b231 commit a49277b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": ">=7.2|^8.0",
2626
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
27-
"rollbar/rollbar": "^2"
27+
"rollbar/rollbar": "^2.0 | ^3.1"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",

0 commit comments

Comments
 (0)