-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: other dev deps update
- Loading branch information
Showing
26 changed files
with
192 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Support Question | ||
url: https://spomky-labs.com/contact/ | ||
about: | | ||
We use GitHub issues only to discuss about bugs and new features. | ||
For this kind of questions about using the framework or third-party bundles, | ||
please email us contact AT spomky-labs.com for quoting | ||
url: https://spomky-labs.com/contact/ | ||
about: | | ||
We use GitHub issues only to discuss about bugs and new features. | ||
For this kind of questions about using the framework or third-party bundles, | ||
please email us contact AT spomky-labs.com for quoting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "composer" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
versioning-strategy: "widen" | ||
open-pull-requests-limit: 20 | ||
allow: | ||
- dependency-type: all | ||
labels: [ "Dependencies" ] | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
versioning-strategy: "widen" | ||
open-pull-requests-limit: 20 | ||
allow: | ||
- dependency-type: all | ||
labels: [ "Dependencies" ] | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
open-pull-requests-limit: 20 | ||
labels: [ "Dependencies" ] | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
open-pull-requests-limit: 20 | ||
labels: [ "Dependencies" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
mu: vendor ## Mutation tests | ||
vendor/bin/infection -s --threads=$$(nproc) --min-msi=3 --min-covered-msi=58 | ||
vendor/bin/infection -s --threads=$$(nproc) --min-msi=3 --min-covered-msi=58 | ||
|
||
tests: vendor ## Run all tests | ||
vendor/bin/phpunit --color | ||
vendor/bin/phpunit --color | ||
|
||
cc: vendor ## Show test coverage rates (HTML) | ||
vendor/bin/phpunit --coverage-html ./build | ||
vendor/bin/phpunit --coverage-html ./build | ||
|
||
cs: vendor ## Fix all files using defined ECS rules | ||
vendor/bin/ecs check --fix | ||
vendor/bin/ecs check --fix | ||
|
||
tu: vendor ## Run only unit tests | ||
vendor/bin/phpunit --color --group Unit | ||
vendor/bin/phpunit --color --group Unit | ||
|
||
ti: vendor ## Run only integration tests | ||
vendor/bin/phpunit --color --group Integration | ||
vendor/bin/phpunit --color --group Integration | ||
|
||
tf: vendor ## Run only functional tests | ||
vendor/bin/phpunit --color --group Functional | ||
vendor/bin/phpunit --color --group Functional | ||
|
||
st: vendor ## Run static analyse | ||
vendor/bin/phpstan analyse | ||
vendor/bin/phpstan analyse | ||
|
||
|
||
################################################ | ||
|
||
ci-mu: vendor ## Mutation tests (for Github only) | ||
vendor/bin/infection --logger-github -s --threads=$$(nproc) --min-msi=3 --min-covered-msi=58 | ||
vendor/bin/infection --logger-github -s --threads=$$(nproc) --min-msi=3 --min-covered-msi=58 | ||
|
||
ci-cc: vendor ## Show test coverage rates (console) | ||
vendor/bin/phpunit --coverage-text | ||
vendor/bin/phpunit --coverage-text | ||
|
||
ci-cs: vendor ## Check all files using defined ECS rules | ||
vendor/bin/ecs check | ||
vendor/bin/ecs check | ||
|
||
################################################ | ||
|
||
|
||
vendor: composer.json composer.lock | ||
composer validate | ||
composer install | ||
composer validate | ||
composer install | ||
|
||
rector: vendor ## Check all files using Rector | ||
vendor/bin/rector process --ansi --dry-run --xdebug | ||
vendor/bin/rector process --ansi --dry-run --xdebug | ||
|
||
.DEFAULT_GOAL := help | ||
help: | ||
@grep -E '(^[a-zA-Z_-]+:.*?##.*$$)|(^##)' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}' | sed -e 's/\[32m##/[33m/' | ||
@grep -E '(^[a-zA-Z_-]+:.*?##.*$$)|(^##)' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}' | sed -e 's/\[32m##/[33m/' | ||
.PHONY: help |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Instanceof between CBOR\\\\MapItem and CBOR\\\\MapItem will always evaluate to true\\.$#" | ||
count: 1 | ||
path: src/MapObject.php | ||
ignoreErrors: | ||
- | ||
message: "#^Instanceof between CBOR\\\\MapItem and CBOR\\\\MapItem will always evaluate to true\\.$#" | ||
count: 1 | ||
path: src/MapObject.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#" | ||
count: 3 | ||
path: src/OtherObject/DoublePrecisionFloatObject.php | ||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#" | ||
count: 3 | ||
path: src/OtherObject/DoublePrecisionFloatObject.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#" | ||
count: 3 | ||
path: src/OtherObject/HalfPrecisionFloatObject.php | ||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#" | ||
count: 3 | ||
path: src/OtherObject/HalfPrecisionFloatObject.php | ||
|
||
- | ||
message: "#^PHPDoc tag @var with type CBOR\\\\OtherObject is not subtype of native type string\\.$#" | ||
count: 1 | ||
path: src/OtherObject/OtherObjectManager.php | ||
- | ||
message: "#^PHPDoc tag @var with type CBOR\\\\OtherObject is not subtype of native type string\\.$#" | ||
count: 1 | ||
path: src/OtherObject/OtherObjectManager.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#" | ||
count: 3 | ||
path: src/OtherObject/SinglePrecisionFloatObject.php | ||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#" | ||
count: 3 | ||
path: src/OtherObject/SinglePrecisionFloatObject.php | ||
|
||
- | ||
message: "#^PHPDoc tag @var with type CBOR\\\\Tag is not subtype of native type string\\.$#" | ||
count: 1 | ||
path: src/Tag/TagManager.php | ||
- | ||
message: "#^PHPDoc tag @var with type CBOR\\\\Tag is not subtype of native type string\\.$#" | ||
count: 1 | ||
path: src/Tag/TagManager.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToInt\\(\\) expects string, string\\|null given\\.$#" | ||
count: 1 | ||
path: src/Tag/TagManager.php | ||
- | ||
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToInt\\(\\) expects string, string\\|null given\\.$#" | ||
count: 1 | ||
path: src/Tag/TagManager.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
parameters: | ||
level: max | ||
paths: | ||
- src | ||
treatPhpDocTypesAsCertain: false | ||
level: max | ||
paths: | ||
- src | ||
treatPhpDocTypesAsCertain: false | ||
includes: | ||
- vendor/phpstan/phpstan/conf/bleedingEdge.neon | ||
- phpstan-baseline.neon | ||
- vendor/phpstan/phpstan/conf/bleedingEdge.neon | ||
- phpstan-baseline.neon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.