Skip to content

Commit 2583457

Browse files
committed
change namespace and add to composer
1 parent e2bd635 commit 2583457

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"autoload": {
33
"psr-4": {
4-
"Pdsinterop\\Solid\\Resources\\": "src/"
4+
"Pdsinterop\\Solid\\Resources\\": "src/",
5+
"Pdsinterop\\Solid\\SolidNotifications\\": "src/"
56
}
67
},
78
"autoload-dev": {

src/SolidNotificationsInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Pdsinterop\Solid;
2+
namespace Pdsinterop\Solid\SolidNotifications;
33

44
interface SolidNotificationsInterface
55
{

0 commit comments

Comments
 (0)