slim-cli-runner
slim-cli-runner copied to clipboard
Run command line tasks in Slim
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...
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...