forked from jacquestvanzuydam/laravel-firebird
-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
32 lines (32 loc) · 813 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
28
29
30
31
32
{
"name": "sim_1984/laravel-firebird",
"description": "A Firebird database package for the Laravel Framework",
"license": "MIT",
"version": "1.0.3",
"authors": [
{
"name": "Jacques van Zuydam",
"email": "[email protected]"
},
{
"name": "Simonov Denis",
"email": "[email protected]"
}
],
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "^7.1.3",
"ext-pdo": "*",
"illuminate/support": "5.7.*",
"illuminate/container": "5.7.*",
"illuminate/database": "5.7.*",
"illuminate/events": "5.7.*",
"doctrine/instantiator": "~1.0.3"
},
"autoload":{
"psr-0": {
"Firebird\\": "src/"
}
}
}