release 1.17.2 (#3135)
* allow to input password interactively in console * added block to simplify overwriting export template parts * prevent installation in PHP 8.1 * composer update * phpunit version to 9 * support negative amounts in excel export * added system configuration actions for calendar, weekly timesheet, users * added method to render text with full markdown support
This commit is contained in:
18
symfony.lock
18
symfony.lock
@@ -291,15 +291,15 @@
|
||||
"phpunit/php-file-iterator": {
|
||||
"version": "1.4.5"
|
||||
},
|
||||
"phpunit/php-invoker": {
|
||||
"version": "3.1.1"
|
||||
},
|
||||
"phpunit/php-text-template": {
|
||||
"version": "1.2.1"
|
||||
},
|
||||
"phpunit/php-timer": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"phpunit/php-token-stream": {
|
||||
"version": "2.0.2"
|
||||
},
|
||||
"phpunit/phpunit": {
|
||||
"version": "4.7",
|
||||
"recipe": {
|
||||
@@ -333,12 +333,21 @@
|
||||
"robrichards/xmlseclibs": {
|
||||
"version": "3.0.4"
|
||||
},
|
||||
"sebastian/cli-parser": {
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"sebastian/code-unit": {
|
||||
"version": "1.0.8"
|
||||
},
|
||||
"sebastian/code-unit-reverse-lookup": {
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"sebastian/comparator": {
|
||||
"version": "2.1.1"
|
||||
},
|
||||
"sebastian/complexity": {
|
||||
"version": "2.0.2"
|
||||
},
|
||||
"sebastian/diff": {
|
||||
"version": "2.0.1"
|
||||
},
|
||||
@@ -351,6 +360,9 @@
|
||||
"sebastian/global-state": {
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"sebastian/lines-of-code": {
|
||||
"version": "1.0.3"
|
||||
},
|
||||
"sebastian/object-enumerator": {
|
||||
"version": "3.0.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user