Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Oct 30, 2023
1 parent e747748 commit 42b2449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"laravel-lang/publisher": "^14.6"
"laravel-lang/publisher": "^15.0"
},
"require-dev": {
"laravel-lang/status-generator": "^1.19",
"laravel-lang/status-generator": "^2.0",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^6.2"
"symfony/var-dumper": "^6.3"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"YourNamespace\\Translations\\": "src"
"YourNamespace\\Translations\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
"Tests\\": "tests/"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ServiceProvider extends BaseServiceProvider
{
public function register()
public function register(): void
{
if (class_exists(Provider::class)) {
$this->app->register(Plugin::class);
Expand Down

0 comments on commit 42b2449

Please sign in to comment.