Skip to content

Commit

Permalink
Merge pull request #15 from etsvThor/security
Browse files Browse the repository at this point in the history
Laravel 7.x is EOL
  • Loading branch information
niekbr authored May 30, 2022
2 parents 82df850 + bdda3b4 commit d5e7de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 0.5.6
- Upgrade to Laravel 9
- Remove support for Laravel 7 (EOL)

## 0.5.3 till 0.5.5 - 2021-08-14
- Upgrade to PHP 8

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": "^7.4 | ~8.0.0 | ~8.1.0",
"spatie/data-transfer-object": "^2.6",
"spatie/laravel-permission": "^3.18|^4.0|^5.0",
"laravel/framework": "^6.18 | ^7.0 | ^8.0 | ^9.0",
"laravel/framework": "^6.18 | ^8.0 | ^9.0",
"laravel/socialite": "^5.1"
},
"autoload": {
Expand Down

0 comments on commit d5e7de4

Please sign in to comment.