Skip to content

Commit 59b0303

Browse files
committed
Merge branch 'feature/itstyr-62-group-control' into develop
2 parents 2cceb6f + 29c0544 commit 59b0303

72 files changed

Lines changed: 5144 additions & 2767 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.

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)