Skip to content

Commit

Permalink
Update php requirement and fix composer.json branch alias error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristin Collins committed Nov 5, 2021
1 parent 6c082f7 commit 5c015af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=7.1.0",
"php": "^7.3|^8.0",
"spatie/laravel-analytics": "^3.6"
},
"require-dev": {
Expand All @@ -45,9 +45,6 @@
"Tightenco\\NovaGoogleAnalytics\\ToolServiceProvider",
"Tightenco\\NovaGoogleAnalytics\\CardServiceProvider"
]
},
"branch-alias": {
"dev-main": "dev-master"
}
},
"config": {
Expand Down

0 comments on commit 5c015af

Please sign in to comment.