Skip to content

Commit dc07101

Browse files
committed
AspectMock v2 to run on PHP 5.6+ only
1 parent 8f26200 commit dc07101

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": ">=5.4.0",
16+
"php": ">=5.6.0",
1717
"goaop/framework": "^2.0.0",
1818
"symfony/finder": "~2.4|~3.0"
1919
},

0 commit comments

Comments
 (0)