Skip to content

Commit bfaec69

Browse files
committed
nette 3
1 parent a786904 commit bfaec69

File tree

4 files changed

+1583
-15
lines changed

4 files changed

+1583
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@
2020
}
2121
},
2222
"require": {
23-
"nette/di" : "^2.3|^2.4",
24-
"predis/predis" : "^1.1"
23+
"nette/di": "^3.0",
24+
"predis/predis": "^1.1"
25+
},
26+
"require-dev": {
27+
"gamee/php-code-checker-rules": "^1.2"
28+
},
29+
"scripts": {
30+
"phpstan": "php -d memory_limit=256M vendor/phpstan/phpstan/bin/phpstan analyse src -c vendor/gamee/php-code-checker-rules/phpstan.neon --level 7",
31+
"phpcs": "vendor/bin/phpcs --standard=vendor/gamee/php-code-checker-rules/ruleset.xml --extensions=php,phpt --tab-width=4 --ignore=temp -sp src"
2532
}
2633
}

0 commit comments

Comments
 (0)