Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

Commit cd31a9a

Browse files
author
Samuel Parkinson
committed
Update CLImate dependency to ~1.0.
1 parent f109e20 commit cd31a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"php": ">=5.4.0",
3636
"symfony/process": "~2.0",
3737
"symfony/console": "~2.0",
38-
"joetannenbaum/climate": "~0.1"
38+
"joetannenbaum/climate": "~1.0"
3939
},
4040

4141
"require-dev": {

hooks/static-review-pre-commit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626

2727
// Reference the required classes and the reviews you want to use.
28-
use JoeTannenbaum\CLImate\CLImate;
28+
use CLImate\CLImate;
2929
use StaticReview\Issue\Issue;
3030
use StaticReview\Reporter\Reporter;
3131
use StaticReview\Review\Composer\ComposerLintReview;

0 commit comments

Comments
 (0)