Skip to content

Commit 10ee713

Browse files
committed
Merge branch 'develop'
2 parents 45b737c + 59b0303 commit 10ee713

74 files changed

Lines changed: 5448 additions & 2850 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ITStyr CHANGELOG
22

3+
## in develop
4+
5+
* Adds export of comments on answers instead of results.
6+
* Adds color option for each answer in export.
7+
38
## 1.9.0
49

510
* Added eDoc url to Report and System.

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"require": {
55
"php": "^7.1.3",
66
"ext-iconv": "*",
7-
"alterphp/easyadmin-extension-bundle": "^1.2",
87
"doctrine/doctrine-migrations-bundle": "^1.3",
9-
"easycorp/easyadmin-bundle": "^1.17",
8+
"easycorp/easyadmin-bundle": "^2.3",
109
"fresh/doctrine-enum-bundle": "^6.1",
1110
"friendsofsymfony/ckeditor-bundle": "^1.1",
1211
"friendsofsymfony/user-bundle": "~2.0",
12+
"knplabs/knp-paginator-bundle": "^4.0",
1313
"phpoffice/phpspreadsheet": "^1.5",
1414
"sensio/framework-extra-bundle": "^5.1",
15-
"sensiolabs/security-checker": "^4.1",
1615
"stof/doctrine-extensions-bundle": "^1.3",
1716
"symfony/asset": "^4.0",
1817
"symfony/console": "^4.0",
@@ -70,7 +69,6 @@
7069
"auto-scripts": {
7170
"cache:clear": "symfony-cmd",
7271
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
73-
"security-checker security:check": "script",
7472
"ckeditor:install --clear=drop": "symfony-cmd"
7573
},
7674
"post-install-cmd": [

0 commit comments

Comments
 (0)