File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " >=8.0" ,
23
23
"ext-pdo" : " *" ,
24
- "squirrelphp/debug" : " ^0.5 " ,
24
+ "squirrelphp/debug" : " ^1.0 " ,
25
25
"doctrine/dbal" : " ^3.0"
26
26
},
27
27
"require-dev" : {
32
32
},
33
33
"suggest" : {
34
34
"squirrelphp/queries-bundle" : " Symfony integration of squirrelphp/queries - automatic assembling of decorated connections" ,
35
- "squirrelphp/entities" : " Makes defining entities possible" ,
35
+ "squirrelphp/entities" : " Makes defining typed entities possible and easy " ,
36
36
"squirrelphp/entities-bundle" : " Automatic integration of squirrelphp/entities in Symfony"
37
37
},
38
38
"config" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5 /phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" >
3
3
<coverage >
4
4
<include >
5
5
<directory suffix =" .php" >src</directory >
You can’t perform that action at this time.
0 commit comments