123456789101112131415 |
- {
- "name": "codeception/stub",
- "description":"Flexible Stub wrapper for PHPUnit's Mock Builder",
- "type": "library",
- "license":"MIT",
- "minimum-stability": "stable",
- "autoload": {
- "psr-4": {
- "Codeception\\": "src/"
- }
- },
- "require": {
- "phpunit/phpunit": ">=4.8 <8.0"
- }
- }
|