BlackRed Raffle — Bundled Dependencies
======================================

The vendor/ directory in this distribution contains minimal, compatible
implementations of two open-source libraries. These were bundled because
the deployment target (a locked-down shared host) does not provide
Composer access.

When `composer install` is run, Composer's generated autoloader replaces
vendor/autoload.php and these bundled implementations become inactive.
The original upstream packages then provide full functionality.

----

vlucas/phpdotenv (BSD-3-Clause)
-------------------------------
Copyright (c) Graham Campbell, Vance Lucas
https://github.com/vlucas/phpdotenv

The bundled implementation in vendor/dotenv/ provides a subset of the
upstream API: Dotenv::createImmutable(), Dotenv::load(). It does not
support variable interpolation, multi-line values, or inline comments.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the conditions of the
BSD-3-Clause license are met.

----

monolog/monolog (MIT)
---------------------
Copyright (c) 2011-present Jordi Boggiano
https://github.com/Seldaek/monolog

The bundled implementation in vendor/monolog/ provides a subset of the
upstream API: Logger, StreamHandler, JsonFormatter, PsrLogMessageProcessor
and the Level enum. It does not include other handlers, formatters, or
processors.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, subject to the conditions of
the MIT license.
