Mehediul Hassan Miton

Results 5 issues of Mehediul Hassan Miton

### Issue Description When I use php7.4, that works fine. But after migrate to php8, I get this error - `Required parameter $auth_token follows optional parameter $consumer_secret` ### Environment Details...

type:bug

Hi, I want to use this package in the Laravel 8 application. But it's not installing. Please, can you add the Laravel 8 support? I face this error when trying...

Problem 1 - Installation request for parziphal/parse ^0.0.7 -> satisfiable by parziphal/parse[v0.0.7]. - Conclusion: remove laravel/framework v7.6.1 - Conclusion: don't install laravel/framework v7.6.1 - parziphal/parse v0.0.7 requires laravel/framework ^5.2 ->...

`call_user_func_array(): Argument #1 ($callback) must be a valid callback, class Recca0120\Terminal\Application does not have a method "whenCommandLifecycleIsLongerThan"` Laravel: 11.11

### The round binding on this package conflicts with the application 'tasks' routes. ``` Route::bind('task', function ($value) { return cache()->rememberForever('totem.task.'.$value, function () use ($value) { return Task::find($value) ?? abort(404); });...