Skip to content

Commit

Permalink
drop php 8.0 support (#1256)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
brettmc authored Mar 14, 2024
1 parent 2e64d82 commit df4d667
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 @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"open-telemetry/api": "^1.0",
"open-telemetry/context": "^1.0"
},
Expand Down

0 comments on commit df4d667

Please sign in to comment.