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
2019-12-18 04:44:09 +00:00

20 lines
480 B
JSON
Executable File

{
"name": "sequenzia/sequenzia",
"description": "Image board for PHP 5.4+ and MySQL",
"license": "MIT",
"keywords": [
"myimouto",
"booru",
"image board"
],
"require": {
"php": ">=5.4.0",
"railsphp/railsphp": "1.0.*",
"railsphp/willpaginate": "1.0.*",
"railsphp/actsasversioned": "1.0.*",
"michelf/php-markdown": "1.9.*"
},
"minimum-stability": "stable",
"prefer-stable": true
}