Lines Matching +full:- +full:- +full:no +full:- +full:interaction
24 "require-dev": {
27 "symplify/easy-coding-standard": "^6.1|^7.3|^9.0",
28 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1|dev-master",
32 "slevomat/coding-standard": "~7.0"
35 "ext-openssl": "For SSL/TLS support and some SASL mechanisms.",
36 "ext-pcntl": "For LDAP server functionality."
39 "psr-4": {"FreeDSx\\Ldap\\": "src/FreeDSx/Ldap"}
41 "autoload-dev": {
42 "psr-4": {
48 "allow-plugins": {
49 "dealerdirect/phpcodesniffer-composer-installer": true
53 "test-coverage": [
54 "phpspec run --no-interaction -c phpspec.cov.yml",
55 "phpunit --coverage-clover=coverage-integration.xml"
57 "test-spec": [
58 "phpspec run --no-interaction"
60 "test-integration": [
66 "cs-fix": [
67 "phpcbf --standard=ruleset.xml --extensions=php --tab-width=4 -sp src",
68 "ecs --fix"