Skip to content

Commit

Permalink
Add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
troyharvey committed Sep 23, 2020
1 parent 898b540 commit 1e40041
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "torann/laravel-asana",
"description": "Asana API wrapper for Laravel",
"keywords": ["laravel", "asana", "laravel 5"],
"keywords": [
"laravel",
"asana"
],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Daniel Stainback",
"email": "torann@gmail.com"
}
],
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.0 | ^6.0 | ^7.0"
"illuminate/support": "~5.0 | ^6.0 | ^7.0 | ^8.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 1e40041

Please sign in to comment.