Skip to content

Commit

Permalink
Merge pull request #15 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
getsolaris authored Feb 28, 2024
2 parents 80e6d6e + 6577a0a commit bb59cfd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "library",
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.0"
Expand All @@ -35,6 +35,8 @@
"psr-4": {
"Getsolaris\\LaravelMakeService\\": "src/"
},
"classmap": ["src/"]
"classmap": [
"src/"
]
}
}

0 comments on commit bb59cfd

Please sign in to comment.