|
1 | 1 | { |
2 | 2 | "name": "uepg/laravel-sybase", |
3 | | - "description": "Sybase based Eloquent module extension for Laravel 10.x", |
| 3 | + "description": "Sybase based Eloquent module extension for Laravel 5.x.", |
4 | 4 | "keywords": [ |
5 | 5 | "sybase" |
6 | 6 | ], |
|
13 | 13 | { |
14 | 14 | "name": "Ademir Mazer Junior", |
15 | 15 | "email": "ademir.mazer.jr@gmail.com" |
16 | | - }, |
17 | | - { |
18 | | - "name": "Matheus Bueno Bartkevicius", |
19 | | - "email": "matheusbartkev@gmail.com" |
20 | 16 | } |
21 | 17 | ], |
22 | 18 | "support": { |
23 | 19 | "issues": "https://github.com/uepg/laravel-sybase/issues", |
24 | 20 | "wiki": "https://github.com/uepg/laravel-sybase/wiki" |
25 | 21 | }, |
26 | 22 | "require": { |
27 | | - "php": ">=8.1", |
28 | | - "doctrine/dbal": "^3.5.1", |
29 | | - "illuminate/database": ">=8.0", |
30 | | - "illuminate/support": ">=8.0", |
31 | | - "ext-pdo": "*" |
32 | | - }, |
33 | | - "require-dev": { |
34 | | - "orchestra/testbench": "^8.5", |
35 | | - "nunomaduro/collision": "^7.4" |
| 23 | + "php": "^5.6.4 || ^7.0 || ^8.0", |
| 24 | + "doctrine/dbal": "^2.5 || ^3.5.1", |
| 25 | + "illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*", |
| 26 | + "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*" |
36 | 27 | }, |
37 | 28 | "extra": { |
38 | 29 | "laravel": { |
|
46 | 37 | }, |
47 | 38 | "autoload": { |
48 | 39 | "psr-4": { |
49 | | - "Uepg\\LaravelSybase\\": "src/", |
50 | | - "Tests\\": "tests/" |
| 40 | + "Uepg\\LaravelSybase\\": "src/" |
51 | 41 | } |
52 | | - }, |
53 | | - "scripts": { |
54 | | - "post-autoload-dump": [ |
55 | | - "@php vendor/bin/testbench package:discover --ansi" |
56 | | - ] |
57 | 42 | } |
58 | 43 | } |
0 commit comments