We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc94c08 commit dfc1bf4Copy full SHA for dfc1bf4
composer.json
@@ -16,13 +16,13 @@
16
}
17
],
18
"require": {
19
- "php": ">=5.4.0",
+ "php": "5.6.* || 7.*",
20
"ql/uri-template": "1.*",
21
- "michelf/php-markdown": "1.*",
22
- "theseer/autoload": "^1.22"
+ "michelf/php-markdown": "1.*"
23
},
24
"require-dev": {
25
- "phpunit/phpunit": "5.7.*"
+ "phpunit/phpunit": "5.7.*",
+ "theseer/autoload": "1.*"
26
27
"autoload": {
28
"psr-4": { "PHPDraft\\": "src/PHPDraft" }
0 commit comments