Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Fix laravel vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Ariawan committed Jun 18, 2021
1 parent 65a4266 commit 562e8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"minimum-stability": "stable",
"require": {
"php":"^7.2",
"php":"^7.4",
"barryvdh/laravel-dompdf": "0.8.*",
"doctrine/dbal": "~2.3",
"maatwebsite/excel": "^3.1",
"intervention/imagecache":"^2.3",
"laravel/framework": "^6.18|^7.28|^8.34"
"laravel/framework": "^7.30|^8.34"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 562e8ff

Please sign in to comment.