Skip to content

Commit 53fb985

Browse files
committed
Update composer.json
1 parent a9c5396 commit 53fb985

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "pxlcore/laravel-sqlanywhere",
2+
"name": "emericklaw/laravel-sqlanywhere",
33
"description": "A Sybase driver based Eloquent model and Query builder for Laravel 5. Based on Cagartner module.",
44
"keywords": ["laravel","eloquent","sybase","sqlanywhere","database","model"],
55
"authors": [
66
{
7-
"name": "Stephan Rennert",
8-
"homepage": "https://github.com/pxlcore/"
7+
"name": "Matthew Emerick-Law",
8+
"homepage": "https://github.com/emericklaw/"
99
}
1010
],
1111
"license" : "MIT",
1212
"require": {
1313
"php": ">=5.5.9",
1414
"illuminate/support": "4.*",
1515
"illuminate/database": "4.*",
16-
"pxlcore/sql-anywhere-client": "dev-master"
16+
"emericklaw/sql-anywhere-client": "dev-master"
1717
},
1818
"require-dev": {
1919
"orchestra/testbench": "2.1.*",
2020
"mockery/mockery": "*"
2121
},
2222
"autoload": {
2323
"psr-0": {
24-
"Pxlcore\\SQLAnywhere": "src/"
24+
"emericklaw\\SQLAnywhere": "src/"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)