Skip to content

Commit

Permalink
fix composer deps, remove php 5.3.2 from sub components. fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jul 2, 2015
1 parent ae2601b commit 0a6d232
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: php

php:
- 5.3
- 5.4
- 5.5

before_script:
- composer install --dev --no-interaction --prefer-source
sudo: false

services: mongodb

before_install:
- composer self-update

install:
- composer --prefer-source install

notifications:
email:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
],
"require": {
"php": ">=5.3.2",
"payum/core": "1.0.*@dev"
},
"require-dev": {
Expand Down

0 comments on commit 0a6d232

Please sign in to comment.