Skip to content

Commit

Permalink
Merge pull request #20 from troyharvey/master
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
Torann authored Sep 28, 2020
2 parents 898b540 + 1e40041 commit c295b99
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 c295b99

Please sign in to comment.