composer.json (520B)
1 { 2 "name": "finwo/php-framework-skeleton", 3 "require": { 4 "klein/klein": "^2.1", 5 "netresearch/jsonmapper": "^1.1", 6 "php-di/invoker": "^1.3", 7 "finwo/datafile": "^0.0.2", 8 "finwo/property-accessor": "^0.1.4", 9 "eloquent/blox": "^3.0" 10 }, 11 "license": "MIT", 12 "authors": [ 13 { 14 "name": "Robin Bron", 15 "email": "robin@finwo.nl" 16 } 17 ], 18 "autoload": { 19 "psr-4": { "": "src" } 20 }, 21 "minimum-stability": "stable" 22 }