Skip to content

Commit

Permalink
Fix dependeant boot vulnerability check for github.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliamconceicao committed Sep 21, 2021
1 parent ab00f2d commit bf99008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"php": "^7.2|^8.0",
"illuminate/auth": "^5.2|^6|^7|^8",
"illuminate/contracts": "^5.2|^6|^7|^8",
"illuminate/database": "^8.61",
"illuminate/http": "^5.2|^6|^7|^8",
"illuminate/support": "^5.2|^6|^7|^8",
"lcobucci/jwt": "<3.4",
Expand All @@ -34,7 +35,6 @@
},
"require-dev": {
"illuminate/console": "^5.2|^6|^7|^8",
"illuminate/database": "^5.2|^6|^7|^8",
"illuminate/routing": "^5.2|^6|^7|^8",
"mockery/mockery": ">=0.9.9",
"phpunit/phpunit": "^8.5|^9.4",
Expand Down

0 comments on commit bf99008

Please sign in to comment.