Skip to content

Commit

Permalink
Bump dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Dec 29, 2020
1 parent b650808 commit 95ef695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"andrey-helldar/laravel-routes-core": "^1.9",
"andrey-helldar/support": "^1.22",
"andrey-helldar/laravel-routes-core": "^2.0",
"andrey-helldar/support": "^2.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
"illuminate/http": "^5.0|^6.0|^7.0|^8.0",
"illuminate/routing": "^5.0|^6.0|^7.0|^8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Trans.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace PrettyRoutes\Support;

use Helldar\Support\Facades\Arr;
use Helldar\Support\Facades\Helpers\Arr;
use Illuminate\Support\Facades\App;

final class Trans
Expand Down

0 comments on commit 95ef695

Please sign in to comment.