Skip to content

Commit

Permalink
Merge pull request #489 from kalizi/master
Browse files Browse the repository at this point in the history
Updated for Laravel 7
  • Loading branch information
antonioribeiro authored May 4, 2020
2 parents 76e8e7f + 48edb65 commit f185382
Show file tree
Hide file tree
Showing 8 changed files with 1,197 additions and 601 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],

"require": {
"php": ">=5.3.7",
"php": ">=7.0",
"doctrine/dbal": "^2.6",
"laravel/framework": "~4|~5|~6",
"laravel/framework": "~5|~6|~7",
"pragmarx/support": "~0.6|~0.7|~0.8|~0.9",
"ramsey/uuid": "~3",
"ramsey/uuid": "^3 || ^4",
"jenssegers/agent": "~2.1",
"ua-parser/uap-php" : "~3.4",
"pragmarx/datatables": "^1.4.12",
Expand Down
Loading

0 comments on commit f185382

Please sign in to comment.