Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821983
composer.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
composer.json
View Options
{
"name"
:
"sabre/http"
,
"description"
:
"The sabre/http library provides utilities for dealing with http requests and responses. "
,
"keywords"
:
[
"HTTP"
],
"homepage"
:
"https://github.com/fruux/sabre-http"
,
"license"
:
"BSD-3-Clause"
,
"require"
:
{
"php"
:
">=5.4"
,
"ext-mbstring"
:
"*"
,
"sabre/event"
:
">=1.0.0,<3.0.0"
,
"sabre/uri"
:
"~1.0"
},
"require-dev"
:
{
"phpunit/phpunit"
:
"~4.3"
,
"sabre/cs"
:
"~0.0.1"
},
"suggest"
:
{
"ext-curl"
:
" to make http requests with the Client class"
},
"authors"
:
[
{
"name"
:
"Evert Pot"
,
"email"
:
"me@evertpot.com"
,
"homepage"
:
"http://evertpot.com/"
,
"role"
:
"Developer"
}
],
"support"
:
{
"forum"
:
"https://groups.google.com/group/sabredav-discuss"
,
"source"
:
"https://github.com/fruux/sabre-http"
},
"autoload"
:
{
"files"
:
[
"lib/functions.php"
],
"psr-4"
:
{
"Sabre
\\
HTTP
\\
"
:
"lib/"
}
},
"config"
:
{
"bin-dir"
:
"bin/"
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Tue, Dec 24, 12:34 PM (18 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914213
Default Alt Text
composer.json (1 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment