Skip to content

Commit

Permalink
raise php requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 5, 2022
1 parent 1fc3489 commit c4e39d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['7.1', '7.2', '7.3', '7.4', '8.0']

steps:
## checkout the repoistory
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 3.3.2 (5. April 2022)
## 3.4.0 (5. April 2022)

+ Updated deps to latest version of `smalot/pdfparser` parser.
+ Updated deps to latest version of `smalot/pdfparser` parser which now requires at least version php 7.1. Therefore raise php version requirements for luya module crawler to version 7.1 to (which is outdated for a long time already: https://www.php.net/supported-versions.php)

## 3.3.1 (9. December 2021)

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"issues" : "https://github.com/luyadev/luya/issues"
},
"require" : {
"php": ">=7.1",
"nadar/crawler" : "^1.3",
"nadar/stemming" : "^1.0",
"smalot/pdfparser": "^2.1"
Expand Down

0 comments on commit c4e39d0

Please sign in to comment.