Skip to content

Commit

Permalink
Merge pull request #72 from szymach/2.0
Browse files Browse the repository at this point in the history
Require stable FSi components
  • Loading branch information
rn0 authored Jun 27, 2018
2 parents 7820928 + f48ea44 commit 4753a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cache:

before_script:
- phpenv config-rm xdebug.ini
- composer validate
- composer update $COMPOSER_FLAGS

script:
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
"require-dev": {
"doctrine/orm": "^2.5",
"friendsofsymfony/ckeditor-bundle": "^1.0",
"fsi/doctrine-extensions": "^1.0|^2.0@dev",
"fsi/doctrine-extensions-bundle": "^1.0|^2.0@dev",
"fsi/form-extensions-bundle": "^2.0@dev",
"fsi/doctrine-extensions-bundle": "^1.0|^2.0",
"fsi/form-extensions-bundle": "^2.0",
"phpunit/phpunit": "^7.1",
"phpspec/phpspec": "^4.3",
"phpspec/prophecy": "^1.7",
Expand Down

0 comments on commit 4753a82

Please sign in to comment.