Skip to content

Commit

Permalink
[Composer] Rely on stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Feb 27, 2017
1 parent e136bdc commit b7cd248
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -13,11 +13,10 @@
"require": {
"php": "^5.6|^7.0",
"symfony/framework-bundle": "^2.7|^3.0",
"egeloen/google-map": "^2.0@dev"
"egeloen/google-map": "^2.0"
},
"require-dev": {
"egeloen/serializer-bundle": "^1.0@dev",
"egeloen/serializer": "^1.0@dev",
"egeloen/serializer-bundle": "^1.0",
"friendsofphp/php-cs-fixer": "^2.0",
"php-http/cache-plugin": "^1.2",
"php-http/guzzle6-adapter": "^1.0",
Expand Down

0 comments on commit b7cd248

Please sign in to comment.