Skip to content

Commit 3b78612

Browse files
committed
Check code sniffer errors.
Update composer version to 1.3.1.
1 parent a89ccf2 commit 3b78612

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "gomoob/php-pushwoosh",
33
"description" : "A PHP Library to easily work with the Pushwoosh REST Web Services.",
4-
"version" : "1.3.0",
4+
"version" : "1.3.1",
55
"license" : "MIT",
66
"type" : "library",
77
"keywords" : [
@@ -48,4 +48,4 @@
4848
"symfony/stopwatch" : "^2.8 || ^3.0",
4949
"symfony/yaml" : "^2.8 || ^3.0"
5050
}
51-
}
51+
}

composer.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gomoob-php-pushwoosh",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "MIT",
55
"repository" : {
66
"type" : "git",

0 commit comments

Comments
 (0)