Skip to content

Commit

Permalink
php 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bencagri committed May 22, 2024
1 parent ff9eb68 commit b0c4e21
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 195 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:
fail-fast: false
matrix:
php: [ 8.0, 8.1, 8.2, 8.3 ]
php: [ 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
os: [ ubuntu-20.04 ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"phpspec/prophecy": "^1.15"
},
"require": {
"php" : ">=8.0",
"php" : "^7.2||^8.0",
"ext-json" : "*",
"ext-curl" : "*",
"ext-mbstring" : "*",
"symfony/http-client": "^6.4"
"symfony/http-client": "^5.4"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit b0c4e21

Please sign in to comment.