Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
fixes #300
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jun 24, 2016
1 parent e8b31a6 commit 3151dcb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<testsuite name="Narrowspark Middleware Component Test Suite">
<directory>./src/Viserio/Middleware/Tests</directory>
</testsuite>
<testsuite name="Narrowspark Notifynder Component Test Suite">
<directory>./src/Viserio/Notifynder/Tests</directory>
<testsuite name="Narrowspark Notify Component Test Suite">
<directory>./src/Viserio/Notify/Tests</directory>
</testsuite>
<testsuite name="Narrowspark Parsers Component Test Suite">
<directory>./src/Viserio/Parsers/Tests</directory>
Expand Down
7 changes: 7 additions & 0 deletions src/Viserio/Contracts/Notify/Factory.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
namespace Viserio\Contracts\Notify;

interface Factory
{

}
7 changes: 0 additions & 7 deletions src/Viserio/Contracts/Notifynder/Factory.php

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Viserio Notifynder package
# Viserio Notify package

This package is part of the [Narrowspark framework](http://github.com/narrowspark/framework).

Expand All @@ -21,7 +21,7 @@ Thank you for considering contributing to the Narrowspark framework! The contrib
Use [Composer](https://getcomposer.org/) to install this package:

```sh
composer require viserio/notifynder
composer require viserio/notify
```

## Official Documentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name" : "viserio/notifynder",
"name" : "viserio/notify",
"type" : "library",
"description": "The Viserio Notifynder package.",
"description": "The Viserio Notify package.",
"keywords" : [
"narrowspark",
"viserio",
],
"license" : "MIT",
"homepage" : "http://github.com/narrowspark/notifynder",
"homepage" : "http://github.com/narrowspark/notify",
"support" : {
"issues": "https://github.com/narrowspark/framework/issues",
"source": "https://github.com/narrowspark/framework"
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"autoload": {
"psr-4": {
"Viserio\\Notifynder\\" : ""
"Viserio\\Notify\\" : ""
}
},
"autoload-dev": {
"psr-4": {
"Viserio\\Notifynder\\Tests\\" : "Tests/"
"Viserio\\Notify\\Tests\\" : "Tests/"
}
},
"extra": {
Expand Down

0 comments on commit 3151dcb

Please sign in to comment.