Skip to content

Commit

Permalink
Bump dependencies to support atoum 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed Feb 24, 2017
1 parent 988a27e commit b8c1072
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- nightly

cache:
Expand All @@ -25,6 +26,10 @@ matrix:
exclude:
- php: 7.0
env: COMPOSER_PREFER="--prefer-lowest"
- php: 7.1
env: COMPOSER_PREFER="--prefer-lowest"
- php: nightly
env: COMPOSER_PREFER="--prefer-lowest"

script:
- composer update $COMPOSER_PREFER
Expand Down
10 changes: 0 additions & 10 deletions autoloader.php

This file was deleted.

7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@
],
"minimum-stability": "beta",
"require": {
"atoum/atoum": "^2.9"
"atoum/atoum": "^2.9 | ^3.0"
},
"autoload": {
"psr-4": {
"mageekguy\\atoum\\visibility\\": "classes"
},
"files": [
"autoloader.php",
"configuration.php"
]
"files": ["configuration.php"]
}
}

0 comments on commit b8c1072

Please # to comment.