Added phpunit and fixed typo
This commit is contained in:
parent
20e0765f57
commit
c8719e89fa
|
@ -18,6 +18,9 @@
|
||||||
"erusev/parsedown": "1.6.*",
|
"erusev/parsedown": "1.6.*",
|
||||||
"twbs/bootstrap": "^3.3"
|
"twbs/bootstrap": "^3.3"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^6.2"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Engelsystem\\": "src/"
|
"Engelsystem\\": "src/"
|
||||||
|
|
|
@ -35,7 +35,7 @@ return [
|
||||||
// Anzahl Stunden bis zum Austragen eigener Schichten
|
// Anzahl Stunden bis zum Austragen eigener Schichten
|
||||||
'last_unsubscribe' => 3,
|
'last_unsubscribe' => 3,
|
||||||
|
|
||||||
// Setzt den zu verwendenden Crypto-Algorismus (entsprechend der Dokumentation von crypt()).
|
// Setzt den zu verwendenden Crypto-Algorithmus (entsprechend der Dokumentation von crypt()).
|
||||||
// Falls ein Benutzerpasswort in einem anderen Format gespeichert ist,
|
// Falls ein Benutzerpasswort in einem anderen Format gespeichert ist,
|
||||||
// wird es bei der ersten Benutzung des Klartext-Passworts in das neue Format
|
// wird es bei der ersten Benutzung des Klartext-Passworts in das neue Format
|
||||||
// konvertiert.
|
// konvertiert.
|
||||||
|
|
Loading…
Reference in New Issue