lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Fix library dependencies to be more flexible #36

Closed Vassyli closed 8 years ago

Vassyli commented 8 years ago

lotgd/core requires monolog/monolog to be of version 1.16.0 which is incompatible with symfony 3.1 which accepts ^1.12. monolog/monolog 1.16.0 contains a missing method which is why it's incompatible.