Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fisharebest/webtrees
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e10c3169e544594662c3270932c7aadad055d4e4
Choose a base ref
..
head repository: fisharebest/webtrees
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e9ba2aa8b9f9ab4e372532c538b8a55e00a7bc9
Choose a head ref
Showing with 0 additions and 56 deletions.
  1. +0 −1 vendor/composer/autoload_psr4.php
  2. +0 −8 vendor/composer/autoload_static.php
  3. +0 −47 vendor/composer/installed.json
1 change: 0 additions & 1 deletion vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
@@ -25,5 +25,4 @@
'Fisharebest\\Localization\\' => array($vendorDir . '/fisharebest/localization/src'),
'Fisharebest\\ExtCalendar\\' => array($vendorDir . '/fisharebest/ext-calendar/src'),
'Fisharebest\\Algorithm\\' => array($vendorDir . '/fisharebest/algorithm/src'),
'BigV\\' => array($vendorDir . '/vajiral/php-image-compare/src'),
);
8 changes: 0 additions & 8 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
@@ -63,10 +63,6 @@ class ComposerStaticInit6d3b4e102d83b25f563035091d204a43
'Fisharebest\\ExtCalendar\\' => 24,
'Fisharebest\\Algorithm\\' => 22,
),
'B' =>
array (
'BigV\\' => 5,
),
);

public static $prefixDirsPsr4 = array (
@@ -146,10 +142,6 @@ class ComposerStaticInit6d3b4e102d83b25f563035091d204a43
array (
0 => __DIR__ . '/..' . '/fisharebest/algorithm/src',
),
'BigV\\' =>
array (
0 => __DIR__ . '/..' . '/vajiral/php-image-compare/src',
),
);

public static $classMap = array (
47 changes: 0 additions & 47 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
@@ -1291,52 +1291,5 @@
],
"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": "vajee555@gmail.com"
}
],
"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"
]
}
]