humhub/composer.json

148 lines
5.3 KiB
JSON
Raw Normal View History

{
"name": "humhub/humhub",
"description": "HumHub - The flexible Open Source Social Network Kit for Collaboration",
"keywords": ["humhub", "yii2", "framework"],
"homepage": "https://www.humhub.org/",
"type": "project",
2021-03-16 17:31:55 +01:00
"license": "AGPL-3.0-only",
"support": {
"issues": "https://github.com/humhub/humhub/issues?state=open",
"forum": "https://community.humhub.com",
"wiki": "https://community.humhub.com",
"source": "https://github.com/humhub/humhub"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
2020-09-16 10:33:01 +02:00
"ext-exif": "*",
2021-05-31 12:57:17 +02:00
"ext-intl": "*",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"ext-json": "*",
"ext-pdo": "*",
2021-08-31 14:10:47 +02:00
"ext-zip": "*",
2021-02-04 16:05:56 +01:00
"cebe/markdown": "^1.2.1",
2020-09-16 10:33:01 +02:00
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
"codeception/stub": "^2.0 | ^3.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"firebase/php-jwt": "^6.0",
2020-04-15 15:50:57 +02:00
"jbroadway/urlify": "^1.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"kartik-v/yii2-widgets": "^3.4",
2020-10-14 15:07:09 +02:00
"laminas/laminas-escaper": "^2.6",
2021-06-09 10:47:10 +02:00
"laminas/laminas-http": "^2.14",
2020-10-14 15:07:09 +02:00
"laminas/laminas-ldap": "^2.10",
"laminas/laminas-zendframework-bridge": "^1.4",
2020-10-14 15:25:17 +02:00
"matthewbdaly/zendsearch": "^0.0.3",
2020-04-15 15:50:57 +02:00
"mistic100/randomcolor": "^1.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"npm-asset/animate.css": "^4.0",
"npm-asset/bluebird": "^3.3.5",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"npm-asset/blueimp-file-upload": "^9.24",
"npm-asset/blueimp-gallery": "^2.36.0",
"npm-asset/bootstrap-tour": "^0.11.0",
"npm-asset/clipboard-polyfill": "^3.0",
2021-05-25 12:32:58 +03:00
"npm-asset/codemirror": "^5.59",
"npm-asset/font-awesome": "^4.7.0",
2023-06-26 19:49:37 +02:00
"npm-asset/humhub-prosemirror-richtext": "^2.0.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"npm-asset/imagesloaded": "^5.0",
2020-04-15 15:50:57 +02:00
"npm-asset/intersection-observer": "^0.7.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"npm-asset/jplayer": "^2.9",
"npm-asset/jquery": "~3.6.3",
"npm-asset/jquery-ui": "^1.13.2",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"npm-asset/jquery-autosize": "^1.0",
"npm-asset/jquery-knob": "^1.2",
"npm-asset/jquery.cookie": "^1.4.1",
2020-04-15 15:50:57 +02:00
"npm-asset/kbw.timeentry": "^2.0",
2020-05-20 16:46:12 +02:00
"npm-asset/nprogress": "^0.2",
"npm-asset/select2": "^4.0.4",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"npm-asset/select2-bootstrap-theme": "^0.1.0-beta.4",
2018-02-13 19:31:41 +01:00
"npm-asset/socket.io-client": "^2.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"npm-asset/swiped-events": "^1.0.9",
2020-04-15 15:50:57 +02:00
"npm-asset/timeago": "^1.6.3",
"phpoffice/phpspreadsheet": "^1.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"raoul2000/yii2-jcrop-widget": "^1.0",
"symfony/amazon-mailer": "^5.4",
"symfony/google-mailer": "^5.4",
"symfony/mailchimp-mailer": "^5.4",
"symfony/mailer": "^5.4",
"symfony/mailgun-mailer": "^5.4",
"symfony/mailjet-mailer": "^5.4",
"symfony/oh-my-smtp-mailer": "^5.4",
"symfony/postmark-mailer": "^5.4",
"symfony/sendgrid-mailer": "^5.4",
"symfony/sendinblue-mailer": "^5.4",
"twig/twig": "^3.4.1",
2021-01-05 22:28:24 +01:00
"web-token/jwt-checker": ">=1.0 <3.0",
"web-token/jwt-signature": ">=1.0 <3.0",
"web-token/jwt-signature-algorithm-ecdsa": ">=1.0 <3.0",
"web-token/jwt-signature-algorithm-hmac": ">=1.0 <3.0",
"web-token/jwt-signature-algorithm-rsa": ">=1.0 <3.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"xj/yii2-jplayer-widget": "^2.7",
"yiisoft/yii2": "dev-master",
"yiisoft/yii2-authclient": "^2.2.0",
"yiisoft/yii2-bootstrap": "^2.0.0",
"yiisoft/yii2-httpclient": "^2.0.0",
"yiisoft/yii2-imagine": "^2.3.0",
"yiisoft/yii2-jui": "^2.0.0",
"yiisoft/yii2-queue": "^2.3.0",
"yiisoft/yii2-redis": "^2.0.0",
"yiisoft/yii2-symfonymailer": "^2.0"
2020-10-14 15:07:09 +02:00
},
"replace": {
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-rest": "^1.2",
"codeception/module-webdriver": "^1.1",
"codeception/module-yii2": "^1.0",
"codeception/specify": "^1.0",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"codeception/verify": "~0.5.0 || ^1.1.0",
"friendsofphp/php-cs-fixer": "^3.49",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"phpcompatibility/php-compatibility": "^9.0",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": ">=2.7 <=4.2.4",
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"yiisoft/yii2-debug": "^2.1.0",
"yiisoft/yii2-faker": "^2.0.0",
"yiisoft/yii2-gii": "^2.2.2"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
2018-02-14 10:10:38 +03:00
],
"config": {
2018-08-13 23:01:42 +02:00
"process-timeout": 1800,
"vendor-dir": "protected/vendor",
2018-12-10 18:30:54 +01:00
"sort-packages": true,
"fxp-asset": {
"enabled": false
2020-10-15 15:13:10 +02:00
},
2020-10-26 16:36:38 +03:00
"platform-check": false,
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
"platform": {
"php": "7.4"
},
2022-02-12 08:53:17 +01:00
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
2020-10-13 18:00:25 +02:00
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"protected/runtime": "0777",
"assets": "0777",
"protected/yii": "0755",
"protected/modules": "0755"
}
],
"generateCookieValidationKey": [
"protected/config/web.php"
]
}
}
}