Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
add composer.lock to lock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laufhannes committed Dec 3, 2016
1 parent c5f8eaf commit 5c54707
Show file tree
Hide file tree
Showing 3 changed files with 3,797 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ web/app_dev.php
#composer
composer.phar
/vendor/
composer.lock

#assets
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "RUNALYZE - training analysis for athletes",
"homepage": "https://runalyze.com",
"require": {
"symfony/symfony": "~3.1",
"symfony/symfony": "3.1.*",
"sensio/framework-extra-bundle": "^3.0",
"twig/twig": "1.*",
"monolog/monolog": "^1.19",
Expand Down
Loading

0 comments on commit 5c54707

Please sign in to comment.