File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- php-version : [ '8.1', '8. 2', '8.3' ]
15
+ php-version : [ '8.2', '8.3' ]
16
16
17
17
steps :
18
18
- name : Checkout source code
Original file line number Diff line number Diff line change 9
9
.phpunit.result.cache
10
10
composer.lock
11
11
wiki /Home.md
12
+ /.phpunit.cache
13
+ .phpactor.json
Original file line number Diff line number Diff line change 11
11
],
12
12
"minimum-stability" : " stable" ,
13
13
"require" : {
14
- "php" : " ^8.1" ,
14
+ "php" : " ^8.1.0 " ,
15
15
"ext-json" : " *" ,
16
- "ramsey/uuid" : " ^4.1" ,
17
- "nesbot/carbon" : " ^2.40" ,
18
- "illuminate/collections" : " ^10 .0" ,
19
- "lambdish/phunctional" : " ^2.1" ,
20
- "doctrine/instantiator" : " ^2.0" ,
21
- "complex-heart/contracts" : " ^2.0"
16
+ "ramsey/uuid" : " ^4.1.0 " ,
17
+ "nesbot/carbon" : " ^2.40.0 " ,
18
+ "illuminate/collections" : " ^11.0 .0" ,
19
+ "lambdish/phunctional" : " ^2.1.0 " ,
20
+ "doctrine/instantiator" : " ^2.0.0 " ,
21
+ "complex-heart/contracts" : " ^2.0.0 "
22
22
},
23
23
"require-dev" : {
24
+ "mockery/mockery" : " ^1.6.0" ,
24
25
"pestphp/pest" : " ^2.0" ,
25
- "pestphp/pest-plugin-mock" : " ^2.0" ,
26
26
"pestphp/pest-plugin-faker" : " ^2.0" ,
27
27
"phpstan/phpstan" : " ^1.0" ,
28
28
"phpstan/extension-installer" : " ^1.3" ,
You can’t perform that action at this time.
0 commit comments