Skip to content

Commit bd7a484

Browse files
committed
fix: acertado arquivo de dependencias
1 parent e195d09 commit bd7a484

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
@@ -20,10 +20,10 @@
2020
"wiki": "https://github.com/uepg/laravel-sybase/wiki"
2121
},
2222
"require": {
23-
"php": "^5.6.4 || ^7.0 || ^8.0",
23+
"php": ">=5.5.9 <7.4",
2424
"doctrine/dbal": "^2.5",
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.*"
25+
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
26+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
2727
},
2828
"extra": {
2929
"laravel": {

0 commit comments

Comments
 (0)