Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composer
Browse files Browse the repository at this point in the history
b23prodtm committed Sep 23, 2018
1 parent 8a04a9f commit 8a8b16e
Showing 2 changed files with 52 additions and 51 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -17,16 +17,16 @@
"source": "https://www.sourceforge.net/projects/pohse/support"
},
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"b23prodtm/markdown-plugin": ">0.9.0"
},
"suggest": {
"ext-openssl": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption",
"ext-mcrypt": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption"
},
"require-dev": {
"phpunit/phpunit": "^3",
"cakephp/cakephp-codesniffer": "^3",
"b23prodtm/markdown-plugin": "*"
"cakephp/cakephp-codesniffer": "^3"
},
"extra": {
"installer-paths": {
97 changes: 49 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a8b16e

Please sign in to comment.