Skip to content

Commit 1e40041

Browse files
committed
Add Laravel 8 support
1 parent 898b540 commit 1e40041

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)