Skip to content

Commit

Permalink
Stability
Browse files Browse the repository at this point in the history
  • Loading branch information
wimvds committed Apr 4, 2014
1 parent b913b86 commit ffcfca3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

matrix:
allow_failures:
- php: 5.5
- php: hhvm


before_script: composer install --dev --prefer-source
Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@
"email": "support@kunstmaan.be"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">=2.3.0,<2.4.0",
"symfony/symfony": "2.3.*",
"sherlock/sherlock": "0.1.*"
},
"autoload": {
"psr-0": { "Kunstmaan\\SearchBundle": "" }
},
"target-dir": "Kunstmaan/SearchBundle"
"target-dir": "Kunstmaan/SearchBundle",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}

0 comments on commit ffcfca3

Please sign in to comment.