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

Commit

Permalink
Merge pull request #29 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
KristofMorva authored Feb 10, 2022
2 parents 74dbbdc + 6cd15cd commit 3402e04
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"name": "tutorigo/laravel-ide-macros",
"description": "Generating a helper file for IDEs to support Laravel's macros.",
"keywords": ["laravel", "autocomplete", "ide", "macros", "helper", "phpstorm", "netbeans", "sublime", "codeintel", "phpdoc"],
"keywords": [
"laravel",
"autocomplete",
"ide",
"macros",
"helper",
"phpstorm",
"netbeans",
"sublime",
"codeintel",
"phpdoc"
],
"license": "MIT",
"authors": [
{
Expand All @@ -11,7 +22,7 @@
],
"require": {
"php": ">=7.0",
"laravel/framework": "^5.0|^6.0|^7.0|^8.0"
"laravel/framework": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3402e04

Please sign in to comment.