12345678910111213141516 |
- {
- "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": {
- "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
- }
- }
|