Skip to content

Commit

Permalink
feat: bump laravel/framework to version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jun 29, 2022
1 parent 291bd8c commit 63fcf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Requirements
- php: `>= 8.0`
- laravel/framework: `^8.0`
- laravel/framework: `>= 9.0`
- laravel/nova: `^4.0`

### Removed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.0.0",
"laravel/framework": "^8.0",
"laravel/framework": "^9.0",
"laravel/nova": "~4.0"
},
"require-dev": {
Expand Down

0 comments on commit 63fcf0e

Please sign in to comment.