Skip to content

Commit

Permalink
Change namespace to Mibew
Browse files Browse the repository at this point in the history
The repository was transferred to Mibew organization
  • Loading branch information
faf committed Mar 20, 2017
1 parent 8e5d1f6 commit 682ac0c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Controller/OperatorStatusController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SOFTWARE.
*/

namespace Everyx\Mibew\Plugin\OperatorStatus\Controller;
namespace Mibew\Mibew\Plugin\OperatorStatus\Controller;

use Mibew\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request;
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SOFTWARE.
*/

namespace Everyx\Mibew\Plugin\OperatorStatus;
namespace Mibew\Mibew\Plugin\OperatorStatus;

/**
* Main plugin class.
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

author='Everyx'
author='Mibew'

tmp_dir='/tmp'
working_dir=`echo $PWD`
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "everyx/mibew-operator-status-plugin",
"name": "Mibew/mibew-operator-status-plugin",
"description": "An operator status plugin for Mibew 2.0.",
"license": "MIT",
"authors": [
Expand All @@ -9,7 +9,7 @@
}
],
"autoload": {
"psr-0": {"Everyx\\Mibew\\Plugin\\OperatorStatus\\": ""}
"psr-0": {"Mibew\\Mibew\\Plugin\\OperatorStatus\\": ""}
},
"target-dir": "Everyx/Mibew/Plugin/OperatorStatus"
"target-dir": "Mibew/Mibew/Plugin/OperatorStatus"
}
8 changes: 4 additions & 4 deletions routing.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
everyx_operator_status_has_online_operators:
mibew_operator_status_has_online_operators:
path: /opstatus
defaults:
_controller: Everyx\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::hasOnlineOperatorsAction
_controller: Mibew\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::hasOnlineOperatorsAction

everyx_operator_status_is_operator_online:
mibew_operator_status_is_operator_online:
path: /opstatus/{opcode}
defaults:
_controller: Everyx\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::isOperatorOnlineAction
_controller: Mibew\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::isOperatorOnlineAction

0 comments on commit 682ac0c

Please # to comment.