wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.09k stars 129 forks source link

Remove always false PHP version comparison if statements #401

Closed nimah79 closed 6 months ago

nimah79 commented 6 months ago

This PR removes the if statements that check if the value of PHP_VERSION_ID is less than 70400 (the PHP version is older than 7.4). These expressions are always false, as the minimum required PHP version of the package is 8.1.

PhiloNL commented 6 months ago

Thanks!