Skip to content

Commit d705e9d

Browse files
authored
Merge pull request #23 from jubianchi/update-atoum
Update to newer atoum versions
2 parents dbc7e32 + 753ae5b commit d705e9d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bootstrap.atoum.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7-
- 7
7+
- 7.0
8+
- 7.1
89

910
before_script:
1011
- wget http://getcomposer.org/composer.phar

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": ">=5.4.0"
1313
},
1414
"require-dev": {
15-
"atoum/atoum": "~2.0",
15+
"atoum/atoum": "^2.8|^3.0",
1616
"m6web/symfony2-coding-standard": "~1.2",
1717
"m6web/coke": "~1.2"
1818
},

0 commit comments

Comments
 (0)