Skip to content

Commit

Permalink
build(composer): update minimum php version to 7.2
Browse files Browse the repository at this point in the history
jane-php/open-api-runtime[v7.5.0, ..., v7.5.3] require php ^7.2 || ^8.0
  • Loading branch information
remarkablemark committed Aug 13, 2023
1 parent b18ea37 commit 49ad952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PHP library for [Braze](https://www.braze.com/). Code is generated using the [Op

### Version

PHP >=7.4
PHP >=7.2

### API URL

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"jane-php/open-api-runtime": "^7.5",
"php": ">=7"
"php": ">=7.2"
},
"require-dev": {
"jane-php/open-api-3": "^7.5",
Expand Down

0 comments on commit 49ad952

Please sign in to comment.