Undefined type ‘YajraOci8PDO’ in laravel 10.17.1 with latest Yajra composer

Undefined type ‘YajraOci8PDO’ in laravel 10.17.1 with latest Yajra composer

   "message": "Class "Yajra\Oci8\PDO" not found",
   "exception": "Error",
   "file": "C:\xampp\htdocs\bid_purchase_system_laravel\app\Http\Controllers\OtherController.php",
   "line": 38,

Screenshot of code

import line

use YajraOci8PDO;

enter image description here

oci8 also enables PHP Version 8.1.17.

enter image description here

Github