forked from cagartner/laravel-sqlanywhere
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
27 lines (27 loc) · 821 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "emericklaw/laravel-sqlanywhere",
"description": "A Sybase driver based Eloquent model and Query builder for Laravel 5. Based on Cagartner module.",
"keywords": ["laravel","eloquent","sybase","sqlanywhere","database","model"],
"authors": [
{
"name": "Matthew Emerick-Law",
"homepage": "https://github.com/emericklaw/"
}
],
"license" : "MIT",
"require": {
"php": ">=7.1",
"illuminate/support": ">=5.7",
"illuminate/database": ">=5.7",
"emericklaw/sql-anywhere-client": "^2.0.0"
},
"require-dev": {
"orchestra/testbench": "3.7.*",
"mockery/mockery": "*"
},
"autoload": {
"psr-0": {
"emericklaw\\SQLAnywhere": "src/"
}
}
}