Skip to content

Commit

Permalink
Composer: move nette/di to dev dependencies, use ninjify/nunjuck
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 13, 2016
1 parent 32043df commit 41f57e9
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@
],
"require": {
"php": ">= 5.6",
"latte/latte": "^2.4.2",
"nette/di": "^2.4.4"
"latte/latte": "^2.4.2"
},
"require-dev": {
"ninjify/qa": "^0.3.1",
"nette/application": "^2.4.2"
"ninjify/qa": "^0.3.2",
"ninjify/nunjuck": "^0.1.1",
"nette/application": "^2.4.2",
"nette/di": "^2.4.4"
},
"suggest": {
"nette/di": "to use VersionExtension[CompilerExtension]"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -46,16 +50,16 @@
"Ninjify\\Composer\\Script\\Linter::execute"
],
"qa-tester": [
"tester tests/cases -s -p php -c tests/php-unix.ini"
"nunjuck tests/cases -s -p php -c tests/php-unix.ini"
],
"qa-tester-info": [
"tester tests/cases -s -p php -c tests/php-unix.ini -i"
"nunjuck tests/cases -s -p php -c tests/php-unix.ini -i"
],
"qa-tester-coverage": [
"tester tests/cases -s -p php -c tests/php-unix.ini -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src"
"nunjuck tests/cases -s -p php -c tests/php-unix.ini -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src"
],
"qa-tester-coverage-info": [
"tester tests/cases -s -p php -c tests/php-unix.ini -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src -i"
"nunjuck tests/cases -s -p php -c tests/php-unix.ini -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src -i"
]
},
"extra": {
Expand Down

0 comments on commit 41f57e9

Please sign in to comment.