composer.json - update versions of the "dev" packages

This commit is contained in:
Meritoo
2017-09-20 10:22:37 +02:00
parent b5db36b6e0
commit 10c0bf8e41
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
"description": "Client of LimeSurvey API",
"type": "library",
"license": "MIT",
"version": "0.0.1",
"version": "0.0.2",
"authors": [
{
"name": "Meritoo",
@@ -15,13 +15,13 @@
"meritoo/common-library": "~0.0.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.4.3",
"squizlabs/php_codesniffer": "^2.8",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^2.9",
"phpmd/phpmd": "^2.6",
"sebastian/phpcpd": "^3.0",
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"friendsofphp/php-cs-fixer": "^2.5"
"friendsofphp/php-cs-fixer": "^2.6"
},
"autoload": {
"psr-4": {

2
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "8dd6b3c26ff164b50e36ec644a269e12",
"content-hash": "e4198a77e875ad9d86efc5ebd166341b",
"packages": [
{
"name": "behat/transliterator",