Skip to content
#

Composer

composer logo

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and manage them for you.

Here are 4,173 public repositories matching this topic...

cha0sCat
cha0sCat commented Nov 11, 2021

Describe the bug
在当前代码中,HEAD 请求的目标只能是文件,当 HEAD 一个目录时,会返回 404
https://github.com/cloudreve/Cloudreve/blob/4d7b8685b9d0c62d3c115cbe3450f69737f5a506/pkg/webdav/webdav.go#L236-L239

To Reproduce
Steps to reproduce the behavior:
HEAD http://example.com/dav/

Expected behavior
return 0, nil

Additional context
相关方法的 RFC 标准:
http://www.webdav.org/specs/rfc4918.html#rfc.sectio

setup-php
shivammathur
shivammathur commented Sep 24, 2021

jest.it.each reduces the boilerplate test code and improves the readability and maintainability.
Currently config, tools and coverage tests use jest.it.each. The same can be done for utils, extensions and install tests.

Ref:

jrfnl
jrfnl commented Apr 13, 2021

Project description

Behind the scenes, a side-project has started to create a (GitHub Pages) website for this project with helpful information about the things PHPCompatibility detects and how to fix them.

@afilina has done amazing work creating a documentation generation engine which will create a page with the basic information about each sniff from the docblocks in the sniff code itsel

Created by Nils Adermann, Jordi Boggiano

Released March 1, 2012

Organization
composer
Website
getcomposer.org
Wikipedia
Wikipedia

Related Topics

package-manager php