Skip to content

Commit c113e17

Browse files
committed
Poeditor task
1 parent 437367c commit c113e17

File tree

4 files changed

+449
-4
lines changed

4 files changed

+449
-4
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"phing/phing": "~2.7"
15+
"phing/phing": "~2.7",
16+
"guzzle/guzzle": "~3.8.1"
1617
},
1718
"require-dev": {
1819
"phpunit/phpunit": "^4.6",
@@ -28,4 +29,4 @@
2829
"JGTests\\Task\\": "tests/"
2930
}
3031
}
31-
}
32+
}

composer.lock

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

0 commit comments

Comments
 (0)