Code Duplication    Length = 7-7 lines in 2 locations

cli.php 1 location

@@ 10-16 (lines=7) @@
7
		break;
8
	}
9
}
10
if (!defined('COMPOSER_AUTOLOADER')) {
11
	die(
12
		'You need to set up the project dependencies using the following commands:' . PHP_EOL .
13
		'php -r "readfile(\'https://getcomposer.org/installer\');" | php' . PHP_EOL .
14
		'php composer.phar install' . PHP_EOL
15
	);
16
}
17
require COMPOSER_AUTOLOADER;
18
19

wishlist.php 1 location

@@ 10-16 (lines=7) @@
7
		break;
8
	}
9
}
10
if (!defined('COMPOSER_AUTOLOADER')) {
11
	die(
12
		'You need to set up the project dependencies using the following commands:' . PHP_EOL .
13
		'php -r "readfile(\'https://getcomposer.org/installer\');" | php' . PHP_EOL .
14
		'php composer.phar install' . PHP_EOL
15
	);
16
}
17
require COMPOSER_AUTOLOADER;
18
19
$url = 'http://www.amazon.de/gp/registry/wishlist/3PNTY4VFL6H2Q/ref=cm_wl_rlist_go_o?';