michabbb / laravel-scheduler-watcher

Easy logging & monitoring of your Laravel cronjobs
MIT License
8 stars 4 forks source link

fix php 7.1 compatibility #3

Closed jamesj2 closed 4 years ago

jamesj2 commented 4 years ago

remove array and string type hinting, it's not available in php 7.1

michabbb commented 4 years ago

@jamesj2 actually: 7.1 in composer is a mistake. new projects I am doing are only done in >7.4 and I only use laravel 7. apologize for not making that clear. so please understand, I don´t have any interest to make this little project compatible with old stuff 😕 i will change the composer to make that clear.....

jamesj2 commented 4 years ago

That's a bummer. I have legacy code I'm refactoring that's really old and stuck on php 7.1 due to using ZendFramework1.

michabbb commented 4 years ago

I´m very sorry..... but I created that package especially for my new projects, so of course I use the newest technologies.... but this package is nothing complicated, you can easily fork it and change everything to your needs....