Skip to content

Commit bca1ad2

Browse files
committed
Update dependencies to work with both PHP 7.4, 8
Also update the minimum PHP version for the plugin to 7.4.
1 parent 722b291 commit bca1ad2

File tree

3 files changed

+238
-234
lines changed

3 files changed

+238
-234
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"name": "woocommerce/wc-smooth-generator",
3-
"description": "A smooth coupon, customer, order and product generator for WooCommerce.",
3+
"description": "A smooth product, order, customer, and coupon generator for WooCommerce.",
44
"homepage": "https://woocommerce.com/",
55
"type": "wordpress-plugin",
66
"license": "GPL-3.0-or-later",
77
"prefer-stable": true,
88
"minimum-stability": "dev",
99
"require": {
10-
"php": "^7.1 || ^8.0",
10+
"php": "^7.4 || ^8.0",
1111
"psr/container": "1.0.0",
1212
"composer/installers": "~1.2",
13-
"fakerphp/faker": "^1.17.0",
13+
"fakerphp/faker": "~1.16.0",
1414
"jdenticon/jdenticon": "^0.10.0",
15-
"mbezhanov/faker-provider-collection": "^2.0.1",
15+
"mbezhanov/faker-provider-collection": "~2.0.1"
16+
},
17+
"require-dev": {
1618
"woocommerce/woocommerce-git-hooks": "*",
1719
"woocommerce/woocommerce-sniffs": "*"
1820
},

0 commit comments

Comments
 (0)