Skip to content

Commit d01df08

Browse files
authored
Merge pull request #11 from Messhias/issue/dependeant-boot-issues
Fix dependant bot vulnerability check for github.
2 parents 281fd23 + a2ddc76 commit d01df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"php": "^7.2|^8.0",
3232
"illuminate/auth": "^5.2|^6|^7|^8",
3333
"illuminate/contracts": "^5.2|^6|^7|^8",
34+
"illuminate/database": "^8.61",
3435
"illuminate/http": "^5.2|^6|^7|^8",
3536
"illuminate/support": "^5.2|^6|^7|^8",
3637
"lcobucci/jwt": "<3.4",
@@ -39,7 +40,6 @@
3940
},
4041
"require-dev": {
4142
"illuminate/console": "^5.2|^6|^7|^8",
42-
"illuminate/database": "^5.2|^6|^7|^8",
4343
"illuminate/routing": "^5.2|^6|^7|^8",
4444
"mockery/mockery": ">=0.9.9",
4545
"phpunit/phpunit": "^8.5|^9.4",

0 commit comments

Comments
 (0)