We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b72b3 commit 4717b84Copy full SHA for 4717b84
composer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "xtlsoft/saphon",
3
- "description": "Re-define web development.",
+ "name": "xtlsoft/districe",
+ "description": "Distributed messaging protocol. (PHP Implemention)",
4
"type": "library",
5
"license": "MIT",
6
"authors": [{
@@ -10,12 +10,12 @@
10
"require": {},
11
"autoload": {
12
"psr-4": {
13
- "Saphon\\": "./src/"
+ "Districe\\": "./src/"
14
}
15
},
16
"autoload-dev": {
17
18
- "Saphon\\Tests\\": "./tests/"
+ "Districe\\Tests\\": "./tests/"
19
20
21
"require-dev": {
tests/bootstrap.php
@@ -12,7 +12,7 @@
* @link https://github.com/xtlsoft/Saphon/
*/
-namespace Saphon\Tests;
+namespace Districe\Tests;
require dirname(__DIR__) . '/vendor/autoload.php';
0 commit comments