Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from 21TORR/next
Browse files Browse the repository at this point in the history
Allow PHP 7.2
  • Loading branch information
apfelbox authored Dec 9, 2020
2 parents e33da9a + 9f6909c commit b8d9cab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
php: ['7.4', '8.0']
php: ['7.2', '8.0']

steps:
- name: Checkout Code
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.7
=====

* (improvement) Allow PHP 7.2


2.0.6
=====

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"friendsofphp/php-cs-fixer": "^v2.16.4",
"phpstan/phpstan": "^0.12.42",
Expand Down

0 comments on commit b8d9cab

Please sign in to comment.