Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Girard committed Jun 1, 2015
1 parent 9110f68 commit a46a067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ php:
- 5.6

env:
- SYMFONY_VERSION=2.3.* DOCTRINE_ORM_VERSION=2.4.*
- SYMFONY_VERSION=2.5.* DOCTRINE_ORM_VERSION=2.4.*
- SYMFONY_VERSION=2.3.* DOCTRINE_ORM_VERSION=2.2.*
- SYMFONY_VERSION=2.6.* DOCTRINE_ORM_VERSION=2.4.*
- SYMFONY_VERSION=2.7.* DOCTRINE_ORM_VERSION=2.4.*

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "~2.0",
"symfony/framework-bundle": "~2.3",
"doctrine/orm": "~2.2"
},
"autoload": {
Expand All @@ -34,7 +34,7 @@
"target-dir": "Lexik/Bundle/WorkflowBundle",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
"dev-master": "0.4.x-dev"
}
}
}

0 comments on commit a46a067

Please sign in to comment.