-
- Downloads
added CI
.gitlab-ci.yml
0 → 100644
... | @@ -3,11 +3,12 @@ | ... | @@ -3,11 +3,12 @@ |
"description": "Let everyone know, that this class has not been meant for serialization.", | "description": "Let everyone know, that this class has not been meant for serialization.", | ||
"type": "library", | "type": "library", | ||
"scripts": { | "scripts": { | ||
"verify": ["@test", "@phpstan"], | |||
"test": "tester tests", | "test": "tester tests", | ||
"phpstan": "phpstan analyze -l 9 src tests" | "phpstan": "phpstan analyze -l 9 src tests" | ||
}, | }, | ||
"require": { | "require": { | ||
"php": ">=8.1" | "php": ">=7.4" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"nette/tester": "^2.4", | "nette/tester": "^2.4", | ||
... | ... |
Please register or sign in to comment