Skip to content

Commit a7fb7dd

Browse files
committed
Support L10
1 parent a2c1a37 commit a7fb7dd

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

composer.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,18 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=7.2",
25-
"ext-json": "*",
24+
"php": ">=8.1",
2625
"cviebrock/discourse-php": "^0.9.3",
27-
"guzzlehttp/guzzle": "^6.4|^7.0.1|^7.2",
28-
"illuminate/auth": "~5.5|~6|~7|~8|~9",
29-
"illuminate/routing": "~5.5|~6|~7|~8|~9",
30-
"illuminate/support": "~5.5|~6|~7|~8|~9"
26+
"guzzlehttp/guzzle": "^7.2",
27+
"illuminate/auth": "~8|~9|~10",
28+
"illuminate/routing": "~8|~9|~10",
29+
"illuminate/support": "~8|~9|~10"
3130
},
3231
"require-dev": {
33-
"mockery/mockery": "^1.3.1",
34-
"phpunit/phpunit": "^8.4|^9.0",
35-
"psy/psysh": "^0.10",
36-
"symfony/thanks": "^1.1",
37-
"symfony/var-dumper": "~3.0|^4.2|^6"
32+
"mockery/mockery": "^1.5.1",
33+
"phpunit/phpunit": "^9.6.5",
34+
"psy/psysh": "^0.11.1",
35+
"symfony/var-dumper": "^6.2"
3836
},
3937
"autoload": {
4038
"psr-4": {

0 commit comments

Comments
 (0)