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