first commit
This commit is contained in:
22
vendor/codeception/stub/composer.json
vendored
Normal file
22
vendor/codeception/stub/composer.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "codeception/stub",
|
||||
"description":"Flexible Stub wrapper for PHPUnit's Mock Builder",
|
||||
"type": "library",
|
||||
"license":"MIT",
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Codeception\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | ^11 | ^12"
|
||||
},
|
||||
"require-dev": {
|
||||
"consolidation/robo": "^3.0"
|
||||
},
|
||||
"conflict": {
|
||||
"codeception/codeception": "<5.0.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user