Skip to content

Commit c295b99

Browse files
authored
Merge pull request #20 from troyharvey/master
Add Laravel 8 support
2 parents 898b540 + 1e40041 commit c295b99

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "torann/laravel-asana",
33
"description": "Asana API wrapper for Laravel",
4-
"keywords": ["laravel", "asana", "laravel 5"],
4+
"keywords": [
5+
"laravel",
6+
"asana"
7+
],
58
"license": "BSD-2-Clause",
69
"authors": [
710
{
811
"name": "Daniel Stainback",
912
"email": "[email protected]"
1013
}
11-
],
14+
],
1215
"require": {
1316
"php": ">=5.5.9",
14-
"illuminate/support": "~5.0 | ^6.0 | ^7.0"
17+
"illuminate/support": "~5.0 | ^6.0 | ^7.0 | ^8.0"
1518
},
1619
"autoload": {
1720
"files": [

0 commit comments

Comments
 (0)