Skip to content

Commit

Permalink
Updated illuminate/contracts to ^9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed May 2, 2022
1 parent 2d9d207 commit 3ed18c3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@
"homepage": "https://github.com/codebar-ag/laravel-twilio-verify",
"license": "MIT",
"authors": [
{
"name": "Sebastian x",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Ruslan Steiger",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^8.0",
"php": ">=8.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/contracts": "^8.0",
"illuminate/contracts": "^8.0|^9.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
Expand Down Expand Up @@ -48,7 +52,10 @@
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 3ed18c3

Please sign in to comment.