diff options
| author | xGrz <grzesiek.byskiniewicz@gmail.com> | 2025-10-01 12:13:46 +0200 |
|---|---|---|
| committer | xGrz <grzesiek.byskiniewicz@gmail.com> | 2025-10-01 12:13:46 +0200 |
| commit | 8df4d17a40f7e24a400e3202e1789c96131bb219 (patch) | |
| tree | 1b40a0c311e77a6dbe57b82a351fae2fc729a92a /composer.json | |
| parent | 2a710120694c3597f275184f16a772b24c5447c2 (diff) | |
| download | illuminate-firebird-8df4d17a40f7e24a400e3202e1789c96131bb219.tar.gz illuminate-firebird-8df4d17a40f7e24a400e3202e1789c96131bb219.tar.bz2 illuminate-firebird-8df4d17a40f7e24a400e3202e1789c96131bb219.zip | |
[fix] Composer fix for namespace
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 10367ac..78b146a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "autoload": { "psr-4": { - "HarryGulliford\\Firebird\\": "src/" + "Xgrz\\Firebird\\": "src/" } }, "extra": { |
