Skip to content

Commit

Permalink
Updated PHP and WP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSudwestFryslan committed Jan 16, 2025
1 parent 76f0cf5 commit 53afff5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "7.4"
php_version: "8.1"
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"owc"
],
"homepage": "https://sudewestfryslan.nl",
"license": "proprietary",
"license": "EUPL-1.2",
"authors": [
{
"name": "Chris Jorritsma",
Expand All @@ -29,7 +29,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"yahnis-elsts/plugin-update-checker": "^4.13"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions open-government-publications.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* Author: Súdwest-Fryslân
* Author URI: https://sudwestfryslan.nl/
* Requires at least: 5.1
* Tested up to: 6.4
* Requires PHP: 7.4
* Tested up to: 6.7
* Requires PHP: 8.1
*/

if (! defined('ABSPATH')) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"author": "",
"wordpress": {
"tested": "6.4",
"tested": "6.7",
"required": "5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 53afff5

Please sign in to comment.