This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
Sequenzia/composer.json

18 lines
414 B
JSON
Raw Normal View History

2013-10-26 22:34:21 -05:00
{
"name": "myimouto/myimouto",
2013-10-27 00:35:20 -05:00
"description": "Image board for PHP 5.4+ and MySQL",
"license": "MIT",
"keywords": [
"myimouto",
"booru",
"image board"
],
2013-10-26 22:34:21 -05:00
"require": {
"php": ">=5.4.0",
2016-05-21 01:59:34 -05:00
"railsphp/railsphp": "1.0.*",
"railsphp/willpaginate": "1.0.*",
"railsphp/actsasversioned": "1.0.*",
2013-10-27 00:03:17 -05:00
"michelf/php-markdown": "1.3.*"
2013-10-26 22:34:21 -05:00
}
2013-12-07 15:35:14 -05:00
}