File tree Expand file tree Collapse file tree 2 files changed +27
-10
lines changed Expand file tree Collapse file tree 2 files changed +27
-10
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,18 @@ jobs:
20
20
- laravel : 9.*
21
21
testbench : 7.*
22
22
phpunit : ^9.5.10
23
+ illuminate_contracts : ^9.0
23
24
- laravel : 10.*
24
25
testbench : 8.*
25
26
phpunit : ^9.6
27
+ illuminate_contracts : ^10.0
26
28
- laravel : 11.*
27
29
testbench : 9.*
28
30
phpunit : ^10.5
31
+ illuminate_contracts : ^11.0
32
+ exclude :
33
+ - php : 8.1
34
+ laravel : 11.*
29
35
30
36
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
37
steps :
46
52
47
53
- name : Install dependencies
48
54
run : |
49
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
55
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" "illuminate/contracts:${{ matrix.illuminate_contracts }}" --no-interaction --no-update
50
56
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
51
57
52
58
- name : List Installed Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nexibi /print-one" ,
2
+ "name" : " print-one /print-one-laravel " ,
3
3
"description" : " This is my package print-one" ,
4
4
"keywords" : [
5
- " nexibi" ,
6
5
" laravel" ,
7
- " print-one"
6
+ " print.one" ,
7
+ " printing" ,
8
+ " rest" ,
9
+ " print-and-mail" ,
10
+ " postcard" ,
11
+ " post" ,
12
+ " api"
8
13
],
9
- "homepage" : " https://github.com/nexibi /print-one" ,
14
+ "homepage" : " https://github.com/Print-one /print-one-laravel " ,
10
15
"license" : " MIT" ,
11
16
"authors" : [
12
17
{
18
23
"name" : " Sibi" ,
19
24
"email" : " dev@sibi.nl" ,
20
25
"role" : " Developer"
26
+ },
27
+ {
28
+ "name" : " Print.one Development" ,
29
+ "email" : " dev@print.one" ,
30
+ "role" : " Developer"
21
31
}
22
32
],
23
33
"require" : {
24
34
"php" : " ^8.1" ,
25
- "ext-iconv" :" *" ,
35
+ "ext-iconv" : " *" ,
26
36
"guzzlehttp/guzzle" : " ^7.5" ,
27
- "illuminate/contracts" : " ^8.0|^9.0" ,
37
+ "illuminate/contracts" : " ^9.0" ,
38
+ "laravel/framework" : " 9.*" ,
39
+ "orchestra/testbench" : " 7.*" ,
40
+ "phpunit/phpunit" : " ^9.5.10" ,
28
41
"spatie/laravel-package-tools" : " ^1.12.0|^1.13.6"
29
42
},
30
43
"require-dev" : {
31
- "laravel/pint" : " ^1.0" ,
32
- "orchestra/testbench" : " ^6.0|^7.0" ,
33
- "phpunit/phpunit" : " ^9.5"
44
+ "laravel/pint" : " ^1.0"
34
45
},
35
46
"autoload" : {
36
47
"psr-4" : {
You can’t perform that action at this time.
0 commit comments