Skip to content

Commit 5a8c662

Browse files
committed
1.2
1 parent 792392c commit 5a8c662

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
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 7.0
1110
- 7.1
1211
- 7.2
1312

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.0,<8.0",
19+
"php": ">=7.1,<8.0",
2020
"doctrine/orm": "^2.5",
2121
"doctrine/dbal": "^2.6",
2222
"doctrine/annotations": "^1.0",

0 commit comments

Comments
 (0)