File tree Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,19 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.1, 8.0]
17
- laravel : [9.*]
16
+ php : [8.2, 8. 1, 8.0]
17
+ laravel : [10.*, 9.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 10.*
21
+ testbench : 8.*
22
+ carbon : ^2.63
20
23
- laravel : 9.*
21
24
testbench : 7.*
25
+ carbon : ^2.63
26
+ exclude :
27
+ - laravel : 10.*
28
+ php : 8.0
22
29
23
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
31
40
47
41
48
- name : Install dependencies
42
49
run : |
43
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
44
51
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
52
46
53
- name : Execute tests
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c)
2022 MAIZE SRL
< [email protected] >
3
+ Copyright (c)
2023 MAIZE SRL
< [email protected] >
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3
3
"description" : " Laravel Encryptable" ,
4
4
"keywords" : [
5
5
" maize-tech" ,
6
- " laravel-encryptable"
6
+ " laravel" ,
7
+ " encryptable" ,
8
+ " encrypt" ,
9
+ " anonymize"
7
10
],
8
11
"homepage" : " https://github.com/maize-tech/laravel-encryptable" ,
9
12
"license" : " MIT" ,
24
27
"require" : {
25
28
"php" : " ^8.0" ,
26
29
"ext-openssl" : " *" ,
27
- "illuminate/contracts" : " ^9.0" ,
28
- "illuminate/database" : " ^9.0" ,
29
- "illuminate/support" : " ^9.0" ,
30
- "illuminate/validation" : " ^9.0" ,
31
- "spatie/laravel-package-tools" : " ^1.9.2 "
30
+ "illuminate/contracts" : " ^9.0|^10.0 " ,
31
+ "illuminate/database" : " ^9.0|^10.0 " ,
32
+ "illuminate/support" : " ^9.0|^10.0 " ,
33
+ "illuminate/validation" : " ^9.0|^10.0 " ,
34
+ "spatie/laravel-package-tools" : " ^1.14.1 "
32
35
},
33
36
"require-dev" : {
34
37
"friendsofphp/php-cs-fixer" : " ^3.4" ,
35
- "orchestra/testbench" : " ^7.0" ,
38
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
36
39
"phpunit/phpunit" : " ^9.5" ,
37
- "spatie/laravel-ray" : " ^1.26" ,
38
40
"vimeo/psalm" : " ^4.20"
39
41
},
40
42
"autoload" : {
You can’t perform that action at this time.
0 commit comments