Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Allow installation on PHP 8.0
  • Loading branch information
JaZo committed Feb 7, 2023
commit e93292d70da995b4156c58dfe45540bf9a5b5266
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
],
"require": {
"php": ">=7.2|^8.1",
"php": ">=7.2|^8.0",
"ext-json": "*",
"astrotomic/laravel-translatable": "^11.6",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
Expand Down