Skip to content

Commit

Permalink
update composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Mar 30, 2017
1 parent 7896ce4 commit 66530e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prefer-stable": true,
"require": {
"php": "^7.1",
"prooph/snapshot-store" : "1.0.x-dev",
"prooph/snapshot-store" : "^1.0",
"mongodb/mongodb": "^1.1.0"
},
"require-dev": {
Expand All @@ -37,7 +37,6 @@
"prooph/php-cs-fixer-config": "^0.1.1",
"prooph/bookdown-template": "^0.2.3",
"satooshi/php-coveralls": "^1.0",
"zendframework/zend-servicemanager": "^3.1",
"malukenho/docheader": "^0.1.4"
},
"suggest" : {
Expand All @@ -61,7 +60,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 66530e3

Please sign in to comment.