File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 6
6
coverage.xml
7
7
.php_cs.cache
8
8
examples /lumen-app /vendor
9
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 1
- dist : precise
2
-
3
1
language : php
4
2
5
3
php :
6
- - 7.3
4
+ - 8.0
7
5
8
6
before_install :
9
7
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
Original file line number Diff line number Diff line change 8
8
}
9
9
],
10
10
"require" : {
11
- "php" : " ^7.3|^ 8.0" ,
12
- "illuminate/support" : " ^8 .0" ,
13
- "illuminate/routing" : " ^8 .0" ,
14
- "beatlabs/prometheus_client_php" : " dev-master"
11
+ "php" : " ^8.0" ,
12
+ "illuminate/support" : " ^9 .0" ,
13
+ "illuminate/routing" : " ^9 .0" ,
14
+ "beatlabs/prometheus_client_php" : " dev-master#v0.9.4 "
15
15
},
16
16
"repositories" : [
17
17
{
25
25
"Tests\\ " : " tests/"
26
26
}
27
27
},
28
- "extra" : {
29
- "branch-alias" : {
30
- "dev-master" : " 1.0-dev"
31
- }
32
- },
33
28
"require-dev" : {
34
- "phpunit/phpunit" : " ^8.0 " ,
29
+ "phpunit/phpunit" : " ^9.5 " ,
35
30
"mockery/mockery" : " ^1.0" ,
36
- "friendsofphp/php-cs-fixer" : " 2.* " ,
37
- "orchestra/testbench" : " ^6.0 "
31
+ "friendsofphp/php-cs-fixer" : " ^3.8 " ,
32
+ "orchestra/testbench" : " ^7.5 "
38
33
}
39
34
}
You can’t perform that action at this time.
0 commit comments