Skip to content

Commit 81539e1

Browse files
committed
Bump debug dependency version
1 parent 3fd8220 commit 81539e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=8.0",
2323
"ext-pdo": "*",
24-
"squirrelphp/debug": "^0.5",
24+
"squirrelphp/debug": "^1.0",
2525
"doctrine/dbal": "^3.0"
2626
},
2727
"require-dev": {
@@ -32,7 +32,7 @@
3232
},
3333
"suggest": {
3434
"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",
3636
"squirrelphp/entities-bundle": "Automatic integration of squirrelphp/entities in Symfony"
3737
},
3838
"config": {

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<coverage>
44
<include>
55
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)