Skip to content

Commit

Permalink
Update namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Sep 30, 2023
1 parent ff4571c commit c783980
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ For install this package, you need [composer](https://getcomposer.org/).
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyii2-extensions%2Ftemplate%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/yii2-extensions/template/main)
[![static analysis](https://github.com/yii2-extensions/template/actions/workflows/static.yml/badge.svg)](https://github.com/yii2-extensions/template/actions/workflows/static.yml)
[![type-coverage](https://shepherd.dev/github/yii2-extensions/template/coverage.svg)](https://shepherd.dev/github/yii2-extensions/template)
[![StyleCI](https://github.styleci.io/repos/494495136/shield?branch=main)](https://github.styleci.io/repos/494495136?branch=main)
[![StyleCI](https://github.styleci.io/repos/698621511/shield?branch=main)](https://github.styleci.io/repos/698621511?branch=main)

## Our social networks

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -19,12 +19,12 @@
},
"autoload": {
"psr-4": {
"yii2\\template\\": "src"
"yii\\template\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"yii2\\template\\tests\\": "tests"
"yii\\template\\tests\\": "tests"
}
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/Example.php
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace yii2\template;
namespace yii\template;

final class Example
{
Expand Down
4 changes: 2 additions & 2 deletions tests/ExampleTest.php
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);

namespace yii2\template\tests;
namespace yii\template\tests;

use PHPUnit\Framework\TestCase;
use yii2\template\Example;
use yii\template\Example;

final class ExampleTest extends TestCase
{
Expand Down

0 comments on commit c783980

Please sign in to comment.