Stephan Wentz
Stephan Wentz
Same problem here. Found no way to work around this, have to restart OrbStack every time this occurs.
`composer-require-checker` has a scan-file configuration directive, this works, but is clumsy as hell, since you have to add to it every time you use a new safe function from a...
> The documentation suggests that you can use wildcards, so > > ``` > { > "scan-files" : [ > "vendor/thecodingmachine/safe/generated/8.4/*.php", > ] > } > ``` Sadly this doesn't...
@soyuka tried that, doesn't work. Are you sure it should work with target attributes?
Ok, got it working by moving the schema from the QueryParameter to the Parameter. and changing the native type to string. Can someone explain this? ``` parameters: [ 'tags' =>...