Martin Meredith
Martin Meredith
prestissimo doesn't use container-interop?
Hey - I'll have a look into this. Do we have the old packaging code?
That's a shame, it doesn't use the standard build process, and would need to have proper packaging made up for it. Let me see what I can do.
The lowest version of `symfony/console` that is required by `laravel/installer`required PHP 7.1.3 This is not fixable without updating the minimum version of PHP for valet-plus :(
Nice, I wasn't aware of that project :)
@majstomphorst This is a warning, not an error. I'd open your own issue, and paste the full output somewhere for someone to read to be able to find out what...
Duplicates https://github.com/facebook/fresco/issues/2482
```ts type Thenable = { then: (_: (_: T) => any) => any; }; type MyAwaited = T extends Thenable ? U extends Thenable ? MyAwaited : U : never;...
Duplicates https://github.com/facebook/fresco/issues/2482
Duplicates #2482