Skip to content

Commit

Permalink
Bump version and PHP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Nov 8, 2024
1 parent ed3b71d commit a7be50b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG.md

This file was deleted.

9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"wearerequired/traduttore-registry": "^2.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"wearerequired/coding-standards": "^2.0"
"wearerequired/coding-standards": "^6.0"
},
"extra": {
"branch-alias": {
Expand All @@ -34,5 +34,10 @@
"scripts": {
"format": "vendor/bin/phpcbf --report-summary --report-source .",
"lint": "vendor/bin/phpcs --report-summary --report-source ."
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- The minimum supported WordPress version for all sniffs which use it. -->
<config name="minimum_supported_wp_version" value="6.4"/>
<!-- The minimum PHP requirement. -->
<config name="testVersion" value="7.4-"/>
<config name="testVersion" value="8.0-"/>

<rule ref="WordPress.WP.I18n">
<properties>
Expand Down
2 changes: 1 addition & 1 deletion required-tobii.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: required Tobii
* Plugin URI: https://github.com/wearerequired/required-tobii
* Description: An accessible, open-source lightbox for WordPress.
* Version: 2.0.0-beta.1
* Version: 2.0.0-rc.1
* Author: required
* Author URI: https://required.com
* License: GPL-2.0+
Expand Down

0 comments on commit a7be50b

Please sign in to comment.