File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
"issues" : " https://github.com/fre5h/CentrifugoBundle/issues"
23
23
},
24
24
"require" : {
25
- "php" : " >=8.2 " ,
26
- "fresh/datetime" : " ^3 .0" ,
25
+ "php" : " >=8.3 " ,
26
+ "fresh/datetime" : " ^4 .0" ,
27
27
"symfony/console" : " ~7.0" ,
28
28
"symfony/config" : " ~7.0" ,
29
29
"symfony/dependency-injection" : " ~7.0" ,
37
37
"require-dev" : {
38
38
"escapestudios/symfony2-coding-standard" : " ^3.13" ,
39
39
"jetbrains/phpstorm-attributes" : " ^1.0" ,
40
- "phpstan/phpstan" : " ^1.11 " ,
40
+ "phpstan/phpstan" : " ^1.12 " ,
41
41
"phpstan/phpstan-deprecation-rules" : " ^1.1" ,
42
42
"phpstan/phpstan-phpunit" : " ^1.4" ,
43
43
"phpstan/phpstan-symfony" : " ^1.4" ,
44
- "phpunit/phpunit" : " ^10.5 " ,
44
+ "phpunit/phpunit" : " ^11.3 " ,
45
45
"seec/phpunit-consecutive-params" : " ^1.1" ,
46
- "slam/phpstan-extensions" : " ^6.1 "
46
+ "slam/phpstan-extensions" : " ^6.4 "
47
47
},
48
48
"autoload" : {
49
49
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.3 /phpunit.xsd"
5
5
colors =" true"
6
6
bootstrap =" vendor/autoload.php"
7
7
>
You can’t perform that action at this time.
0 commit comments