File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
"require" : {
33
33
"php" : " >=8.1" ,
34
- "cakephp/cakephp" : " 5.x-dev " ,
34
+ "cakephp/cakephp" : " ^5.0.0 " ,
35
35
"dereuromark/cakephp-ide-helper" : " dev-cake5"
36
36
},
37
37
"require-dev" : {
52
52
}
53
53
},
54
54
"prefer-stable" : true ,
55
+ "minimum-stability" : " dev" ,
55
56
"scripts" : {
56
57
"test" : " vendor/bin/phpunit" ,
57
58
"test-coverage" : " vendor/bin/phpunit --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml" ,
71
72
"allow-plugins" : {
72
73
"dealerdirect/phpcodesniffer-composer-installer" : true
73
74
}
74
- },
75
- "minimum-stability" : " dev"
75
+ }
76
76
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit bootstrap =" tests/bootstrap.php" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" >
2
+ <phpunit bootstrap =" tests/bootstrap.php" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2 /phpunit.xsd" >
3
3
<php >
4
4
<ini name =" memory_limit" value =" -1" />
5
5
<ini name =" apc.enable_cli" value =" 1" />
16
16
</testsuites >
17
17
18
18
<extensions >
19
- <bootstrap class =" \ Cake\TestSuite\Fixture\Extension\PHPUnitExtension" />
19
+ <bootstrap class =" Cake\TestSuite\Fixture\Extension\PHPUnitExtension" />
20
20
</extensions >
21
21
22
22
<!-- Prevent coverage reports from looking in tests and vendors -->
You can’t perform that action at this time.
0 commit comments