1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
php-functions/composer.json
2016-02-19 11:15:44 +01:00

22 lines
466 B
JSON

{
"name": "Findus23/php-functions",
"type": "library",
"description": "useful php functions",
"homepage": "https://github.com/Findus23/php-functions",
"require": {
"php": ">=5.6"
},
"license": "MIT",
"authors": [{
"name": "Lukas Winkler",
"email": "l.winkler23@me.com"
}],
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "5.0.*"
},
"autoload": {
"files": ["functions.php"]
}
}