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

Commit

Permalink
Merge pull request #475 from elcodi/fix/fixed-dependencies
Browse files Browse the repository at this point in the history
Fix/fixed dependencies
  • Loading branch information
mmoreram committed May 25, 2015
2 parents a783276 + b1f44c5 commit 90f5e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"elcodi/elcodi": "0.5.18",
"elcodi/test-common-bundle": "0.5.18",

"doctrine/data-fixtures": "~1.0",
"doctrine/data-fixtures": "^1.1",
"behat/behat": "~3.0",
"behat/symfony2-extension": "~2.0",
"behat/mink-extension": "~2.0, >=2.0.1",
Expand Down
1 change: 1 addition & 0 deletions scripts/.reload
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rm -Rf /tmp/Elcodi/*
rm -Rf /tmp/Bamboo/*


php app/console doctrine:database:drop --connection=default --force
php app/console doctrine:database:create --connection=default
php app/console doctrine:schema:update --force --em=default
php app/console doctrine:fixtures:load --fixtures="src/Elcodi/Fixtures" --no-interaction
Expand Down

0 comments on commit 90f5e45

Please sign in to comment.