Skip to content

Commit 3ed18c3

Browse files
committed
Updated illuminate/contracts to ^9.0
1 parent 2d9d207 commit 3ed18c3

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@
1010
"homepage": "https://github.com/codebar-ag/laravel-twilio-verify",
1111
"license": "MIT",
1212
"authors": [
13+
{
14+
"name": "Sebastian x",
15+
"email": "sebastian.fix@codebar.ch",
16+
"role": "Developer"
17+
},
1318
{
1419
"name": "Ruslan Steiger",
15-
"email": "ruslan.steiger@codebar.ch",
1620
"role": "Developer"
1721
}
1822
],
1923
"require": {
20-
"php": "^8.0",
24+
"php": ">=8.0",
2125
"guzzlehttp/guzzle": "^7.0.1",
22-
"illuminate/contracts": "^8.0",
26+
"illuminate/contracts": "^8.0|^9.0",
2327
"spatie/laravel-package-tools": "^1.4.3"
2428
},
2529
"require-dev": {
@@ -48,7 +52,10 @@
4852
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
4953
},
5054
"config": {
51-
"sort-packages": true
55+
"sort-packages": true,
56+
"allow-plugins": {
57+
"composer/package-versions-deprecated": true
58+
}
5259
},
5360
"extra": {
5461
"laravel": {

0 commit comments

Comments
 (0)