Upgraded PHP Version
The codebase now supports PHP version 8.2. This helps in enhancing the performance and security of our application.
Updated Package Requirements
We updated the version requirements for several key packages involved in our system. Updated packages include doctrine/dbal to version 3, as well as illuminate/broadcasting, illuminate/console, illuminate/http, illuminate/queue, illuminate/routing, and illuminate/support to versions 9.0 and 10. These upgrades will allow us to leverage new features and improvements in these packages.
PR Summary
Upgraded PHP Version The codebase now supports PHP version 8.2. This helps in enhancing the performance and security of our application.
Updated Package Requirements We updated the version requirements for several key packages involved in our system. Updated packages include
doctrine/dbal
to version 3, as well asilluminate/broadcasting
,illuminate/console
,illuminate/http
,illuminate/queue
,illuminate/routing
, andilluminate/support
to versions 9.0 and 10. These upgrades will allow us to leverage new features and improvements in these packages.