Adrien Foulon

Results 434 comments of Adrien Foulon

"orchestra/testbench": "^7.8 || ^8.0 || ^9.0 || ^10", in require dev as well And testbench dusk as well

There is still larastan/larastan which will need ^2.9 | ^3.0 As only 3.0 supports l12 but drops support for l10 Though this one might need some manual actions if there...

Looks like there is a sub package that will need a dep upgrade as well https://github.com/area17/phptorch/blob/main/composer.json (nikic/php-parser in version 5)

Opened https://github.com/area17/phptorch/pull/1 @Braunson could you also remove the line in phpstan.neon, it seems in the new version it doesn't like if the file doesn't exist ``` # Fixed with new...

Could you please share your models ```php $model->loadMissing($this->relation); $relation = $model->getRelation($this->relation); ``` And ```php $relation = $model->{$this->relation}()->get(); ``` Should be functionnally equivalent (except one uses the cache and one runs...

@gilbo75 Please review the git history, this PR has a broken history or is not targeting the correct branch

> The function seem to exists and not exist at the same time 😉 It's a quantum function, you need a quantum computer to run your program. That or determine...

> The file path is generated within the code and not derived from user input. That's not the point of concern, there is both filename (which is derived from user...

As a workaround I created a directory and inside created symlinks to `../src` and `../web/app/custom-plugins` and set the project to that and match `*.php`

I guess this is the same issue as #2667 with fix #2668