Skip to content

Commit f3f375e

Browse files
Alteração de dependências
1 parent faae07d commit f3f375e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@
3030
"php": ">=7.2.5",
3131
"ext-pdo": "*",
3232
"ext-pdo_firebird": "*",
33-
"illuminate/database": "^7.0",
34-
"harrygulliford/laravel-firebird": "^2.1"
33+
"illuminate/database": "^7.0|^8.0",
34+
"harrygulliford/laravel-firebird": "^2.3"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^8.5",
3838
"fzaninotto/faker": "^1.9",
39-
"illuminate/config": "^7.0",
40-
"masterkey/repository": "^9.0"
39+
"illuminate/config": "^7.0|^8.0",
4140
}
4241
}

0 commit comments

Comments
 (0)