-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
- Loading branch information
1 parent
2cb301c
commit e10c316
Showing
5 changed files
with
118 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1291,5 +1291,52 @@ | |
], | ||
"description": "Symfony HttpFoundation Component", | ||
"homepage": "https://symfony.com" | ||
}, | ||
{ | ||
"name": "vajiral/php-image-compare", | ||
"version": "1.0.1", | ||
"version_normalized": "1.0.1.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/vajiralasantha/PHP-Image-Compare.git", | ||
"reference": "9ea466236c91b8bfa169b3459e3089d2f4b31f7e" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/vajiralasantha/PHP-Image-Compare/zipball/9ea466236c91b8bfa169b3459e3089d2f4b31f7e", | ||
"reference": "9ea466236c91b8bfa169b3459e3089d2f4b31f7e", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"ext-gd": "*", | ||
"php": "^5.5.9 || ^7.0" | ||
}, | ||
"time": "2017-05-04T01:48:54+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"autoload": { | ||
"psr-4": { | ||
"BigV\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Vajira Lasantha", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "A light weight PHP class that can compare two (jpg/png) images to find if they are similar.", | ||
"keywords": [ | ||
"PHP Library", | ||
"image", | ||
"image compare", | ||
"jpg", | ||
"lightweight", | ||
"png" | ||
] | ||
} | ||
] |