Skip to content

Commit

Permalink
Merge pull request #31 from atoum/update-atoum-3
Browse files Browse the repository at this point in the history
Bump dependencies to support atoum 3.x
  • Loading branch information
jubianchi committed Feb 24, 2017
2 parents 988a27e + 44e7daa commit 88f2a7f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 1.3.0 - 2017-02-24

* [#31](https://github.com/atoum/visibility-extension/pull/31) Support atoum 3.x ([@hywan], [@jubianchi])

# 1.2.0 - 2017-02-16

* [#13](https://github.com/atoum/visibility-extension/pull/13) Support return type hint ([@jubianchi])
Expand All @@ -14,3 +18,4 @@
# 1.0.0 - 2014-12-01

[@jubianchi]: https://github.com/jubianchi
[@hywan]: https://github.com/hywan
10 changes: 0 additions & 10 deletions autoloader.php

This file was deleted.

7 changes: 2 additions & 5 deletions composer.json
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 88f2a7f

Please sign in to comment.