Skip to content

Commit 76dd2e9

Browse files
committed
drop polyfill
1 parent 2430eac commit 76dd2e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30+
include:
3031
- php-version: '7.0'
3132
composer-flags: '--prefer-stable --prefer-lowest'
3233
- php-version: '7.1'

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.0 || ^8.0",
14-
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0",
15-
"phpunitgoodpractices/polyfill": "^1.4"
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)