composer.json (348B)
1 { 2 "name": "finwo/proxy", 3 "authors": [ 4 { 5 "name": "Robin Bron", 6 "email": "robin@finwo.nl" 7 } 8 ], 9 "autoload": { 10 "files": [ 11 "ext/all.php" 12 ], 13 "psr-4": { "": "src/" } 14 }, 15 "require": { 16 "mustangostang/spyc": "^0.6.1", 17 "finwo/property-accessor": "^0.1.4", 18 "jakeasmith/http_build_url": "^1.0" 19 } 20 }