Skip to content

Commit 97d726d

Browse files
authored
Merge pull request #39 from SMillerDev/dev/run
Composer: Allow 1.* releases of autoload
2 parents dc94c08 + dfc1bf4 commit 97d726d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.4.0",
19+
"php": "5.6.* || 7.*",
2020
"ql/uri-template": "1.*",
21-
"michelf/php-markdown": "1.*",
22-
"theseer/autoload": "^1.22"
21+
"michelf/php-markdown": "1.*"
2322
},
2423
"require-dev": {
25-
"phpunit/phpunit": "5.7.*"
24+
"phpunit/phpunit": "5.7.*",
25+
"theseer/autoload": "1.*"
2626
},
2727
"autoload": {
2828
"psr-4": { "PHPDraft\\": "src/PHPDraft" }

0 commit comments

Comments
 (0)