Skip to content

Commit 4a5ced7

Browse files
authored
chore: drop PHP 5.x, PHPUnit 5.x and PHPUnit polyfill (#15)
1 parent d26732a commit 4a5ced7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- php-version: '5.6'
32-
composer-flags: '--prefer-stable --prefer-lowest'
3331
- php-version: '7.0'
32+
composer-flags: '--prefer-stable --prefer-lowest'
3433
- php-version: '7.1'
3534
- php-version: '7.2'
3635
- php-version: '7.3'

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5 || ^7.0 || ^8.0",
14-
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0",
15-
"phpunitgoodpractices/polyfill": "^1.4"
13+
"php": "^7.0 || ^8.0",
14+
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0"
1615
},
1716
"autoload": {
1817
"psr-4": {

0 commit comments

Comments
 (0)