Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Jul 21, 2017
1 parent cfd789c commit 06fcb0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"require": {
"php": ">=5.6",
"jane/jane": "dev-master as 2.0",
"jane/jane": "^3.0",
"jane/runtime": "^2.1",
"jane/openapi-runtime": "^2.0",
"nikic/php-parser": "^3.0",
Expand All @@ -46,15 +46,15 @@
"friendsofphp/php-cs-fixer": "To have a nice formatting of the generated files"
},
"config": {
"process-timeout": 1200
"process-timeout": 1800
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
},
"extra": {
"branch-alias": {
"dev-master": "1-dev"
"dev-master": "3-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 06fcb0d

Please sign in to comment.