Skip to content

Commit

Permalink
[ADD] setLexicon() and update composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seiger committed Aug 29, 2023
1 parent dcd99ad commit 779f4ad
Show file tree
Hide file tree
Showing 888 changed files with 42,044 additions and 17,124 deletions.
43 changes: 22 additions & 21 deletions core/composer.json
Expand Up @@ -27,48 +27,49 @@
],
"require": {
"php": ">=8.1",
"ext-SimpleXML": "*",
"composer/composer": "*",
"dmitry-suffi/redis-session-handler": "*",
"doctrine/dbal": "3.*",
"dragonmantank/cron-expression": "^3.3",
"evolutioncms-services/document-manager": "1.*",
"evolutioncms-services/user-manager": "1.*",
"evolutioncms/salo2": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"lib-iconv": "*",
"lib-libxml": "*",
"doctrine/dbal": "3.*",
"phpoption/phpoption": "*",
"vlucas/phpdotenv": "^5.2",
"ext-SimpleXML": "*",
"guzzlehttp/guzzle": "^7.0.1",
"composer/composer": "*",
"illuminate/cache": "10.*",
"illuminate/redis": "10.*",
"illuminate/config": "10.*",
"illuminate/console": "10.*",
"illuminate/container": "10.*",
"illuminate/database": "10.*",
"illuminate/events": "10.*",
"illuminate/filesystem": "10.*",
"illuminate/http": "10.*",
"illuminate/log": "10.*",
"illuminate/pagination": "10.*",
"illuminate/redis": "10.*",
"illuminate/routing": "10.*",
"illuminate/support": "10.*",
"illuminate/translation": "10.*",
"illuminate/view": "10.*",
"illuminate/validation": "10.*",
"illuminate/http": "10.*",
"league/flysystem": "^1.0.8",
"illuminate/view": "10.*",
"james-heinrich/phpthumb": "1.*",
"league/flysystem": "^3",
"lib-iconv": "*",
"lib-libxml": "*",
"phpmailer/phpmailer": "6.*",
"tracy/tracy": "2.10.*",
"wikimedia/composer-merge-plugin": "2.*",
"symfony/process": "^6.0",
"dmitry-suffi/redis-session-handler": "*",
"rosell-dk/webp-convert": "*",
"phpoption/phpoption": "*",
"predis/predis": "*",
"james-heinrich/phpthumb": "1.*",
"evolutioncms-services/user-manager": "1.*",
"evolutioncms-services/document-manager": "1.*",
"evolutioncms/salo2": "*",
"simplepie/simplepie": "1.*"
"rosell-dk/webp-convert": "*",
"simplepie/simplepie": "1.*",
"symfony/process": "^6.0",
"tracy/tracy": "2.10.*",
"vlucas/phpdotenv": "^5.2",
"wikimedia/composer-merge-plugin": "2.*"
},
"require-dev": {
"roave/security-advisories": "dev-master"
Expand Down

0 comments on commit 779f4ad

Please sign in to comment.