simonhamp / laravel-nova-csv-import

The best CSV import component for Laravel Nova
https://novapackages.com/packages/simonhamp/laravel-nova-csv-import
MIT License
166 stars 76 forks source link

chore(): bump required php version to ^8.0 since using code only available in php 8.0 #59

Closed chrillep closed 1 year ago

chrillep commented 1 year ago

hello thanks for a great package.

since '::class' on objects is only allowed since PHP 8.0, and is used at https://github.com/simonhamp/laravel-nova-csv-import/blob/6611a93a520ddba1e3e01ca9f3182db2ab6e7643/src/Http/Controllers/ImportController.php#L144 you can safely bump to 8.0