Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/composer.json

241 lines
8.1 KiB

{
"name": "chamilo/chamilo-lms",
"description": "E-learning and collaboration software",
"type": "project",
"homepage": "http://www.chamilo.org",
"license": "GPL-3.0-or-later",
"support": {
"forum": "https://chamilo.org/forum",
"source": "https://github.com/chamilo/chamilo-lms",
"docs": "https://github.com/chamilo/docs",
"issues": "https://github.com/chamilo/chamilo-lms/issues"
},
"repositories": [
{
"type": "github",
"url": "https://github.com/chamilo/OhGoogleMapFormTypeBundle.git",
"no-api": true
}
],
"autoload": {
"psr-4": {
"Chamilo\\": "src/"
},
"files": [
"public/legacy.php"
],
"classmap": [
"public/main/auth",
"public/main/admin",
"public/main/course_description",
"public/main/dropbox",
"public/main/exercise",
"public/main/gradebook/lib",
"public/main/lp",
"public/main/inc/lib",
"public/plugin",
"public/main/install",
"public/main/survey"
]
},
"autoload-dev": {
"psr-4": {
"Chamilo\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.1",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"ext-zip": "*",
"ext-zlib": "*",
"a2lix/translation-form-bundle": "^3.0",
"api-platform/core": "^2.7",
"beberlei/doctrineextensions": "^1.3",
"chamilo/google-map-form-type-bundle": "1.7",
"chamilo/settings-bundle": "1.3.0",
"clue/graph": "^0.9.2",
5 years ago
"cocur/slugify": "^4.0",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-fixtures-bundle": "^3.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.16",
"endroid/qr-code": "~4.2",
"essence/essence": "~3.0",
"ezyang/htmlpurifier": "~4.13",
"firebase/php-jwt": "^6.10",
"friendsofsymfony/jsrouting-bundle": "*",
"graphp/algorithms": "~0.8",
"graphp/graphviz": "~0.2",
"gregwar/captcha-bundle": "^2.2",
"jbroadway/urlify": "~1.1",
"jeroendesloovere/vcard": "~1.7",
"jimmiw/php-time-ago": "~3.2",
"kigkonsult/icalcreator": "~2.29",
"knplabs/knp-components": "~3.0",
"knpuniversity/oauth2-client-bundle": "~2.0",
"laminas/laminas-config": "~3.5",
"laminas/laminas-feed": "~2.14",
"laminas/laminas-filter": "~2.9",
"laminas/laminas-permissions-acl": "~2.8",
"league/csv": "^9.7",
"league/glide-symfony": "^2.0",
"league/html-to-markdown": "^5.1",
"league/mime-type-detection": "^1.7",
"lexik/jwt-authentication-bundle": "^2.20",
"maennchen/zipstream-php": "^2.1",
"masterminds/html5": "^2.0",
"michelf/php-markdown": "~1.8",
"mpdf/mpdf": "~8.0",
"nelexa/zip": "^4.0",
"nelmio/cors-bundle": "^2.2",
"nesbot/carbon": "^2.33",
"oneup/flysystem-bundle": "~4.0",
"pagerfanta/pagerfanta": "~3.1",
"paragonie/random-lib": "~2.0",
"php-ffmpeg/php-ffmpeg": "~1.2.0",
"phpdocumentor/reflection-docblock": "^5.3",
"phpoffice/phpspreadsheet": "~1.16",
"phpoffice/phpword": "~0.18",
"sabre/vobject": "~4.2",
"sensio/framework-extra-bundle": "~6.1",
"simpod/doctrine-utcdatetime": "^0.1.2",
5 years ago
"sonata-project/exporter": "^2.2",
Internal: Move display_order from ResourceNode to ResourceLink (#5143) * Internal: Move display_order from ResourceNode to ResourceLink #5137 * Internal: Use ResourceLink $displayOrder instead of ResourceNode $displayOrder #5137 * Internal: Remove ResourceNode $displayOrder #5137 * Vendor: Bump stof/doctrine-extensions-bundle version to 1.10 #5137 * Forum: Fix query to get forums in category ordered by resourceLink.displayOrder * LP: Refactoring delete method to mark the resource link as deleted instead of remove the lp as resource * LP: Fix query to set a custom order in lp list * LP: Fix buttons to sort learn paths * Rename ResourceNode::getResourceLinkByTypeGroup to ResourceNode::getResourceLinkByContext and change order or its params * LP: Change display resource link display order when moving category position * LP: Fix layout for old list view * Forum: Fix sorting for forums and categories * Course Progress: Fix sorting for sections * Internal: Enable SoftDeleteable for ResourceLink entities * Remove ResourceLink::VISIBILITY_DELETED in favor of soft delete * Internal: Refactoring migration about display_order in course tools * LP: Refactoring the category delete method to make a soft delete of the resource link * LP: Refactoring the thematic delete method to make a soft delete of the resource link * LP: Refactoring the forum delete methods to make a soft delete of the resource link * Add shortcut method to remove resource link from its resource * CI: Fix ResourceNodeRepositoryTest by adding a link to the resource node * Internal: Migration: Drop display_order column from c_lp table * Internal: Migration: Drop position column from c_lp_category table * Internal: Migration: Drop cat_order column from c_forum_category table * Internal: Migration: Drop forum_order column from c_forum_forum table * Internal: Migration: Drop display_order column from c_thematic table * Minor: Format code * Announcement: Fix order of the course announcements * Internal: Refactoring migration * Internal: Migration: Drop display_order column from c_glossary table * Refactoring method to move display order of resource links
8 months ago
"stof/doctrine-extensions-bundle": "^1.10",
5 years ago
"sunra/php-simple-html-dom-parser": "~1.5",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.4.*",
"symfony/cache": "6.4.*",
"symfony/doctrine-messenger": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/flex": "^2.4",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/html-sanitizer": "6.4.*",
"symfony/http-client": "6.4.*",
"symfony/intl": "6.4.*",
"symfony/mailer": "6.4.*",
"symfony/messenger": "6.4.*",
"symfony/mime": "6.4.*",
"symfony/monolog-bundle": "^3.1",
"symfony/notifier": "6.4.*",
"symfony/property-access": "6.4.*",
"symfony/property-info": "6.4.*",
"symfony/proxy-manager-bridge": "6.4.*",
"symfony/requirements-checker": "^2.0",
"symfony/runtime": "6.4.*",
5 years ago
"symfony/security-acl": "^3.0",
"symfony/security-bundle": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/string": "6.4.*",
"symfony/translation": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/uid": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/web-link": "6.4.*",
3 years ago
"symfony/webpack-encore-bundle": "^1.14",
"symfony/yaml": "6.4.*",
"symfonycasts/reset-password-bundle": "^1.8",
"szymach/c-pchart": "^3.0",
"twig/cssinliner-extra": "^3.3",
"twig/extra-bundle": "^3.0",
"twig/inky-extra": "^3.3",
"twig/intl-extra": "^3.0",
"twig/twig": "^3.0",
"vich/uploader-bundle": "^1.18.0",
"webit/eval-math": "^1.0",
"webonyx/graphql-php": "^14.8"
},
"extra": {
"symfony": {
"require": "6.4.*"
}
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "8.1"
},
"component-dir": "public/assets",
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/runtime": true
}
},
"require-dev": {
"behat/behat": "^3.10",
"behat/mink": "^1.10",
"behat/mink-selenium2-driver": "^1.6",
"dama/doctrine-test-bundle": "^6.5",
"friends-of-behat/mink-extension": "^2.6",
"hautelook/alice-bundle": "^2.12",
"justinrainbow/json-schema": "^5.2",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9.5",
"psalm/plugin-symfony": "^5.1",
"slevomat/coding-standard": "^7.0",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/maker-bundle": "^1.31",
"symfony/phpunit-bridge": "6.4.*",
"symfony/stopwatch": "6.4.*",
"symfony/var-dumper": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
"symplify/easy-coding-standard": "^12.0",
"vimeo/psalm": "^5.17",
"weirdan/doctrine-psalm-plugin": "^2.9"
},
"replace": {
"symfony/polyfill-apcu": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-icu": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"requirements-checker": "script"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
9 years ago
"pre-install-cmd": [
"Chamilo\\CoreBundle\\Component\\Utils\\ScriptHandler::deleteOldFilesFrom19x"
9 years ago
],
"pre-update-cmd": [
],
"phpcs": "@php vendor/bin/ecs check --no-interaction",
"phpcs-fix": "@php vendor/bin/ecs check --no-interaction --fix",
"psalm": "@php vendor/bin/psalm --show-info=false",
"phpstan": "@php vendor/bin/phpstan analyse --no-interaction"
}
}