Skip to content

Commit

Permalink
Bump debug dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
iquito committed Dec 4, 2021
1 parent 3fd8220 commit 81539e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"squirrelphp/debug": "^0.5",
"squirrelphp/debug": "^1.0",
"doctrine/dbal": "^3.0"
},
"require-dev": {
Expand All @@ -32,7 +32,7 @@
},
"suggest": {
"squirrelphp/queries-bundle": "Symfony integration of squirrelphp/queries - automatic assembling of decorated connections",
"squirrelphp/entities": "Makes defining entities possible",
"squirrelphp/entities": "Makes defining typed entities possible and easy",
"squirrelphp/entities-bundle": "Automatic integration of squirrelphp/entities in Symfony"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<coverage>
<include>
<directory suffix=".php">src</directory>
Expand Down

0 comments on commit 81539e1

Please sign in to comment.