Update libs

pull/3215/head
Julio Montoya 6 years ago
parent 61270b7b6e
commit eeb046c2ec
  1. 2
      .travis.yml
  2. 30
      composer.json
  3. 6
      config/packages/cache.yaml
  4. 2
      config/packages/framework.yaml
  5. 4
      config/packages/oneup_flysystem.yaml
  6. 7
      package.json
  7. 8
      src/CoreBundle/Resources/config/routing.yml
  8. 1068
      yarn.lock

@ -69,7 +69,7 @@ before_install:
install:
- phpenv config-rm xdebug.ini || return 0
- composer update --prefer-source --no-interaction
- composer install --prefer-source --no-interaction
# Install bundle js/css
- php bin/console assets:install
# Permissions

@ -47,8 +47,8 @@
"brumann/polyfill-unserialize": "^1.0",
"chamilo/settings-bundle": "dev-master",
"clue/graph": "~0.9",
"cocur/slugify": "^3.2",
"doctrine/data-fixtures": "~1.0@dev",
"cocur/slugify": "^4.0",
"doctrine/data-fixtures": "~1.0",
"doctrine/dbal": "~2.10",
"doctrine/doctrine-bundle": "~1.9",
"doctrine/doctrine-fixtures-bundle": "^3.0",
@ -118,12 +118,12 @@
"sensiolabs/security-checker": "~6.0",
"simplethings/entity-audit-bundle": "^1.0",
"sonata-project/admin-bundle": "~3.0",
"sonata-project/block-bundle": "~3.0",
"sonata-project/cache-bundle": "~2.0",
"sonata-project/block-bundle": "~3.0|~4.0",
"sonata-project/cache-bundle": "~2.0|~3.0",
"sonata-project/classification-bundle": "~3.0",
"sonata-project/core-bundle": "~3.0",
"sonata-project/datagrid-bundle": "^2.5",
"sonata-project/doctrine-extensions": "~1.3",
"sonata-project/datagrid-bundle": "^2.5|~3.0",
"sonata-project/doctrine-extensions": "~1.6",
"sonata-project/doctrine-orm-admin-bundle": "~3.0",
"sonata-project/easy-extends-bundle": "~2.5",
"sonata-project/exporter": "~2.0",
@ -160,7 +160,9 @@
"tgalopin/html-sanitizer-bundle": "^1.1",
"twig/extensions": "^1.5",
"vich/uploader-bundle": "^1.13",
"webit/eval-math": "~1.0"
"webit/eval-math": "~1.0",
"jms/serializer-bundle": "^3.5",
"friendsofsymfony/rest-bundle": "^2.7"
},
"config": {
"component-dir": "public/assets"
@ -171,8 +173,8 @@
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
"behat/mink-selenium2-driver": "@stable",
"php-translation/symfony-bundle": "^0.11",
"phpstan/phpstan": "^0.12.3",
"php-translation/symfony-bundle": "^0.12",
"phpstan/phpstan": "^0.12",
"symfony/browser-kit": "^4.0|^5.0",
"symfony/css-selector": "^4.0|^5.0",
"symfony/debug-pack": "*",
@ -180,7 +182,7 @@
"symfony/profiler-pack": "*",
"symfony/test-pack": "*",
"symplify/easy-coding-standard": "^7.0",
"vimeo/psalm": "^3.7"
"vimeo/psalm": "^3.10"
},
"scripts": {
"analyse": [
@ -189,13 +191,16 @@
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
"ckeditor:install %PUBLIC_DIR%/libs/ckeditor --clear=keep --tag=4.13.0 --exclude=samples --exclude=adapters ": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"security-checker security:check": "script",
"requirements-checker": "script"
},
"install-ckeditor": {
"ckeditor:install %PUBLIC_DIR%/libs/ckeditor --clear=keep --tag=4.13.0 --exclude=samples --exclude=adapters ": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
"@auto-scripts",
"@install-ckeditor"
],
"post-update-cmd": [
"@auto-scripts"
@ -204,7 +209,6 @@
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::deleteOldFilesFrom19x"
],
"pre-update-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::deleteOldFilesFrom19x"
],
"phpcs": "phpcs --standard=.php_cs.dist"
}

@ -1,5 +1,9 @@
framework:
cache:
pools:
cache.array:
adapter: cache.adapter.array
# Put the unique name of your app here: the prefix seed
# is used to compute stable namespaces for cache keys.
#prefix_seed: your_vendor_name/app_name
@ -13,8 +17,6 @@ framework:
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
#app: cache.adapter.apcu
app: cache.adapter.filesystem
system: cache.adapter.system
# Namespaced pools use the above "app" backend by default
#pools:

@ -12,7 +12,7 @@ framework:
# handler_id set to null will use default session handler from php.ini
handler_id: session.handler.native_file
name: chamilo2
fragments: ~
fragments: true
http_method_override: true
annotations:
cache: file

@ -1,4 +1,8 @@
oneup_flysystem:
cache:
my_cache:
memory: ~
adapters:
resource_adapter:
local:

@ -27,11 +27,12 @@
"bootstrap-select": "^1.13.6",
"chart.js": "^2.9.3",
"chosen-js": "^1.8.7",
"core-js": "2",
"core-js": "^3.0.0",
"cropper": "^4.0",
"datepair.js": "^0.4.16",
"dropzone": "^5.5.1",
"easy-pie-chart": "^2.1.7",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"flag-icon-css": "^3.0",
"fs": "0.0.1-security",
"fullcalendar": "^3.0",
@ -52,7 +53,7 @@
"moment": "^2.22",
"multiselect-two-sides": "^2.5.5",
"mxgraph": "^4.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pace-js-amd-fix": "^1.0.5",
"perfect-scrollbar": "^1.4.0",
"pretty-checkbox": "^3.0.3",
@ -64,7 +65,7 @@
"textcomplete": "^0.18.1",
"timeago": "^1.6.7",
"timepicker": "^1.11.14",
"uglifyjs-webpack-plugin": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.2",
"video.js": "^7.6.6",
"webcamjs": "^1.0",
"webpack-jquery-ui": "^2.0.1",

@ -4,19 +4,11 @@ legacy_main:
requirements:
name: .+
legacy_upload:
path: ../var/upload/
# Controllers
controllers:
resource: '../src/CoreBundle/Controller/'
type: annotation
#legacy_javascript:
# resource: '@ChamiloCoreBundle/Controller/JavascriptLegacyController.php'
# type: annotation
# prefix: /js
legacy_plugin:
path: /plugin/{name}
defaults: {_controller: 'ChamiloCoreBundle:Legacy:plugin'}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save