Skip to content

Commit 11222e7

Browse files
author
Miika Arponen
committed
Automatic performance measurement
1 parent bae07b1 commit 11222e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"minimum-stability": "dev",
2323
"autoload": {
2424
"files": ["dustpress.php"]
25+
},
26+
"require": {
27+
"php": ">=7.1"
2528
}
2629
}

dustpress.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Author: Miika Arponen & Ville Siltala / Geniem Oy
77
Author URI: http://www.geniem.com
88
License: GPLv3
9-
Version: 1.27.1
9+
Version: 1.28.0
1010
*/
1111

1212
final class DustPress {

0 commit comments

Comments
 (0)