Skip to content

Commit bc94ac2

Browse files
authored
Merge pull request #29 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 07b5fee + e471719 commit bc94ac2

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

composer.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "torann/laravel-asana",
3-
"description": "Asana API wrapper for Laravel",
4-
"keywords": [
5-
"laravel",
6-
"asana"
7-
],
8-
"license": "BSD-2-Clause",
9-
"authors": [
10-
{
11-
"name": "Daniel Stainback",
12-
"email": "[email protected]"
13-
}
14-
],
15-
"require": {
16-
"php": ">=5.5.9",
17-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
18-
},
19-
"autoload": {
20-
"files": [
21-
"src/helpers.php"
2+
"name": "torann/laravel-asana",
3+
"description": "Asana API wrapper for Laravel",
4+
"keywords": [
5+
"laravel",
6+
"asana"
227
],
23-
"psr-4": {
24-
"Torann\\LaravelAsana\\": "src/"
25-
}
26-
},
27-
"extra": {
28-
"branch-alias": {
29-
"dev-master": "0.4-dev"
8+
"license": "BSD-2-Clause",
9+
"authors": [
10+
{
11+
"name": "Daniel Stainback",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"require": {
16+
"php": ">=5.5.9",
17+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
18+
},
19+
"autoload": {
20+
"files": [
21+
"src/helpers.php"
22+
],
23+
"psr-4": {
24+
"Torann\\LaravelAsana\\": "src/"
25+
}
26+
},
27+
"extra": {
28+
"branch-alias": {
29+
"dev-master": "0.4-dev"
30+
}
3031
}
31-
}
3232
}

0 commit comments

Comments
 (0)