Skip to content

Commit

Permalink
Merge pull request #11 from Messhias/issue/dependeant-boot-issues
Browse files Browse the repository at this point in the history
Fix dependant bot vulnerability check for github.
  • Loading branch information
eschricker authored Sep 21, 2021
2 parents 3c525d4 + bf99008 commit c5d7538
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 @@ -31,6 +31,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 @@ -39,7 +40,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 c5d7538

Please sign in to comment.