Skip to content

Commit 4717b84

Browse files
committed
docs(description): modify composer.json
modify composer.json to adapt current project
1 parent a7b72b3 commit 4717b84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "xtlsoft/saphon",
3-
"description": "Re-define web development.",
2+
"name": "xtlsoft/districe",
3+
"description": "Distributed messaging protocol. (PHP Implemention)",
44
"type": "library",
55
"license": "MIT",
66
"authors": [{
@@ -10,12 +10,12 @@
1010
"require": {},
1111
"autoload": {
1212
"psr-4": {
13-
"Saphon\\": "./src/"
13+
"Districe\\": "./src/"
1414
}
1515
},
1616
"autoload-dev": {
1717
"psr-4": {
18-
"Saphon\\Tests\\": "./tests/"
18+
"Districe\\Tests\\": "./tests/"
1919
}
2020
},
2121
"require-dev": {

tests/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @link https://github.com/xtlsoft/Saphon/
1313
*/
1414

15-
namespace Saphon\Tests;
15+
namespace Districe\Tests;
1616

1717
require dirname(__DIR__) . '/vendor/autoload.php';
1818

0 commit comments

Comments
 (0)