Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade php #42

Merged
merged 5 commits into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading