Skip to content

Commit

Permalink
Dropped support of PHP < 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreySavenkov committed Aug 1, 2022
1 parent 4c2655e commit fd0de22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "Devino Notification Channel for laravel.",
"keywords": ["laravel", "notifications", "devino"],
"license": "MIT",
"version": "1.0.2",
"version": "1.0.3",
"authors": [
{
"name": "Andrey Savenkov",
"email": "a@savenkov.dev"
}
],
"require": {
"php": "^7.1.3|^8.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"php": "^8.0",
"illuminate/notifications": "^7.0|^8.0|^9.0",
"ext-json": "*",
"ext-curl": "*",
"in7rude/devino-client": "^1.0"
Expand Down

0 comments on commit fd0de22

Please sign in to comment.