forked from kevinowino869/mitrobill
fix facedetection
This commit is contained in:
19
system/vendor/php-facedetection/composer.json
vendored
Normal file
19
system/vendor/php-facedetection/composer.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "mauricesvay/php-facedetection",
|
||||
"description": "PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.",
|
||||
"license": "GPL-2.0",
|
||||
"homepage": "https://github.com/mauricesvay/php-facedetection",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Maurice Svay",
|
||||
"homepage": "https://github.com/mauricesvay/php-facedetection/graphs/contributors"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2.0",
|
||||
"ext-gd": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["FaceDetector.php", "Exception/"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user