Skip to content

Commit a95c10e

Browse files
committed
Merge branch 'develop'
2 parents 043422b + 3fe7bda commit a95c10e

File tree

4 files changed

+29
-14
lines changed

4 files changed

+29
-14
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/.settings export-ignore
2+
/src/test export-ignore
3+
/.buildpath export-ignore
4+
/.coveralls.yml export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.project export-ignore
8+
/.travis.yml export-ignore
9+
/code-climate-test-reporter export-ignore
10+
/composer.lock export-ignore
11+
/Gruntfile.js export-ignore
12+
/package.json export-ignore
13+
/phpunit.xml export-ignore
14+
15+
* text eol=lf

composer.json

Lines changed: 1 addition & 1 deletion
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.0.7",
4+
"version" : "1.0.8",
55
"license" : "MIT",
66
"type" : "library",
77
"keywords" : [

composer.lock

Lines changed: 12 additions & 12 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.0.7",
3+
"version": "1.0.8",
44
"license": "MIT",
55
"repository" : {
66
"type" : "git",

0 commit comments

Comments
 (0)