Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK committed Jan 31, 2022
1 parent 40b987c commit 282adc4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"authors": [
{
"name": "James Seconde",
"email": "[email protected]",
"role": "PHP Developer Advocate"
"role": "PHP Developer Advocate",
"email": "[email protected]"
},
{
"name": "Tim Lytle",
Expand All @@ -26,11 +26,11 @@
}
],
"support": {
"email": "devrel@vonage.com"
"email": "devrel@nexmo.com"
},
"require": {
"php": "~7.4 || ~8.0 || ~8.1",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"php": "^7.4|^8.0|^8.1",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0",
"vonage/client": "^3.0"
},
"require-dev": {
Expand Down Expand Up @@ -59,5 +59,10 @@
},
"scripts": {
"test": "phpunit"
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}

0 comments on commit 282adc4

Please sign in to comment.