diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 3d1b361..fdf8813 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,8 +3,8 @@ declare(strict_types=1); /* - * This file is part of the Mall Digital Ecosystem (MDE) project. - * (c) + * This file is part of the Zapoyok project. + * (c) * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/README.md b/README.md index 84ce245..fd1379b 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# dolmen-php +# phpunit-php diff --git a/composer.json b/composer.json index 4ab0c94..36ba7ea 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/src/Hook/BypassFinalHook.php b/src/Hook/BypassFinalHook.php index 0ea6476..6a33c19 100644 --- a/src/Hook/BypassFinalHook.php +++ b/src/Hook/BypassFinalHook.php @@ -3,14 +3,14 @@ declare(strict_types=1); /* - * This file is part of the SCC CRM project. - * (c) + * This file is part of the Zapoyok project. + * (c) * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace Scc\PhpUnit\Hook; +namespace Zapoyok\PhpUnit\Hook; use DG\BypassFinals; use PHPUnit\Runner\BeforeTestHook; diff --git a/src/Traits/ReflectionUnitTests.php b/src/Traits/ReflectionUnitTests.php index c399484..5441270 100644 --- a/src/Traits/ReflectionUnitTests.php +++ b/src/Traits/ReflectionUnitTests.php @@ -3,15 +3,14 @@ declare(strict_types=1); /* - * This file is part of the Mall Digital Ecosystem (MDE) project. - * - * (c) + * This file is part of the Zapoyok project. + * (c) * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace Scc\PhpUnit\Traits; +namespace Zapoyok\PhpUnit\Traits; /** * Trait ReflectionTrait.