Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niekbr committed Apr 18, 2024
1 parent 7716c6c commit 5a9731f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 1.0.1
- Follow upgrade guide for laravel-data
- Drop support for laravel 9
- Drop support for `spatie/laravel-data` v3

## 1.0.0
- Support laravel 11
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"require": {
"php": "~8.1.0 | ~8.2.0 | ~8.3.0",
"spatie/laravel-permission": "^4.0 | ^5.0 | ^6.0",
"laravel/framework": "^9.0 | ^10.0 | ^11.0",
"laravel/framework": "^10.0 | ^11.0",
"laravel/socialite": "^5.1",
"spatie/laravel-data": "^3.9 | ^4.0"
"spatie/laravel-data": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5a9731f

Please sign in to comment.