Skip to content

Commit

Permalink
Merge pull request #16 from mezzio/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
gsteel authored Sep 13, 2022
2 parents df4c59e + a97149d commit 284a381
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 103 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"sort-packages": true,
"platform": {
"php": "7.3.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {},
Expand All @@ -30,7 +33,7 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.5.24",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4"
},
Expand Down
129 changes: 29 additions & 100 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?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" bootstrap="vendor/autoload.php"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true">
<coverage processUncoveredFiles="true">
<include>
Expand All @@ -12,4 +13,4 @@
<directory>./test</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>mezzio/.github:renovate-config"
]
}

0 comments on commit 284a381

Please sign in to comment.