Skip to content

Commit 38b3e85

Browse files
committed
reducing requirements for using the library
1 parent e41681d commit 38b3e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"wiki": "https://github.com/uepg/laravel-sybase/wiki"
2525
},
2626
"require": {
27-
"php": "^8.1",
27+
"php": ">=8.1",
2828
"doctrine/dbal": "^3.5.1",
29-
"illuminate/database": "^10",
30-
"illuminate/support": "^10",
29+
"illuminate/database": ">=8.0",
30+
"illuminate/support": ">=8.0",
3131
"ext-pdo": "*"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)