mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-08 07:52:59 +00:00
added composer.json and needed libs
This commit is contained in:
parent
4f1fb007c5
commit
1f74d409a2
42 changed files with 4413 additions and 0 deletions
12
curweather/vendor/cmfcmf/openweathermap-php-api/tests/bootstrap.php
vendored
Normal file
12
curweather/vendor/cmfcmf/openweathermap-php-api/tests/bootstrap.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
call_user_func(function () {
|
||||
if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
|
||||
throw new \RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?');
|
||||
}
|
||||
|
||||
/** @noinspection PhpIncludeInspection */
|
||||
require_once $autoloadFile;
|
||||
|
||||
ini_set('date.timezone', 'Europe/Berlin');
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue