Skip to content

Commit

Permalink
Merge pull request #159 from Laravel-Lang/6.x
Browse files Browse the repository at this point in the history
[core]: Bump `laravel-lang/publisher` to 16
  • Loading branch information
andrey-helldar authored Dec 17, 2023
2 parents 6cee77b + a6579fb commit 7ee4a9e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/Services/Locales.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace App\Services;

use DragonCode\Support\Facades\Filesystem\File;
use LaravelLang\Locales\Enums\Locale;
use LaravelLang\LocaleList\Locale;

class Locales
{
Expand Down
24 changes: 11 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,20 @@
},
"require": {
"php": "^8.1",
"laravel-lang/actions": "^1.0",
"laravel-lang/attributes": "^2.5.0",
"laravel-lang/http-statuses": "^3.5.0",
"laravel-lang/lang": "^13.3.0",
"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",
"laravel-lang/locale-list": "^1.1",
"laravel-lang/locales": "^1.9",
"laravel-lang/native-country-names": "^1.0",
"laravel-lang/native-currency-names": "^1.1",
"laravel-lang/native-locale-names": "^1.4",
"laravel-lang/publisher": "^15.0"
"laravel-lang/locales": "^2.3",
"laravel-lang/publisher": "^16.0"
},
"require-dev": {
"dragon-code/support": "^6.11",
"orchestra/testbench": "^8.14",
"phpunit/phpunit": "^10.4.2",
"symfony/var-dumper": "^6.3 || ^7.0"
"dragon-code/support": "^6.12",
"orchestra/testbench": "^8.17",
"phpunit/phpunit": "^10.5.3",
"symfony/var-dumper": "^6.4 || ^7.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion tests/CommonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Tests;

use LaravelLang\Locales\Enums\Locale;
use LaravelLang\LocaleList\Locale;

class CommonTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use LaravelLang\Attributes\ServiceProvider as AttributesServiceProvider;
use LaravelLang\HttpStatuses\ServiceProvider as HttpStatusesServiceProvider;
use LaravelLang\Lang\ServiceProvider as LangServiceProvider;
use LaravelLang\Locales\Enums\Locale;
use LaravelLang\LocaleList\Locale;
use LaravelLang\Locales\ServiceProvider as LocalesServiceProvider;
use LaravelLang\Publisher\ServiceProvider as PublisherServiceProvider;
use Orchestra\Testbench\TestCase as BaseTestCase;
Expand Down

0 comments on commit 7ee4a9e

Please sign in to comment.