-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 809 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "sabre/amf",
"description" : "SabreAMF is a Flash Remoting server and client for PHP",
"keywords" : [ "Flash", "ActionScript", "Remoting", "AMF", "AMF0", "AMF3" ],
"homepage" : "http://code.google.com/p/sabreamf/",
"license" : "BSD-3-Clause",
"require" : {
"php" : ">=5.2.1"
},
"require-dev" : {
"phing/phing" : "*",
"phpunit/phpunit" : "*"
},
"authors" : [
{
"name" : "Evert Pot",
"email" : "evert@rooftopsolutions.nl",
"homepage" : "http://evertpot.com/",
"role" : "Developer"
}
],
"support" : {
"source" : "https://github.com/fruux/sabre-vobject"
},
"autoload" : {
"psr-0" : {
"SabreAMF" : "lib/"
}
}
}