Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9beb51f

Browse files
Update dependency wyrihaximus/makefiles to ^0.7.10
1 parent36c5149 commit9beb51f

File tree

8 files changed

+179
-40
lines changed

8 files changed

+179
-40
lines changed
File renamed without changes.

‎Makefile‎

Lines changed: 158 additions & 23 deletions
Large diffs are not rendered by default.

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"require-dev": {
1313
"wyrihaximus/async-test-utilities":"^10.4.0",
14-
"wyrihaximus/makefiles":"^0.7.5"
14+
"wyrihaximus/makefiles":"^0.7.10"
1515
},
1616
"autoload": {
1717
"psr-4": {

‎composer.lock‎

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎etc/qa/composer-unused.php‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,5 @@
33
declare(strict_types=1);
44

55
useComposerUnused\ComposerUnused\Configuration\Configuration;
6-
useComposerUnused\ComposerUnused\Configuration\NamedFilter;
7-
useComposerUnused\ComposerUnused\Configuration\PatternFilter;
8-
useWebmozart\Glob\Glob;
96

10-
returnstaticfunction (Configuration$config):Configuration {
11-
return$config;
12-
// ->addNamedFilter(NamedFilter::fromString('wyrihaximus/phpstan-rules-wrapper'));
13-
};
7+
returnstaticfn (Configuration$config):Configuration =>$config;

‎etc/qa/phpcs.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<argname="cache"value="../../var/.phpcs.cache" /><!-- cache the results and don't commit them-->
77
<argvalue="np" /><!-- n = ignore warnings, p = show progress-->
88

9+
<file>../../etc</file>
910
<file>../../src</file>
1011
<file>../../tests</file>
1112

‎etc/qa/phpstan.neon‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
parameters:
2+
level:max
3+
paths:
4+
- ../../etc
5+
- ../../src
6+
- ../../tests

‎etc/qa/phpunit.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunitxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"bootstrap="../../vendor/autoload.php"colors="true"xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"cacheDirectory="../../var/phpunit/cache"displayDetailsOnTestsThatTriggerWarnings="true">
2+
<phpunitxmlns: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"displayDetailsOnTestsThatTriggerWarnings="true">
33
<testsuites>
44
<testsuitename="Test Suite">
55
<directory>../../tests/</directory>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp