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

Commit

Permalink
Add Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuig committed Feb 19, 2023
1 parent 74558a7 commit 6429af3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Current stable version is v7. Click on each version to read documentation.

| Laravel | Laravel Subby |
|:--------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 10.x | [v7.x](https://bpuig.github.io/laravel-subby/v7.x/) |
| 9.x | [v6.x](https://bpuig.github.io/laravel-subby/v6.x/), [v7.x](https://bpuig.github.io/laravel-subby/v7.x/) |
| 8.x | [v3.x](https://bpuig.github.io/laravel-subby/v3.x/), [v4.x](https://bpuig.github.io/laravel-subby/v4.x/), [v5.x](https://bpuig.github.io/laravel-subby/v5.x/) |
| 7.x | [v4.x](https://bpuig.github.io/laravel-subby/v4.x/) |
Expand All @@ -32,7 +33,7 @@ creating the original!

This software is released under [The MIT License (MIT)](LICENSE).

© 2020 - 2022 B. Puig, Some rights reserved.
© 2020 - 2023 B. Puig, Some rights reserved.



12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
}
],
"require": {
"php": "^8.0.2",
"laravel/framework": "^v9.0.0",
"php": "^8.0",
"laravel/framework": "^v9.0|^v10.0",
"doctrine/dbal": "^2.13.3|^3.1.4"
},
"require-dev": {
"illuminate/console": "^9.0",
"illuminate/container": "^9.0",
"phpunit/phpunit": "^9.5.8",
"orchestra/testbench": "^7.0.0"
"illuminate/console": "^9.0|^10.0",
"illuminate/container": "^9.0|^10.0",
"phpunit/phpunit": "^9.5.8|^10.0",
"orchestra/testbench": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6429af3

Please sign in to comment.