fix github workflow

This commit is contained in:
Khoubza Younes
2020-12-06 21:40:28 +01:00
parent 23fc39806c
commit 82f8947829
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
namespace Flasher\PFlasher\Prime;
namespace Flasher\Pnotify\Prime;
use Flasher\Prime\Config\ConfigInterface;
use Flasher\Prime\Envelope;
@@ -9,7 +9,7 @@ use Flasher\Prime\Renderer\HasScriptsInterface;
use Flasher\Prime\Renderer\HasStylesInterface;
use Flasher\Prime\Renderer\RendererInterface;
class PnotifyRenderer implements RendererInterface, HasScriptsInterface, HasStylesInterface, HasOptionsInterface
final class PnotifyRenderer implements RendererInterface, HasScriptsInterface, HasStylesInterface, HasOptionsInterface
{
/**
* @var ConfigInterface
+3
View File
@@ -28,6 +28,9 @@
"php": ">=5.3",
"php-flasher/flasher": "dev-main"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
"Flasher\\Pnotify\\": ""