Skip to content

Commit 238b6a9

Browse files
committed
Add php8 support
1 parent 1f22f32 commit 238b6a9

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
@@ -35,7 +35,7 @@
3535
"issues": "https://github.com/CSoellinger/silverstripe-rollbar/issues"
3636
},
3737
"require": {
38-
"php": "~7.3,<=8.1",
38+
"php": ">=7.3 <8.2",
3939
"rollbar/rollbar": "^2.1",
4040
"silverstripe/framework": "~4.10"
4141
},

0 commit comments

Comments
 (0)