Skip to content

Commit

Permalink
drop PHP 5.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 25, 2023
1 parent 96a8fbe commit a75eddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '5.6'
composer-flags: '--prefer-stable --prefer-lowest'
- php-version: '7.0'
composer-flags: '--prefer-stable --prefer-lowest'
- php-version: '7.1'
- php-version: '7.2'
- php-version: '7.3'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^5.5 || ^7.0 || ^8.0",
"php": "^7.0 || ^8.0",
"ext-dom": "*",
"ext-libxml": "*",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0"
Expand Down

0 comments on commit a75eddd

Please sign in to comment.