- Downloads
Upgrade composer dependencies of events api client
Showing
- composer.json 4 additions, 4 deletionscomposer.json
- composer.lock 2471 additions, 842 deletionscomposer.lock
- lib/Configuration.php 2 additions, 2 deletionslib/Configuration.php
- test/Api/EventsApiTest.php 1 addition, 1 deletiontest/Api/EventsApiTest.php
- test/Model/ApplicationTest.php 1 addition, 1 deletiontest/Model/ApplicationTest.php
- test/Model/EventTest.php 1 addition, 1 deletiontest/Model/EventTest.php
- test/Model/ProjectTest.php 1 addition, 1 deletiontest/Model/ProjectTest.php
| ... | @@ -22,10 +22,10 @@ | ... | @@ -22,10 +22,10 @@ |
| "ext-mbstring": "*" | "ext-mbstring": "*" | ||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "phpunit/phpunit": "~4.8", | "phpunit/phpunit" : "^7.0", | ||
| "satooshi/php-coveralls": "~1.0", | "satooshi/php-coveralls": "~2.2", | ||
| "squizlabs/php_codesniffer": "~2.6", | "squizlabs/php_codesniffer": "~3.5", | ||
| "friendsofphp/php-cs-fixer": "~1.12" | "friendsofphp/php-cs-fixer": "~2.16" | ||
| }, | }, | ||
| "autoload": { | "autoload": { | ||
| "psr-4": { "jards\\eventsapiclient\\Swagger\\Client\\" : "lib/" } | "psr-4": { "jards\\eventsapiclient\\Swagger\\Client\\" : "lib/" } | ||
| ... | ... | ||
| ... | ... |
This diff is collapsed.
Please sign in to comment