Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 562e8ff

Browse files
author
Ferry Ariawan
committed
Fix laravel vuln
1 parent 65a4266 commit 562e8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
],
2121
"minimum-stability": "stable",
2222
"require": {
23-
"php":"^7.2",
23+
"php":"^7.4",
2424
"barryvdh/laravel-dompdf": "0.8.*",
2525
"doctrine/dbal": "~2.3",
2626
"maatwebsite/excel": "^3.1",
2727
"intervention/imagecache":"^2.3",
28-
"laravel/framework": "^6.18|^7.28|^8.34"
28+
"laravel/framework": "^7.30|^8.34"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)