composer.json (443B)
1 { 2 "name": "finwo/data-tools", 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\\Datatools\\": "src/" 13 } 14 }, 15 "require": { 16 "finwo/property-accessor": "*", 17 "netresearch/jsonmapper": "*" 18 }, 19 "require-dev": { 20 "phpunit/phpunit": "*" 21 } 22 }