Andrew Makarenko
                                        Results
                                        2
                                        issues of
                                        
                                
                                            Andrew Makarenko
                                        
                                    Would be great if it will be some stable release tagged in this repo (branch or tag). I'm afraid of using "master" in composer.json
resources @uri /resource/:id/:childId are handled incorrectly Scenario: I have a resource with: @uri /resource/:id/:childId And a handler public function put( $id, $childId = '' ) {} Do a request /resource/1/...