Vytautas Stankus

Results 9 issues of Vytautas Stankus

- Deployer version: 7.0.0-rc8 as I understand filters like `onHosts` `onStages` has been removed? At least don't see it in Task class. but migration documentation does not mention anything about...

Is there a easy way to create classmap array to map soap types and generated phpclasses? If there isn't maybe would be good idea to add this feature?

enhancement
minor

I guess this is also issue for other prompts

code example: ``` php $filter = new \Zend\Filter\File\RenameUpload([ 'target' => './public/img/logotypes/logo', 'use_upload_extension' => true, 'randomize' => true, ]); $file = $filter->filter($file_data); echo $file['tmp_name']; ``` when `logo` folder exists returned value...

awaiting author updates

when working with bootsrap4 it is not enough to set class on ul element. Maybe add methods like setULClass for li and a?

feature request

@chadicus Can you explain what is this: https://github.com/chadicus/slim-oauth2-http/blob/master/tests/RequestBridgeTest.php#L138-L141 maybe you mistaken and they should be set not from headers but server params like in original implementation here: https://github.com/bshaffer/oauth2-server-php/blob/develop/src/OAuth2/Request.php#L166-L167 also maybe...

Adds test. implementation a bit different from this https://github.com/bshaffer/oauth2-server-php/blob/29afbc04bf6d0df9f5bd84a394edbc87e6c2498f/src/OAuth2/Request.php#L67 does not do magic as in `getHeadersFromServer` method #### What does this PR do? Shows problem