Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t3ran13 committed Dec 6, 2017
1 parent 39f052c commit c1504b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "TrafficCophp/ByteBuffer",
"name": "t3ran13/ByteBuffer",
"type": "library",
"description": "Node.js inspired byte stream buffer for PHP.",
"keywords": ["Buffer", "Stream", "Socket", "Library", "Bytehandling", "pack", "wrapper", "binary data"],
Expand All @@ -9,11 +9,14 @@
"name": "Ole 'nesQuick' Michaelis",
"email": "[email protected]",
"homepage": "http://www.codestars.eu"
},
{
"name": "t3ran13"
}
],
"autoload": {
"psr-4": {
"TrafficCophp\\ByteBuffer\\": "src/TrafficCophp/ByteBuffer/"
"t3ran13\\ByteBuffer\\": "src/t3ran13/ByteBuffer/"
}
},
"require": {}
Expand Down

0 comments on commit c1504b1

Please sign in to comment.