Skip to content

Commit a004c85

Browse files
committed
chore: laravel 11 support
1 parent 0b984c8 commit a004c85

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

composer.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
{
22
"name": "arkecosystem/client",
33
"description": "A simple PHP API client for the Ark Blockchain.",
4-
"keywords": ["api", "ark", "blockchain", "crypto", "currency"],
4+
"keywords": [
5+
"api",
6+
"ark",
7+
"blockchain",
8+
"crypto",
9+
"currency"
10+
],
511
"license": "MIT",
6-
"authors": [{
7-
"name": "Brian Faust",
8-
"email": "[email protected]",
9-
"homepage": "https://github.com/faustbrian"
10-
}],
12+
"authors": [
13+
{
14+
"name": "Brian Faust",
15+
"email": "[email protected]",
16+
"homepage": "https://github.com/faustbrian"
17+
}
18+
],
1119
"require": {
1220
"php": "^7.4|^8.0",
1321
"guzzlehttp/guzzle": "^6.5|^7.0",
14-
"illuminate/support": "^6.0|^7.0|^8.0"
22+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1523
},
1624
"require-dev": {
1725
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)