Skip to content

Commit b59f508

Browse files
Bump dependencies
1 parent 34353c9 commit b59f508

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

composer.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
},
5151
"require": {
5252
"php": "^8.1",
53-
"laravel-lang/actions": "^1.1",
54-
"laravel-lang/attributes": "^2.7",
55-
"laravel-lang/http-statuses": "^3.7",
56-
"laravel-lang/json-fallback": "^2.0",
57-
"laravel-lang/lang": "^13.12 || ^14.0 || ^15.0",
58-
"laravel-lang/locales": "^2.3",
59-
"laravel-lang/publisher": "^16.0"
53+
"laravel-lang/actions": "^1.8.3",
54+
"laravel-lang/attributes": "^2.10.7",
55+
"laravel-lang/http-statuses": "^3.8.3",
56+
"laravel-lang/json-fallback": "^2.1",
57+
"laravel-lang/lang": "^13.12 || ^14.0 || ^15.5.1",
58+
"laravel-lang/locales": "^2.8",
59+
"laravel-lang/publisher": "^16.4"
6060
},
6161
"require-dev": {
62-
"dragon-code/support": "^6.12",
63-
"orchestra/testbench": "^8.17 || ^9.0",
64-
"phpunit/phpunit": "^10.5.3",
65-
"symfony/var-dumper": "^6.4 || ^7.0"
62+
"dragon-code/support": "^6.13",
63+
"orchestra/testbench": "^8.17 || ^9.1.2",
64+
"phpunit/phpunit": "^10.5.20",
65+
"symfony/var-dumper": "^6.4 || ^7.1.1"
6666
},
6767
"minimum-stability": "stable",
6868
"prefer-stable": true,

tests/TestCase.php

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use DragonCode\Support\Facades\Filesystem\Directory;
88
use LaravelLang\Attributes\ServiceProvider as AttributesServiceProvider;
9+
use LaravelLang\Config\ServiceProvider as ConfigServiceProvider;
910
use LaravelLang\HttpStatuses\ServiceProvider as HttpStatusesServiceProvider;
1011
use LaravelLang\Lang\ServiceProvider as LangServiceProvider;
1112
use LaravelLang\LocaleList\Locale;
@@ -30,6 +31,7 @@ protected function getPackageProviders($app): array
3031
AttributesServiceProvider::class,
3132
HttpStatusesServiceProvider::class,
3233
PublisherServiceProvider::class,
34+
ConfigServiceProvider::class,
3335
];
3436
}
3537

0 commit comments

Comments
 (0)