Skip to content

Commit df4d667

Browse files
authored
drop php 8.0 support (#1256)
* bump php to 8.1, apply rector * readonly and typehints * suppress a dodgy readonly property conversion * remove some redundant readonly phpdocs * dont run workflows against 8.0 * more readonly and typehints * phpdoc reformat * typehints * remove php81 polyfill * revert a rector BC breaking change, and disable that rector for ParentBased
1 parent 2e64d82 commit df4d667

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4 || ^8.0",
20+
"php": "^8.1",
2121
"open-telemetry/api": "^1.0",
2222
"open-telemetry/context": "^1.0"
2323
},

0 commit comments

Comments
 (0)