Skip to content

Commit 2cd006f

Browse files
authored
Merge pull request #75 from reactphp-parallel/renovate/qa-utilities
Update dependency wyrihaximus/makefiles to ^0.10.6
2 parents 031de43 + 9493965 commit 2cd006f

7 files changed

Lines changed: 139 additions & 55 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text eol=lf
33

4+
# These files are binary and should be left untouched
5+
# (binary is a macro for -text -diff)
6+
*.png binary
7+
*.jpg binary
8+
*.jpeg binary
9+
*.gif binary
10+
*.ico binary
11+
*.webp binary
12+
*.bmp binary
13+
*.ttf binary
14+
*.blp binary
15+
*.db2 binary
16+
417
# Ignoring files for distribution archieves
518
.github/ export-ignore
619
etc/ci/ export-ignore
20+
etc/dev-app/ export-ignore
721
etc/qa/ export-ignore
822
examples/ export-ignore
923
tests/ export-ignore

.github/renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"github>WyriHaximus/renovate-config:php-package"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>WyriHaximus/renovate-config:php-package"
5+
],
6+
"constraints": {
7+
"php": "8.4.x",
8+
"composer": "2.x"
9+
}
610
}

Makefile

Lines changed: 94 additions & 39 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require-dev": {
2020
"react-parallel/stubs": "^1.2",
2121
"wyrihaximus/async-test-utilities": "^12.2.0",
22-
"wyrihaximus/makefiles": "^0.7.16",
22+
"wyrihaximus/makefiles": "^0.10.6",
2323
"wyrihaximus/ticking-promise": "^3.1.0"
2424
},
2525
"autoload": {

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/qa/infection.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"timeout": 120,
33
"source": {
44
"directories": [
5-
"src"
5+
"../../src"
66
]
77
},
88
"logs": {

etc/qa/phpunit.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../../vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" cacheDirectory="../../var/phpunit/cache">
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
bootstrap="../../vendor/autoload.php"
5+
colors="true"
6+
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd"
7+
cacheDirectory="../../var/phpunit/cache"
8+
displayDetailsOnTestsThatTriggerDeprecations="true"
9+
displayDetailsOnTestsThatTriggerErrors="true"
10+
displayDetailsOnTestsThatTriggerNotices="true"
11+
displayDetailsOnTestsThatTriggerWarnings="true"
12+
displayDetailsOnPhpunitDeprecations="true"
13+
>
314
<testsuites>
415
<testsuite name="Test Suite">
516
<directory>../../tests/</directory>

0 commit comments

Comments
 (0)