Replace leafo/scssphp by scssphp/scssphp in composer.json
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 30 Jun 2020 07:28:54 +0000 (09:28 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 30 Jun 2020 07:37:15 +0000 (09:37 +0200)
commit73ef62598e773a44112f61d2a7c2c92ac0ee8efc
treea2145a9b568b87928d4a3ed965bfb245f5c7fada
parent27e85b394e59c3f518b7b871d4cccc77aded13ea
Replace leafo/scssphp by scssphp/scssphp in composer.json

see #3398
71 files changed:
wcfsetup/install/files/lib/system/api/bin/pscss
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/autoload_psr4.php
wcfsetup/install/files/lib/system/api/composer/autoload_static.php
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/system/api/leafo/scssphp/LICENSE.md [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/README.md [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/bin/pscss [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/composer.json [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/example/Server.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/scss.inc.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Base/Range.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Block.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Colors.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Compiler.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Compiler/Environment.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/CompilerException.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/ParserException.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/RangeException.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/ServerException.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Compact.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Compressed.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Crunched.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Debug.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Expanded.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Nested.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/OutputBlock.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Node.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Node/Number.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Parser.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/SourceMap/Base64.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/SourceMap/Base64VLQ.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/SourceMap/Base64VLQEncoder.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/SourceMap/SourceMapGenerator.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Type.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Util.php [deleted file]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Version.php [deleted file]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/LICENSE.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/README.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/bin/pscss [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/scss.inc.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Base/Range.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Block.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Cache.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Colors.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Compiler.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Compiler/Environment.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Exception/CompilerException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Exception/ParserException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Exception/RangeException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Exception/ServerException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Compact.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Compressed.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Crunched.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Debug.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Expanded.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Nested.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/OutputBlock.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Node.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Node/Number.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Parser.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/SourceMap/Base64.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/SourceMap/Base64VLQ.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/SourceMap/SourceMapGenerator.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Type.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Util.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Version.php [new file with mode: 0644]