Skip to content

Commit

Permalink
Composer: open v0.4-dev + unlock dependencies
Browse files Browse the repository at this point in the history
middlewares >= 0.3
psr7 >= 0.2
phpdoc >= 0.1
  • Loading branch information
f3l1x committed Aug 18, 2017
1 parent 9e01571 commit 3439616
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"require": {
"php": ">= 5.6",
"contributte/psr7-http-message": "^0.2.0",
"contributte/middlewares": "^0.3.0",
"contributte/phpdoc": "^0.1.0"
"contributte/psr7-http-message": "^0.2",
"contributte/middlewares": "^0.3 | ^0.4.x-dev",
"contributte/phpdoc": "^0.1"
},
"require-dev": {
"ninjify/qa": "^0.4.0",
Expand Down Expand Up @@ -57,5 +57,10 @@
"tester-coverage": [
"tester -s -p php --colors 1 -c tests/php-unix.ini -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src tests/cases"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
}
}
}

0 comments on commit 3439616

Please sign in to comment.