Skip to content

Commit

Permalink
CORE-775 Composer dependency version fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Tamas Nyulas <tamas.nyulas@spryker.com>
  • Loading branch information
tamasnyulas committed Mar 23, 2017
1 parent 0a74700 commit bd75c8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
}
},
"require": {
"spryker/collector": "^5.0.0",
"spryker/kernel": "^2.0.0",
"spryker/collector": "^5.1.1",
"spryker/kernel": "^3.0.0",
"spryker/key-builder": "^1.0.0",
"spryker/navigation": "^1.0.0",
"spryker/propel-orm": "^1.0.0",
"spryker/propel-orm": "^1.1.0",
"spryker/symfony": "^3.0.0",
"spryker/touch": "^3.0.0",
"spryker/util-data-reader": "^1.0.0"
},
"require-dev": {
"spryker/code-sniffer": "*",
"spryker/propel": "^2.0.0",
"spryker/propel": "^3.0.0",
"spryker/silex": "^2.0.0",
"spryker/testify": "*"
},
Expand Down

0 comments on commit bd75c8b

Please sign in to comment.