first commit

This commit is contained in:
2026-01-25 18:18:09 +08:00
commit 509312e604
8136 changed files with 2349298 additions and 0 deletions

29
vendor/codeception/verify/composer.json vendored Normal file
View File

@ -0,0 +1,29 @@
{
"name": "codeception/verify",
"description": "BDD assertion library for PHPUnit",
"license": "MIT",
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@codeception.com"
},
{
"name": "Gustavo Nieves",
"homepage": "https://medium.com/@ganieves"
}
],
"minimum-stability": "RC",
"require": {
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"phpunit/phpunit": "^9.6.11 || ^10.0 || ^11.0 || ^12.0"
},
"autoload": {
"files": [
"src/Codeception/bootstrap.php"
],
"psr-4": {
"Codeception\\": "src\\Codeception"
}
}
}