Skip to content

Commit 8184ef6

Browse files
Merge pull request #41 from jetwes/master
Add L10 support
2 parents a7a658e + 1fb798c commit 8184ef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
],
1414
"require": {
1515
"php": "^8.0|^8.1",
16-
"illuminate/notifications": "^9.0",
17-
"illuminate/support": "^9.0",
18-
"illuminate/queue": "^9.0",
16+
"illuminate/notifications": "^9.0|^10.0",
17+
"illuminate/support": "^9.0|^10.0",
18+
"illuminate/queue": "^9.0|^10.0",
1919
"guzzlehttp/guzzle": "^7.2",
2020
"ext-json": "*"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^1.4.4",
24-
"phpunit/phpunit": "^9.5.8"
24+
"phpunit/phpunit": "^9.5.10|^10.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)