Skip to content

Commit deeee04

Browse files
authored
Merge pull request #27 from dealense7/way-to-l10
way to l10
2 parents 7f47455 + d5da1e3 commit deeee04

8 files changed

+1112
-1064
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
}
3030
],
3131
"require": {
32-
"php": "^8.1.0",
33-
"laravel/framework": "^8.0|^9.0"
32+
"php": "^8.1|^8.2",
33+
"laravel/framework": "^10.0"
3434
},
3535
"require-dev": {
3636
"aws/aws-sdk-php": "^3.133",
@@ -40,8 +40,8 @@
4040
"longman/php-code-style": "^9.0",
4141
"mockery/mockery": "~1.3",
4242
"neitanod/forceutf8": "^2.0",
43-
"orchestra/testbench": "^7.4",
44-
"phpunit/phpunit": "~9.0"
43+
"orchestra/testbench": "^8.0",
44+
"phpunit/phpunit": "^10.0"
4545
},
4646
"autoload": {
4747
"psr-4": {

0 commit comments

Comments
 (0)