diff --git a/Admin/Install/Media.install.json b/Admin/Install/Media.install.json index 31ef3e5..051375d 100755 --- a/Admin/Install/Media.install.json +++ b/Admin/Install/Media.install.json @@ -1,7 +1,7 @@ [ { - "type": "collection", - "create_directory": true, + "type": "collection", + "create_directory": true, "name": "Organization", "virtualPath": "/Modules", "user": 1 diff --git a/composer.json b/composer.json index 8f2fb6d..7ad134b 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require-dev": { "phpunit/phpunit": ">=9.4", - "friendsofphp/php-cs-fixer": ">=2.18", + "friendsofphp/php-cs-fixer": ">=3.0", "squizlabs/php_codesniffer": ">=3.5", "phpmd/phpmd": ">=2.9", "phpstan/phpstan": ">=0.12.58",