forked from llaiajiale/laravel-ifx
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
42 lines (42 loc) · 1.05 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"name": "isoc-il/laravel-ifx",
"description": "Informix DB driver for Laravel 5",
"keywords": ["informix", "laravel", "laravel 5", "ifx" ],
"license": "MIT",
"version": "1.2",
"authors": [
{
"name": "llaiayumi",
"email": "872833541@qq.com"
}
],
"require": {
"php": ">=7.1",
"illuminate/support": "5.*|6.*|7.*|8.*|9.*|10.*",
"illuminate/database": "5.*|6.*|7.*|8.*|9.*|10.*",
"illuminate/pagination": "5.*|6.*|7.*|8.*|9.*|10.*",
"illuminate/encryption": "5.*|6.*|7.*|8.*|9.*|10.*",
"guzzlehttp/guzzle": "6.2.*|6.3.*|7.*|8.*|9.*|10.*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"phpspec/phpspec": "~2.1",
"phpunit/phpunit": "~4.0|^6.5|^7.0|^8.0",
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|4.*",
"mockery/mockery": "~0.9.4|^1.1"
},
"extra": {
"laravel": {
"providers": [
"Poyii\\Informix\\InformixDBServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Poyii\\": "src/Poyii"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}