Skip to content

Commit

Permalink
Merge pull request #42 from Jack-Dane/upgrade_php
Browse files Browse the repository at this point in the history
Upgrade php
  • Loading branch information
Jack-Dane authored Jul 7, 2024
2 parents b338855 + 079f980 commit ea2ccc6
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 139 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Tests](https://github.com/Jack-Dane/odoo-wp-plugin/actions/workflows/run-tests.yml/badge.svg)
![PHP](https://img.shields.io/badge/php-%3E%3D7.3-6495ED)
![PHP](https://img.shields.io/badge/php-%3E%3D8.1-6495ED)
![Static Badge](https://img.shields.io/badge/odoo-%3E%3D14.0-9c5789)

# Odoo Contact Form 7 Connector
Expand Down Expand Up @@ -61,7 +61,7 @@ See [examples](examples) for examples of supported Odoo field types and how to u

## Requirements

* PHP 7.3 or greater
* PHP 8.1 or greater
* Ideally Odoo 14 or greater as versions before 14 don't support API keys. A password should work instead of an API key
but is ill-advised.

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"php-webdriver/webdriver": "^1.13"
},
"require": {
"php": ">=8.1.0",
"phpxmlrpc/phpxmlrpc": "^4.9"
},
"config": {
"platform": {
"php": "7.3.0"
"php": "8.1.0"
}
}
}
Loading

0 comments on commit ea2ccc6

Please sign in to comment.