summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorGabriel Rodrigues Couto <gabrielrcouto@gmail.com>2016-07-02 23:18:46 -0300
committerGabriel Rodrigues Couto <gabrielrcouto@gmail.com>2016-07-02 23:18:46 -0300
commit89e12a4415c38e04631747b4bc6103e0a64b1e8b (patch)
tree55f847a5cd1af60a86850968affb95607611bb7d /composer.json
parentadffbf649de03cbb83b2cdc09559f45c567e42c2 (diff)
downloadphp-terminal-gameboy-emulator-master.zip
php-terminal-gameboy-emulator-master.tar.gz
php-terminal-gameboy-emulator-master.tar.bz2
Some functions moved to LcdControllerHEADorigin/masterorigin/HEADmaster
TerminalCanvas refactored, removed Drawille dependency, implemented a faster braille render. Thank you @whatthejeff for the inspiration :-) Little FPS gain #46
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 679dbb7..0bd0084 100644
--- a/composer.json
+++ b/composer.json
@@ -11,8 +11,7 @@
}
],
"require": {
- "php": ">=5.6.0",
- "whatthejeff/drawille": "^1.0"
+ "php": ">=5.6.0"
},
"bin": ["bin/php-gameboy"],
"require-dev": {