Skip to content

Commit

Permalink
Composer: update devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 16, 2023
1 parent e598215 commit 3cd8ed7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions composer.json
Expand Up @@ -24,14 +24,11 @@
"guzzlehttp/psr7": "^2.4.3"
},
"require-dev": {
"mockery/mockery": "^1.3.0",
"nette/di": "^2.4.17 || ^3.0.0",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.14",
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-deprecation-rules": "^1.1.0",
"phpstan/phpstan-nette": "^1.1.0",
"phpstan/phpstan-strict-rules": "^1.4.4"
"mockery/mockery": "^1.6.7",
"nette/di": "^3.1.8",
"contributte/qa": "^0.4",
"contributte/tester": "^0.4",
"contributte/phpstan": "^0.1"
},
"autoload": {
"psr-4": {
Expand All @@ -40,7 +37,7 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\Cases\\": "tests/cases"
"Tests\\": "tests"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion ruleset.xml
Expand Up @@ -7,7 +7,7 @@
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
<properties>
<property name="rootNamespaces" type="array">
<element key="src" value="Contributte\Middlewares"/>
<element key="src" value="Contributte\Comgate"/>
<element key="tests" value="Tests"/>
</property>
<property name="extensions" type="array">
Expand Down

0 comments on commit 3cd8ed7

Please sign in to comment.