1234567891011121314151617181920212223242526 |
- {
- "name": "yguern/middleware",
- "description": "Just a bunch of test on middlewares to explain their running",
- "type": "project",
- "require": {
- "guzzlehttp/psr7": "1.4.2",
- "http-interop/http-middleware": "0.5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "6.4.1"
- },
- "license": "BSD",
- "authors": [
- {
- "name": "Yannick Guern (RMN)",
- "email": "yguern@rmn.com"
- }
- ],
- "minimum-stability": "dev",
- "autoload" : {
- "psr-4" : {
- "Retailmenot\\Lab\\": "src/"
- }
- }
- }
|