I try to use the package with Lumen 6 and PHP 7.2 and this not work. The request does not pass the values. ```php // I try $this->json('POST', 'my-route', ['value1' => 1, 'value2' => 2]); // And receive $request->all() // [] ```