Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Prev Previous commit
Update composer.json
  • Loading branch information
pascalbaljet committed Dec 1, 2020
commit 1b84301e1db5ecb78fa46ddbdbbbcf27d805035f
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"illuminate/support": "^7.22.4 || ^8.0"
"illuminate/support": "^7.22.4 || ^8.0",
"symfony/http-foundation": "^5.1.2"
},
"require-dev": {
"livewire/livewire": "^2.0",
Expand Down