Skip to content

Commit 9e1267a

Browse files
committed
Update composer to calref source
1 parent c9dae0c commit 9e1267a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "abhinavsingh/jaxl",
2+
"name": "calref/jaxl",
33
"type": "library",
44
"description": "Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.",
55
"keywords": ["xmpp", "jabber", "http", "asynchronous", "non blocking", "event loop", "php", "jaxl", "abhinavsingh"],
@@ -16,6 +16,9 @@
1616
"require": {
1717
"php": ">=5.2.4"
1818
},
19+
"provide": {
20+
"abhinavsingh/jaxl": "*"
21+
},
1922

2023
"autoload": {
2124
"files": ["jaxl.php"]

0 commit comments

Comments
 (0)