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
Next Next commit
Add Laravel 5.8 support and up the minimum requirement for PHP to 7.1.3
  • Loading branch information
bbrala committed Mar 9, 2019
commit bbb4579269c8c89878338264255f017918e6bad1
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
}
],
"require": {
"php": "^7.0",
"php": ">=7.1.3",
"dimsav/laravel-translatable": "^8.0|^9.0",
"laravel/framework": "5.5.*|5.6.*|5.7.*"
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"filp/whoops": "~2.0",
Expand Down