Skip to content

Commit

Permalink
Merge pull request #13 from MoT3rror/master
Browse files Browse the repository at this point in the history
Update composer.json to require rollbar/rollbar:^4 for PHP ^8 support
  • Loading branch information
danielmorell authored Sep 21, 2023
2 parents 5229bc0 + aa309e2 commit f928e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Rollbar SDK for Magento 2",
"type": "library",
"require": {
"rollbar/rollbar": "^1"
"rollbar/rollbar": "^1 || ^4"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit f928e7e

Please sign in to comment.