composer.json (313B)
1 { 2 "name" : "finwo/punycode", 3 "minimum-stability": "stable", 4 "authors" : [ 5 { 6 "name" : "Robin Bron", 7 "email": "robin@finwo.nl" 8 } 9 ], 10 "autoload" : { 11 "psr-4": { 12 "Finwo\\Punycode\\": "src" 13 } 14 }, 15 "require" : { 16 "php": ">=5.3" 17 } 18 }