Skip to content

Commit 511f934

Browse files
committed
Update debug script to add styling and benchmark
1 parent f702b96 commit 511f934

17 files changed

+434
-125
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313
}
1414
},
1515
"require": {
16-
"php": ">=5.3.2",
16+
"php": "~5.3",
1717
"intervention/image": "~2.2"
1818
},
1919
"suggest": {
2020
"ext-gd": "to use the GD implementation",
2121
"ext-imagick": "to use the Imagick implementation"
22+
},
23+
"require-dev": {
24+
"devster/ubench": "^1.1",
25+
"symfony/debug": "~2.6",
26+
"symfony/var-dumper": "~2.6"
2227
}
2328
}

composer.lock

Lines changed: 208 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)