Skip to content

Commit

Permalink
Add Laravel 10 support
Browse files Browse the repository at this point in the history
Add Laravel 10 support
  • Loading branch information
ipimpat committed Feb 14, 2023
2 parents c3a6157 + fbcd000 commit 77c4635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Description

Bootstream is a Laravel 9 package that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.
Bootstream is a package for Laravel 9 and 10 that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.

## Table of Content

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipimpat/bootstream",
"description": "A Laravel 9 package that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.",
"description": "A Laravel 9 and 10 package that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.",
"keywords": ["laravel", "bootstrap", "jetstream", "inertiajs", "vuejs"],
"license": "MIT",
"support": {
Expand All @@ -16,13 +16,13 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^9.0"
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"inertiajs/inertia-laravel": "^0.6.3",
"laravel/jetstream": "^2.13",
"orchestra/testbench": "^7.17",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 77c4635

Please sign in to comment.