Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Laravel 10.x Compatibility (#91)
Browse files Browse the repository at this point in the history
* Bump dependencies for Laravel 10

---------

Co-authored-by: Sven Luijten <sluijten@enrise.com>
  • Loading branch information
laravel-shift and Sven Luijten authored Mar 3, 2023
1 parent af278a4 commit a6e3a37
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "sven/artisan-view",
"description": "Manage your views in Laravel projects through artisan",
"keywords": ["artisan", "laravel", "views", "templates", "blade"],
"keywords": [
"artisan",
"laravel",
"views",
"templates",
"blade"
],
"license": "MIT",
"authors": [
{
Expand All @@ -12,7 +18,7 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^8.0 || ^9.0"
"laravel/framework": "^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0 || ^10.0",
Expand Down

0 comments on commit a6e3a37

Please sign in to comment.