Skip to content

Commit

Permalink
Merge pull request #6 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
RahulDey12 authored Feb 29, 2024
2 parents 071bf58 + 1972097 commit 2bf4dc7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "rahul900day/laravel-console-spinner",
"description": "Laravel Console Spinner is a spinner output for Laravel command line.",
"keywords": ["console", "command-line", "php", "cli", "laravel", "artisan", "symfony"],
"keywords": [
"console",
"command-line",
"php",
"cli",
"laravel",
"artisan",
"symfony"
],
"license": "MIT",
"authors": [
{
Expand All @@ -11,8 +19,8 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2bf4dc7

Please sign in to comment.