Skip to content

Commit

Permalink
proper L8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelk committed Sep 29, 2020
1 parent 2aae44b commit 1f4a7f1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.3",
"laravel/framework": "^7.0|^8.0",
"smsapi/php-client": "^2.0"
"smsapi/php-client": "^3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -36,6 +36,13 @@
]
}
},
"repositories": [
{
"type": "vcs",
"name": "smsapi/php-client",
"url": "https://github.com/snapshotpl/smsapi-php-client"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 1f4a7f1

Please sign in to comment.