File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup PHP
19
19
uses : shivammathur/setup-php@v2
20
20
with :
21
- php-version : ' 8.1 '
21
+ php-version : ' 8.2 '
22
22
coverage : none
23
23
24
24
- name : Install composer dependencies
Original file line number Diff line number Diff line change 21
21
"illuminate/contracts" : " ^11.0"
22
22
},
23
23
"require-dev" : {
24
- "laravel/pint" : " ^1.14 " ,
25
- "nunomaduro/collision" : " ^8 .1.1" ,
26
- "larastan/larastan" : " ^2.9 " ,
24
+ "laravel/pint" : " ^v1.15.1 " ,
25
+ "nunomaduro/collision" : " ^v8 .1.1" ,
26
+ "larastan/larastan" : " ^v2.9.2 " ,
27
27
"orchestra/testbench" : " ^9.0.0" ,
28
- "pestphp/pest" : " ^2 .34" ,
29
- "pestphp/pest-plugin-arch" : " ^2.7 " ,
30
- "pestphp/pest-plugin-laravel" : " ^2.3 " ,
28
+ "pestphp/pest" : " ^v2 .34" ,
29
+ "pestphp/pest-plugin-arch" : " ^v2.7.0 " ,
30
+ "pestphp/pest-plugin-laravel" : " ^v2.3.0 " ,
31
31
"phpstan/extension-installer" : " ^1.3" ,
32
32
"phpstan/phpstan-deprecation-rules" : " ^1.1" ,
33
33
"phpstan/phpstan-phpunit" : " ^1.3" ,
Original file line number Diff line number Diff line change 2
2
3
3
namespace Designbycode \EloquentDatatable ;
4
4
5
+ use Designbycode \EloquentDatatable \Commands \EloquentDatatableCommand ;
5
6
use Spatie \LaravelPackageTools \Package ;
6
7
use Spatie \LaravelPackageTools \PackageServiceProvider ;
7
- use Designbycode \EloquentDatatable \Commands \EloquentDatatableCommand ;
8
8
9
9
class EloquentDatatableServiceProvider extends PackageServiceProvider
10
10
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace Designbycode \EloquentDatatable \Tests ;
4
4
5
+ use Designbycode \EloquentDatatable \EloquentDatatableServiceProvider ;
5
6
use Illuminate \Database \Eloquent \Factories \Factory ;
6
7
use Orchestra \Testbench \TestCase as Orchestra ;
7
- use Designbycode \EloquentDatatable \EloquentDatatableServiceProvider ;
8
8
9
9
class TestCase extends Orchestra
10
10
{
You can’t perform that action at this time.
0 commit comments