Skip to content

Commit bf91653

Browse files
authored
Update composer.json
1 parent 0bcf725 commit bf91653

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

composer.json

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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.",
44
"keywords": [
55
"sybase"
66
],
@@ -13,26 +13,17 @@
1313
{
1414
"name": "Ademir Mazer Junior",
1515
"email": "ademir.mazer.jr@gmail.com"
16-
},
17-
{
18-
"name": "Matheus Bueno Bartkevicius",
19-
"email": "matheusbartkev@gmail.com"
2016
}
2117
],
2218
"support": {
2319
"issues": "https://github.com/uepg/laravel-sybase/issues",
2420
"wiki": "https://github.com/uepg/laravel-sybase/wiki"
2521
},
2622
"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.*"
3627
},
3728
"extra": {
3829
"laravel": {
@@ -46,13 +37,7 @@
4637
},
4738
"autoload": {
4839
"psr-4": {
49-
"Uepg\\LaravelSybase\\": "src/",
50-
"Tests\\": "tests/"
40+
"Uepg\\LaravelSybase\\": "src/"
5141
}
52-
},
53-
"scripts": {
54-
"post-autoload-dump": [
55-
"@php vendor/bin/testbench package:discover --ansi"
56-
]
5742
}
5843
}

0 commit comments

Comments
 (0)