Replies: 3 comments
-
Provisional support for PHP 8 has landed with #514. We'll be cutting a version 3.0 release candidate in the near future. Stay tuned! |
Beta Was this translation helpful? Give feedback.
-
We are pleased to announce the release of If you would like to try this release candidate, you will need to update your {
"name": "my/project",
"type": "project",
"minimum-stability": "RC",
"require": {
"rollbar/rollbar": "^3"
}
} We have a few more PHP 8 specific features to add to the |
Beta Was this translation helpful? Give feedback.
-
We are pleased to announce the release of If you would like to try this release candidate, you will need to update your {
"name": "my/project",
"type": "project",
"minimum-stability": "RC",
"require": {
"rollbar/rollbar": "^3"
}
} |
Beta Was this translation helpful? Give feedback.
-
PHP 8 introduces many new and exciting features. Some, like named arguments, are a big break from the past and aren't compatible with 7.x and earlier. These new features will help us deliver an even better library, so we're planning to use PHP 8 to its fullest.
Beginning on 2021-01-02, the
master
branch will begin receiving updates targeting PHP 8. Release candidates (v3.0.0-rc1
and so on) will begin flowing out in the following weeks. Watch here for any pertinent announcements.We encourage early adopters to submit feedback! In particular, if there's something fundamental you want changed, now is the time to consider it. Use the Discussion tab to post your idea. All breaking changes considered!
Beta Was this translation helpful? Give feedback.
All reactions