Is your feature request related to a problem?
Current open-telemetry/opentelemetry-auto-doctrine is designed based on the PDO instrument, while PDO need PHP8.2 and up, Doctrine with custom driver can work since PHP8.0, so the requirement should be dropped to support more versions.
Describe the solution you'd like
DominicDetta has confirmed in his PR comment that PHP 8.0 can work, so we should change the version requirement back.