Skip to content

Commit

Permalink
Require olvlvl/symfony-dependency-injection-proxy v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Sep 10, 2023
1 parent 48e0dc3 commit cac6c99
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
"require": {
"php": ">=8.1",
"icanboogie/icanboogie": "^6.0",
"olvlvl/symfony-dependency-injection-proxy": "^4.0",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/yaml": "^6.0"
"olvlvl/symfony-dependency-injection-proxy": "^5.0",
"symfony/config": "^6.3",
"symfony/yaml": "^6.3"
},
"require-dev": {
"phpstan/phpstan": "^1.5",
Expand Down
26 changes: 14 additions & 12 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd" colors="true"
bootstrap="./tests/bootstrap.php">
<coverage>
<include>
<directory suffix=".php">./lib</directory>
</include>
</coverage>
<testsuites>
<testsuite name="icanboogie/bind-symfony-dependency-injection">
<directory>./tests/lib</directory>
</testsuite>
</testsuites>
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
colors="true"
bootstrap="./tests/bootstrap.php"
>
<testsuites>
<testsuite name="icanboogie/bind-symfony-dependency-injection">
<directory>./tests/lib</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory>./lib</directory>
</include>
</source>
</phpunit>

0 comments on commit cac6c99

Please sign in to comment.