Skip to content

Commit

Permalink
Downgrading math package and PHP requirement (#112)
Browse files Browse the repository at this point in the history
- Using `brick/math` 0.12
- Downgrading PHP requirement to 8.0
  • Loading branch information
aldavigdis authored May 17, 2024
1 parent 78f863f commit 202445a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion 1984-dk-woo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Sync your WooCommerce store with DK, including prices, inventory status and generate invoices for customers on checkout.
* Version: 0.1.6
* Requires at least: 6.1.5
* Requires PHP: 8.1
* Requires PHP: 8.0
* Author: 1984 Hosting
* Author URI: https://1984.hosting
* License: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require": {
"opis/json-schema": "^2.0@dev",
"typisttech/imposter-plugin": "^0.6.0@dev",
"brick/math": "^0.12"
"brick/math": "^0.11"
},
"extra": {
"imposter": {
Expand Down
27 changes: 11 additions & 16 deletions composer.lock

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

2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: @1984cto, @aldavigdis, @drupalviking
Tags: DK, dkPlus, Accounting, Inventory, Invoicing
Requires at least: 6.2.4
Tested up to: 6.5
Requires PHP: 8.1
Requires PHP: 8.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 202445a

Please sign in to comment.