Skip to content

Commit

Permalink
Composer: replace ninjify to contributte
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 31, 2023
1 parent 4feec8d commit 55a2fa3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Expand Up @@ -26,12 +26,10 @@
"nette/application": "^3.0.0",
"nette/di": "^3.0.0",
"nette/http": "^3.0.1",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.12",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0"
"contributte/qa": "^0.4",
"contributte/tester": "^0.3",
"contributte/phpstan": "^0.1",
"mockery/mockery": "^1.5.0"
},
"conflict": {
"nette/di": "<3.0.0"
Expand All @@ -43,7 +41,7 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\Fixtures\\": "tests/fixtures"
"Tests\\": "tests"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 55a2fa3

Please sign in to comment.