Skip to content

Commit

Permalink
Merge pull request #187 from Laravel-Lang/6.x
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
andrey-helldar authored Jun 5, 2024
2 parents 87fec0d + b59f508 commit ca96d7f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
},
"require": {
"php": "^8.1",
"laravel-lang/actions": "^1.1",
"laravel-lang/attributes": "^2.7",
"laravel-lang/http-statuses": "^3.7",
"laravel-lang/json-fallback": "^2.0",
"laravel-lang/lang": "^13.12 || ^14.0 || ^15.0",
"laravel-lang/locales": "^2.3",
"laravel-lang/publisher": "^16.0"
"laravel-lang/actions": "^1.8.3",
"laravel-lang/attributes": "^2.10.7",
"laravel-lang/http-statuses": "^3.8.3",
"laravel-lang/json-fallback": "^2.1",
"laravel-lang/lang": "^13.12 || ^14.0 || ^15.5.1",
"laravel-lang/locales": "^2.8",
"laravel-lang/publisher": "^16.4"
},
"require-dev": {
"dragon-code/support": "^6.12",
"orchestra/testbench": "^8.17 || ^9.0",
"phpunit/phpunit": "^10.5.3",
"symfony/var-dumper": "^6.4 || ^7.0"
"dragon-code/support": "^6.13",
"orchestra/testbench": "^8.17 || ^9.1.2",
"phpunit/phpunit": "^10.5.20",
"symfony/var-dumper": "^6.4 || ^7.1.1"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use DragonCode\Support\Facades\Filesystem\Directory;
use LaravelLang\Attributes\ServiceProvider as AttributesServiceProvider;
use LaravelLang\Config\ServiceProvider as ConfigServiceProvider;
use LaravelLang\HttpStatuses\ServiceProvider as HttpStatusesServiceProvider;
use LaravelLang\Lang\ServiceProvider as LangServiceProvider;
use LaravelLang\LocaleList\Locale;
Expand All @@ -30,6 +31,7 @@ protected function getPackageProviders($app): array
AttributesServiceProvider::class,
HttpStatusesServiceProvider::class,
PublisherServiceProvider::class,
ConfigServiceProvider::class,
];
}

Expand Down

0 comments on commit ca96d7f

Please sign in to comment.