slim-cli-runner icon indicating copy to clipboard operation
slim-cli-runner copied to clipboard

Run command line tasks in Slim

Results 3 slim-cli-runner issues
Sort by recently updated
recently updated
newest added

Running unit tests with phpunit when cli runner is set up as middleware, makes the cli runner try to run any parameters given for the phpunit cli. So I get...

Bumps [slim/psr7](https://github.com/slimphp/Slim-Psr7) from 1.5 to 1.6.1. Release notes Sourced from slim/psr7's releases. 1.6.1 Security fix: Reject newlines at end of header names Full Changelog: https://github.com/slimphp/Slim-Psr7/compare/1.6.0...1.6.1 1.6.0 Total issues resolved: 24...

dependencies

Hi I'm running into an issue using this project with slim using PHP-DI Bridge. It doesn't want to pass the container to the project as stated in the readme. I...