Skip to content

Commit

Permalink
Merge pull request #21 from Laravel-Lang/2.x
Browse files Browse the repository at this point in the history
Bump dev dependencies
  • Loading branch information
Andrey Helldar authored Apr 24, 2022
2 parents 8500f8b + 5a92cb3 commit e8ca90e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "7.3", "7.4", "8.0" ]
php: [ "8.0" ]
laravel: [ "7.0" ]

name: PHP ${{ matrix.php }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/laravel-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "7.3", "7.4", "8.0", "8.1" ]
php: [ "8.0", "8.1" ]
laravel: [ "8.0" ]

name: PHP ${{ matrix.php }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"ext-json": "*"
},
"require-dev": {
"laravel-lang/publisher": "^12.2",
"laravel-lang/publisher": "^13.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.4",
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.0 || ^6.0"
},
"minimum-stability": "stable",
Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Tests;

use DragonCode\Support\Facades\Helpers\Filesystem\Directory;
use DragonCode\Support\Facades\Helpers\Filesystem\File;
use DragonCode\Support\Facades\Filesystem\Directory;
use DragonCode\Support\Facades\Filesystem\File;
use Illuminate\Support\Facades\Artisan;
use LaravelLang\Publisher\Concerns\Has;
use LaravelLang\Publisher\Concerns\Paths;
Expand Down

0 comments on commit e8ca90e

Please sign in to comment.