Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
patch vulnerability
  • Loading branch information
bayareawebpro committed Jan 23, 2021
1 parent 1c4aa3d commit e2f1cb2
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 @@ -7,9 +7,9 @@
],
"license": "MIT",
"require": {
"php": ">=7.4",
"php": "^7.4|^8.0",
"intervention/image": "^2.5",
"laravel/framework": "^7.0|^8.0",
"laravel/framework": "^7.30.3|^8.22.1",
"spatie/laravel-image-optimizer": "^1.6"
},
"autoload": {
Expand Down

0 comments on commit e2f1cb2

Please sign in to comment.