Update composer.json
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"name": "scc/phpunit-php",
|
||||
"name": "zapoyok/phpunit-php",
|
||||
"description": "PHPUnit tools",
|
||||
"license": "MIT",
|
||||
"type": "library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jérôme Fix",
|
||||
"email": "jerome.fix@sccd.lu"
|
||||
"email": "jerome.fix@zapoyok.info"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.1",
|
||||
"php": "^8.2",
|
||||
"dg/bypass-finals": "^1.4",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Scc\\PhpUnit\\": "src"
|
||||
"Zapoyok\\PhpUnit\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Scc\\Tests\\PhpUnit\\": "tests"
|
||||
"Zapoyok\\Tests\\PhpUnit\\": "tests"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user