Update composer.json
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of the Mall Digital Ecosystem (MDE) project.
|
* This file is part of the Zapoyok project.
|
||||||
* (c) <SCCD> <office@sccd.lu>
|
* (c) <Zapoyok> <jerome.fix@zapoyok.info>
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
|||||||
@@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"name": "scc/phpunit-php",
|
"name": "zapoyok/phpunit-php",
|
||||||
"description": "PHPUnit tools",
|
"description": "PHPUnit tools",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Jérôme Fix",
|
"name": "Jérôme Fix",
|
||||||
"email": "jerome.fix@sccd.lu"
|
"email": "jerome.fix@zapoyok.info"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.1",
|
"php": "^8.2",
|
||||||
"dg/bypass-finals": "^1.4",
|
"dg/bypass-finals": "^1.4",
|
||||||
"phpunit/phpunit": "^9.5"
|
"phpunit/phpunit": "^9.5"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Scc\\PhpUnit\\": "src"
|
"Zapoyok\\PhpUnit\\": "src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Scc\\Tests\\PhpUnit\\": "tests"
|
"Zapoyok\\Tests\\PhpUnit\\": "tests"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of the SCC CRM project.
|
* This file is part of the Zapoyok project.
|
||||||
* (c) <SCC> <crm@scc.fr>
|
* (c) <Zapoyok> <jerome.fix@zapoyok.info>
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Scc\PhpUnit\Hook;
|
namespace Zapoyok\PhpUnit\Hook;
|
||||||
|
|
||||||
use DG\BypassFinals;
|
use DG\BypassFinals;
|
||||||
use PHPUnit\Runner\BeforeTestHook;
|
use PHPUnit\Runner\BeforeTestHook;
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of the Mall Digital Ecosystem (MDE) project.
|
* This file is part of the Zapoyok project.
|
||||||
*
|
* (c) <Zapoyok> <jerome.fix@zapoyok.info>
|
||||||
* (c) <SCCD> <office@sccd.lu>
|
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Scc\PhpUnit\Traits;
|
namespace Zapoyok\PhpUnit\Traits;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Trait ReflectionTrait.
|
* Trait ReflectionTrait.
|
||||||
|
|||||||
Reference in New Issue
Block a user