Skip to content

Commit 2532e56

Browse files
committed
drop support for PHP < 7.1
1 parent 0081a0f commit 2532e56

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
php:
12-
- '5.3'
13-
- '5.4'
14-
- '5.5'
15-
- '5.6'
16-
- '7.0'
1712
- '7.1'
1813
- '7.2'
1914
- '7.3'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3.0",
16+
"php": ">=7.1",
1717
"ext-mbstring": "*"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.5|^8.5|^9.6"
20+
"phpunit/phpunit": "^7.5|^8.5|^9.6"
2121
},
2222
"autoload": {
2323
"psr-0": {"Parsedown": ""}

0 commit comments

Comments
 (0)